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

Revision 10140, 1.5 KB checked in by ara_t, 8 years ago (diff)

correct date

Line 
1%define pkg_name    mupdf
2%define pkg_version 1.8
3%define pkg_release 4%{?_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/
13Source:  %{name}-%{version}-source.tar.gz
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
55%files -n mupdf-static
56%defattr(-, root, root)
57%{_libdir}/libmupdf.a
58%{_includedir}/
59
60
61%changelog
62* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.8-4
63- correct SPEC file
64
65* Sun Feb 28 2016 Toshiaki Ara <ara_t@384.jp> 1.8-3
66- correct Group
67
68* Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-2
69- change directory for library
70
71* Sun Jan 17 2016 Toshiaki Ara <ara_t@384.jp> 1.8-1
72- new package
Note: See TracBrowser for help on using the repository browser.