diff --git a/.gitignore b/.gitignore index 6996cbc..716c684 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /mupdf-1.0-source.tar.gz /mupdf-1.1-source.tar.gz /mupdf-1.4-source.tar.gz +/mupdf-1.5-source.tar.gz diff --git a/mupdf.spec b/mupdf.spec index d523e0c..4a18b42 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,6 +1,6 @@ Name: mupdf -Version: 1.4 -Release: 2%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: A lightweight PDF viewer and toolkit Group: Applications/Publishing License: GPLv3 @@ -37,6 +37,7 @@ applications that use mupdf and static libraries %prep %setup -q -n %{name}-%{version}-source +rm -rf thirdparty %build export CFLAGS="%{optflags}" @@ -45,7 +46,6 @@ make %{?_smp_mflags} verbose=1 %install make DESTDIR=%{buildroot} install prefix=%{_prefix} libdir=%{_libdir} desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} -install -D -m644 platform/debian/%{name}.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}.xpm ## fix strange permissons chmod 0644 %{buildroot}%{_libdir}/*.a find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \; @@ -63,7 +63,6 @@ update-desktop-database &> /dev/null || : %{_bindir}/* %{_datadir}/applications/mupdf.desktop %{_mandir}/man1/*.1.gz -%{_datadir}/pixmaps/mupdf.xpm @@ -73,10 +72,13 @@ update-desktop-database &> /dev/null || : %{_libdir}/lib%{name}.a %Changelog +* Sun Jun 15 2014 Pavel Zhukov - 1.5-1 +- New release 1.5 (#1108710) + * Sat Jun 07 2014 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild -* Tue May 6 2014 Pavel Zhukov - 1.4-1 +* Tue May 6 2014 Pavel Zhukov - 1.4-1 - New release 1.4 (#1087287) * Fri Jan 24 2014 Pavel Zhukov - 1.1-5 diff --git a/sources b/sources index 71c5509..9f76283 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f6840a7020db0c833b0c090ca1864ec mupdf-1.4-source.tar.gz +89bd4ddc74c266062ebf2702741bb173 mupdf-1.5-source.tar.gz