libspectre-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: A library for rendering PostScript(TM) documents
  2. Summary(ja): PostScript(TM) 文書をレンダリングするためのライブラリ
  3. Name: libspectre
  4. Version: 0.2.12
  5. Release: 1%{?_dist_release}
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. Group: system
  9. License: GPLv2+
  10. URL: https://libspectre.freedesktop.org
  11. Source0: https://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: ghostscript-devel >= 8.63
  14. %description
  15. %{name} is a small library for rendering PostScript(TM) documents.
  16. It provides a convenient easy to use API for handling and rendering
  17. PostScript documents.
  18. %package devel
  19. Summary: Development files for %{name}
  20. Summary(ja): Development files for %{name}
  21. Group: programming
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: pkgconfig
  24. %description devel
  25. The %{name}-devel package contains libraries and header files for
  26. developing applications that use %{name}.
  27. %debug_package
  28. %prep
  29. %setup -q
  30. %build
  31. autoreconf -i -f
  32. %configure --disable-static
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root,-)
  42. %license COPYING
  43. %doc AUTHORS NEWS README TODO
  44. %{_libdir}/*.so.*
  45. %files devel
  46. %defattr(-,root,root,-)
  47. %{_includedir}/*
  48. %{_libdir}/*.so
  49. %{_libdir}/pkgconfig/libspectre.pc
  50. %changelog
  51. * Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.12-1
  52. - new upstream release.
  53. * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.9-1
  54. - new upstream release.
  55. * Wed Dec 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.7-2
  56. - rebuilt with ghostscript-9.15.
  57. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-1
  58. - update to 0.2.7
  59. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-2
  60. - rebuild with rpm-4.8.1 for pkg-config file
  61. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.1-1
  62. - initial build for Vine Linux
  63. * Sun Aug 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
  64. - Update to 0.2.1
  65. * Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-2
  66. - Rebuild for gcc 4.3
  67. * Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-1
  68. - Initial packaging