epel9
Petr Šabata 9 years ago
parent efa99619ff
commit 35dc581e44

1
.gitignore vendored

@ -3,3 +3,4 @@
/zathura-pdf-poppler-0.2.3.tar.gz /zathura-pdf-poppler-0.2.3.tar.gz
/zathura-pdf-poppler-0.2.4.tar.gz /zathura-pdf-poppler-0.2.4.tar.gz
/zathura-pdf-poppler-0.2.5.tar.gz /zathura-pdf-poppler-0.2.5.tar.gz
/zathura-pdf-poppler-0.2.6.tar.gz

@ -1 +1 @@
e314b8b136e71aa4925a864141f12d15 zathura-pdf-poppler-0.2.5.tar.gz fc242236dda05f4a75cb41b52356ccae zathura-pdf-poppler-0.2.6.tar.gz

@ -1,13 +1,15 @@
Name: zathura-pdf-poppler Name: zathura-pdf-poppler
Version: 0.2.5 Version: 0.2.6
Release: 9%{?dist} Release: 1%{?dist}
Summary: PDF support for zathura via poppler Summary: PDF support for zathura via poppler
License: zlib License: zlib
URL: http://pwmt.org/projects/zathura/plugins/%{name} URL: http://pwmt.org/projects/zathura/plugins/%{name}
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
BuildRequires: binutils BuildRequires: binutils
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: desktop-file-utils
BuildRequires: gcc BuildRequires: gcc
BuildRequires: libappstream-glib
BuildRequires: make BuildRequires: make
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: sed BuildRequires: sed
@ -40,6 +42,7 @@ mv %{buildroot}/%{_libdir}/zathura/pdf.so \
%{buildroot}/%{_libdir}/zathura/pdf.so.poppler %{buildroot}/%{_libdir}/zathura/pdf.so.poppler
touch %{buildroot}/%{_libdir}/zathura/pdf.so touch %{buildroot}/%{_libdir}/zathura/pdf.so
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.metainfo.xml
%pre %pre
[ -L %{_libdir}/zathura/pdf.so ] || rm -f %{_libdir}/zathura/pdf.so [ -L %{_libdir}/zathura/pdf.so ] || rm -f %{_libdir}/zathura/pdf.so
@ -62,8 +65,12 @@ update-desktop-database &> /dev/null || :
%ghost %{_libdir}/zathura/pdf.so %ghost %{_libdir}/zathura/pdf.so
%{_libdir}/zathura/pdf.so.poppler %{_libdir}/zathura/pdf.so.poppler
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.metainfo.xml
%changelog %changelog
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.2.6-1
- 0.2.6 bump
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-9 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save