libspectre-vl.spec 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Summary: A library for rendering PostScript(TM) documents
  2. Summary(ja): PostScript(TM) 文書をレンダリングするためのライブラリ
  3. Name: libspectre
  4. Version: 0.2.9
  5. Release: 1%{?_dist_release}
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. Group: System Environment/Libraries
  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: Development/Libraries
  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. %prep
  28. %setup -q
  29. %build
  30. autoreconf -i -f
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install DESTDIR=$RPM_BUILD_ROOT
  36. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-,root,root,-)
  43. %license COPYING
  44. %doc AUTHORS NEWS README TODO
  45. %{_libdir}/*.so.*
  46. %files devel
  47. %defattr(-,root,root,-)
  48. %{_includedir}/*
  49. %{_libdir}/*.so
  50. %{_libdir}/pkgconfig/libspectre.pc
  51. %changelog
  52. * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.9-1
  53. - new upstream release.
  54. * Wed Dec 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.7-2
  55. - rebuilt with ghostscript-9.15.
  56. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-1
  57. - update to 0.2.7
  58. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-2
  59. - rebuild with rpm-4.8.1 for pkg-config file
  60. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.1-1
  61. - initial build for Vine Linux
  62. * Sun Aug 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
  63. - Update to 0.2.1
  64. * Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-2
  65. - Rebuild for gcc 4.3
  66. * Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-1
  67. - Initial packaging