source: projects/specs/trunk/m/mupdf/mupdf-vl.spec @ 12246

Revision 12246, 2.3 KB checked in by ara_t, 5 years ago (diff)

mupdf: update to 1.16.1

Line 
1%define pkg_name    mupdf
2%define pkg_version 1.16.1
3%define pkg_release 1%{?_dist_release}
4
5Summary: A lightweight PDF and XPS viewer
6Name:    %{pkg_name}
7Version: %{pkg_version}
8Release: %{pkg_release}
9
10License: AGPLv3+
11Group:   Applications/Publishing
12URL:     http://mupdf.com/
13# Source:  http://mupdf.com/downloads/%{name}-%{version}-source.tar.gz
14Source:  https://mupdf.com/downloads/%{name}-%{version}-source.tar.xz
15
16BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-root
17BuildRequires: xorg-x11-devel
18BuildRequires: freeglut-devel
19BuildRequires: mesa-libEGL-devel
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: ara_t
24
25
26%description
27MuPDF is a lightweight PDF and XPS viewer.
28The renderer in MuPDF is tailored for high quality anti-aliased graphics.
29It renders text with metrics and spacing accurate to within fractions of
30a pixel for the highest fidelity in reproducing the look of a printed page
31on screen.
32
33%package static
34Summary: Static library for MuPDF
35Group: Development/Libraries
36Requires: mupdf = %{version}-%{release}
37
38%description static
39A static library for MuPDF.
40
41
42%prep
43%{__rm} -rf ${RPM_BUILD_ROOT}
44%setup -q -n %{name}-%{version}-source
45
46%install
47%{make_install} prefix=%{_prefix} libdir=%{_libdir}
48
49%clean
50%{__rm} -rf ${RPM_BUILD_ROOT}
51
52
53%files
54%defattr(-, root, root)
55%{_bindir}/
56%{_datadir}/
57
58%files static
59%defattr(-, root, root)
60%{_libdir}/libmupdf*.a
61%{_includedir}/
62
63
64%changelog
65* Wed Oct 09 2019 Toshiaki Ara <ara_t@384.jp> 1.16.1-1
66- new upstream release
67- add BuildRequires: mesa-libEGL-devel
68
69* Sun Oct 07 2018 Toshiaki Ara <ara_t@384.jp> 1.14.0-1
70- new upstream release
71
72* Wed May 02 2018 Toshiaki Ara <ara_t@384.jp> 1.13.0-1
73- new upstream release
74
75* Sun Apr 01 2018 Toshiaki Ara <ara_t@384.jp> 1.12.0-1
76- new upstream release
77- add BuildRequires: freeglut-devel
78- change download URL
79
80* Sat Jun 17 2017 Toshiaki Ara <ara_t@384.jp> 1.11-1
81- new upstream release
82
83* Tue Dec 27 2016 Toshiaki Ara <ara_t@384.jp> 1.10a-1
84- new upstream release
85
86* Sun Aug 21 2016 Toshiaki Ara <ara_t@384.jp> 1.9a-1
87- update to 1.9a
88
89* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.8-4
90- correct SPEC file
91
92* Sun Feb 28 2016 Toshiaki Ara <ara_t@384.jp> 1.8-3
93- correct Group
94
95* Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-2
96- change directory for library
97
98* Sun Jan 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-1
99- new package
Note: See TracBrowser for help on using the repository browser.