mupdf-vl.spec 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. %define pkg_name mupdf
  2. %define pkg_version 1.11
  3. %define pkg_release 1%{?_dist_release}
  4. Summary: A lightweight PDF and XPS viewer
  5. Name: %{pkg_name}
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. License: AGPLv3+
  9. Group: Applications/Publishing
  10. URL: http://mupdf.com/
  11. Source: http://mupdf.com/downloads/%{name}-%{version}-source.tar.gz
  12. BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-root
  13. BuildRequires: xorg-x11-devel
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: ara_t
  17. %description
  18. MuPDF is a lightweight PDF and XPS viewer.
  19. The renderer in MuPDF is tailored for high quality anti-aliased graphics.
  20. It renders text with metrics and spacing accurate to within fractions of
  21. a pixel for the highest fidelity in reproducing the look of a printed page
  22. on screen.
  23. %package static
  24. Summary: Static library for MuPDF
  25. Group: Development/Libraries
  26. Requires: mupdf = %{version}-%{release}
  27. %description static
  28. A static library for MuPDF.
  29. %prep
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %setup -q -n %{name}-%{version}-source
  32. %install
  33. %{make_install} prefix=%{_prefix} libdir=%{_libdir}
  34. %clean
  35. %{__rm} -rf ${RPM_BUILD_ROOT}
  36. %files
  37. %defattr(-, root, root)
  38. %{_bindir}/
  39. %{_datadir}/
  40. %files static
  41. %defattr(-, root, root)
  42. %{_libdir}/libmupdf*.a
  43. %{_includedir}/
  44. %changelog
  45. * Sat Jun 17 2017 Toshiaki Ara <ara_t@384.jp> 1.11-1
  46. - new upstream release
  47. * Tue Dec 27 2016 Toshiaki Ara <ara_t@384.jp> 1.10a-1
  48. - new upstream release
  49. * Sun Aug 21 2016 Toshiaki Ara <ara_t@384.jp> 1.9a-1
  50. - update to 1.9a
  51. * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.8-4
  52. - correct SPEC file
  53. * Sun Feb 28 2016 Toshiaki Ara <ara_t@384.jp> 1.8-3
  54. - correct Group
  55. * Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-2
  56. - change directory for library
  57. * Sun Jan 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-1
  58. - new package