|
|
@ -1,12 +1,11 @@
|
|
|
|
Name: mupdf
|
|
|
|
Name: mupdf
|
|
|
|
Version: 1.14.0rc1
|
|
|
|
Version: 1.14.0
|
|
|
|
%global origversion 1.14.0-rc1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
Summary: A lightweight PDF viewer and toolkit
|
|
|
|
Summary: A lightweight PDF viewer and toolkit
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Group: Applications/Publishing
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mupdf.com/
|
|
|
|
URL: http://mupdf.com/
|
|
|
|
Source0: http://mupdf.com/downloads/archive/%{name}-%{origversion}-source.tar.gz
|
|
|
|
Source0: http://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.gz
|
|
|
|
Source1: %{name}.desktop
|
|
|
|
Source1: %{name}.desktop
|
|
|
|
Source2: %{name}-gl.desktop
|
|
|
|
Source2: %{name}-gl.desktop
|
|
|
|
BuildRequires: gcc make binutils desktop-file-utils coreutils pkgconfig
|
|
|
|
BuildRequires: gcc make binutils desktop-file-utils coreutils pkgconfig
|
|
|
@ -51,7 +50,7 @@ The mupdf-devel package contains header files for developing
|
|
|
|
applications that use mupdf and static libraries
|
|
|
|
applications that use mupdf and static libraries
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{origversion}-source
|
|
|
|
%setup -q -n %{name}-%{version}-source
|
|
|
|
for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs)
|
|
|
|
for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs)
|
|
|
|
do
|
|
|
|
do
|
|
|
|
rm -rf thirdparty/$d
|
|
|
|
rm -rf thirdparty/$d
|
|
|
@ -110,6 +109,9 @@ update-desktop-database &> /dev/null || :
|
|
|
|
%{_libdir}/lib%{name}*.a
|
|
|
|
%{_libdir}/lib%{name}*.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 15 2018 Michael J Gruber <mjg@fedoraproject.org> - 1.14.0-1
|
|
|
|
|
|
|
|
- rebase to 1.14.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 01 2018 Michael J Gruber <mjg@fedoraproject.org> - 1.14rc1-3
|
|
|
|
* Mon Oct 01 2018 Michael J Gruber <mjg@fedoraproject.org> - 1.14rc1-3
|
|
|
|
- mupdf-gl desktop entry
|
|
|
|
- mupdf-gl desktop entry
|
|
|
|
|
|
|
|
|
|
|
|