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

Revision 10859, 1.7 KB checked in by ara_t, 8 years ago (diff)

mupdf: update to 1.10a

RevLine 
[10130]1%define pkg_name    mupdf
[10859]2%define pkg_version 1.10a
[10749]3%define pkg_release 1%{?_dist_release}
[10130]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/
[10859]13Source:  http://mupdf.com/downloads/%{name}-%{version}-source.tar.gz
[10130]14
15BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-root
16BuildRequires: xorg-x11-devel
17
18Vendor: Project Vine
19Distribution: Vine Linux
20Packager: ara_t
21
22
23%description
24MuPDF is a lightweight PDF and XPS viewer.
25The renderer in MuPDF is tailored for high quality anti-aliased graphics.
26It renders text with metrics and spacing accurate to within fractions of
27a pixel for the highest fidelity in reproducing the look of a printed page
28on screen.
29
30%package static
31Summary: Static library for MuPDF
32Group: Development/Libraries
33Requires: mupdf = %{version}-%{release}
34
35%description static
36A static library for MuPDF.
37
38
39%prep
40%{__rm} -rf ${RPM_BUILD_ROOT}
41%setup -q -n %{name}-%{version}-source
42
43%install
44%{make_install} prefix=%{_prefix} libdir=%{_libdir}
45
46%clean
47%{__rm} -rf ${RPM_BUILD_ROOT}
48
49
50%files
51%defattr(-, root, root)
52%{_bindir}/
53%{_datadir}/
54
[10749]55%files static
[10130]56%defattr(-, root, root)
[10749]57%{_libdir}/libmupdf*.a
[10130]58%{_includedir}/
59
60
61%changelog
[10859]62* Tue Dec 27 2016 Toshiaki Ara <ara_t@384.jp> 1.10a-1
63- new upstream release
64
[10749]65* Sun Aug 21 2016 Toshiaki Ara <ara_t@384.jp> 1.9a-1
66- update to 1.9a
67
[10130]68* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.8-4
69- correct SPEC file
70
[10140]71* Sun Feb 28 2016 Toshiaki Ara <ara_t@384.jp> 1.8-3
[10130]72- correct Group
73
74* Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-2
75- change directory for library
76
77* Sun Jan 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-1
78- new package
Note: See TracBrowser for help on using the repository browser.