guibuilder_pel7x64builder0
5 years ago
5 changed files with 583 additions and 0 deletions
@ -0,0 +1,100 @@
@@ -0,0 +1,100 @@
|
||||
Name: zathura-cb |
||||
Version: 0.1.8 |
||||
Release: 1%{?dist} |
||||
Summary: Comic book support for zathura |
||||
Group: Applications/Publishing |
||||
License: zlib |
||||
URL: http://pwmt.org/projects/zathura/plugins/%{name} |
||||
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.xz |
||||
BuildRequires: binutils |
||||
BuildRequires: cairo-devel |
||||
# Needed to validate the desktop file |
||||
BuildRequires: desktop-file-utils |
||||
BuildRequires: gcc |
||||
BuildRequires: girara-devel |
||||
# Needed to validate appdata |
||||
BuildRequires: libappstream-glib |
||||
BuildRequires: libarchive-devel |
||||
BuildRequires: meson >= 0.43 |
||||
BuildRequires: zathura-devel >= 0.3.8 |
||||
Requires: zathura >= 0.3.8 |
||||
|
||||
%description |
||||
The zathura-cb plugin adds comic book archive support to zathura. |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%build |
||||
%meson |
||||
%meson_build |
||||
|
||||
%install |
||||
%meson_install |
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml |
||||
|
||||
%files |
||||
%license LICENSE |
||||
%doc AUTHORS |
||||
%{_libdir}/zathura/libcb.so |
||||
%{_datadir}/applications/org.pwmt.zathura-cb.desktop |
||||
%{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml |
||||
|
||||
%changelog |
||||
* Tue Apr 10 2018 Petr Šabata <contyk@redhat.com> - 0.1.8-1 |
||||
- 0.1.8 bump |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Sun Jan 15 2017 Petr Šabata <contyk@redhat.com> - 0.1.6-1 |
||||
- 0.1.6 bump |
||||
|
||||
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.1.5-2 |
||||
- Correct build dependencies |
||||
|
||||
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.1.5-1 |
||||
- 0.1.5 bump |
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Jul 02 2015 Petr Šabata <contyk@redhat.com> - 0.1.4-5 |
||||
- Install the desktop file again |
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Wed Jun 10 2015 Petr Šabata <contyk@redhat.com> - 0.1.4-3 |
||||
- Rebuild for new girara |
||||
|
||||
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.1.4-2 |
||||
- Fix the dep list, install LICENSE with the %%license macro |
||||
|
||||
* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.1.4-1 |
||||
- 0.1.4 bugfix bump |
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Wed Apr 23 2014 François Cami <fcami@fedoraproject.org> - 0.1.2-3 |
||||
- Fix BuildRequires list. |
||||
|
||||
* Tue Apr 22 2014 François Cami <fcami@fedoraproject.org> - 0.1.2-2 |
||||
- Remove desktop file. |
||||
|
||||
* Wed Mar 05 2014 François Cami <fcami@fedoraproject.org> - 0.1.2-1 |
||||
- Initial package. |
@ -0,0 +1,121 @@
@@ -0,0 +1,121 @@
|
||||
Name: zathura-djvu |
||||
Version: 0.2.9 |
||||
Release: 1%{?dist} |
||||
Summary: DjVu support for zathura |
||||
License: zlib |
||||
URL: http://pwmt.org/projects/%{name} |
||||
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz |
||||
BuildRequires: binutils |
||||
BuildRequires: cairo-devel |
||||
BuildRequires: coreutils |
||||
BuildRequires: djvulibre-devel |
||||
# Needed to validate the desktop file |
||||
BuildRequires: desktop-file-utils |
||||
BuildRequires: girara-devel |
||||
BuildRequires: glib2-devel |
||||
# Needed to validate appdata |
||||
BuildRequires: libappstream-glib |
||||
BuildRequires: meson >= 0.43 |
||||
BuildRequires: gcc |
||||
BuildRequires: zathura-devel >= 0.3.8 |
||||
Requires: zathura >= 0.3.8 |
||||
|
||||
%description |
||||
The zathura-djvu plugin adds DjVu support to zathura by |
||||
using the djvulibre library. |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%build |
||||
%meson |
||||
%meson_build |
||||
|
||||
%install |
||||
%meson_install |
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml |
||||
|
||||
%files |
||||
%license LICENSE |
||||
%doc AUTHORS |
||||
%{_libdir}/zathura/libdjvu.so |
||||
%{_datadir}/applications/org.pwmt.zathura-djvu.desktop |
||||
%{_datadir}/metainfo/org.pwmt.zathura-djvu.metainfo.xml |
||||
|
||||
%changelog |
||||
* Tue Apr 10 2018 Petr Šabata <contyk@redhat.com> - 0.2.8-1 |
||||
- 0.2.8 bump |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Sun Jan 15 2017 Petr Šabata <contyk@redhat.com> - 0.2.6-1 |
||||
- 0.2.6 bump |
||||
|
||||
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.2.5-1 |
||||
- 0.2.5 bump |
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Jul 02 2015 Petr Šabata <contyk@redhat.com> - 0.2.4-5 |
||||
- Install the desktop file correctly |
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Wed Jun 10 2015 Petr Šabata <contyk@redhat.com> - 0.2.4-3 |
||||
- Rebuild for new girara |
||||
|
||||
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.4-2 |
||||
- Fix the dep list, install LICENSE with the %%license macro |
||||
|
||||
* Fri Oct 17 2014 Petr Šabata <contyk@redhat.com> - 0.2.4-1 |
||||
- 0.2.4 bump |
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Thu Mar 06 2014 François Cami <fcami@fedoraproject.org> - 0.2.3-5 |
||||
- Bump for rawhide (again) |
||||
|
||||
* Thu Mar 06 2014 François Cami <fcami@fedoraproject.org> - 0.2.3-4 |
||||
- Bump for rawhide |
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Wed May 29 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-2 |
||||
- Fix a debuginfo regression (#967954) |
||||
|
||||
* Tue May 21 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-1 |
||||
- 0.2.3 bump |
||||
- Dropping the now unneeded patches |
||||
|
||||
* Fri Mar 29 2013 Kevin Fenzi <kevin@scrye.com> 0.2.2-1 |
||||
- Update to 0.2.2 |
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||
|
||||
* Sat Jan 12 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-3 |
||||
- force-require zathura. |
||||
|
||||
* Tue Jan 08 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-2 |
||||
- Add fix for djvulibre-devel < 3.5.25 - Thanks to M. Schwendt and E. Echeverria |
||||
|
||||
* Tue Jan 01 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-1 |
||||
- Initial package. |
@ -0,0 +1,106 @@
@@ -0,0 +1,106 @@
|
||||
Name: zathura-pdf-mupdf |
||||
Version: 0.3.5 |
||||
Release: 1%{?dist} |
||||
Summary: PDF support for zathura via mupdf |
||||
License: zlib |
||||
URL: http://pwmt.org/projects/%{name} |
||||
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz |
||||
BuildRequires: binutils |
||||
BuildRequires: cairo-devel |
||||
# Needed to validate the desktop file |
||||
BuildRequires: desktop-file-utils |
||||
BuildRequires: gcc |
||||
BuildRequires: girara-devel |
||||
BuildRequires: glib2-devel |
||||
BuildRequires: jbig2dec-devel |
||||
# Needed to validate appdata |
||||
BuildRequires: libappstream-glib |
||||
BuildRequires: libjpeg-turbo-devel |
||||
BuildRequires: meson >= 0.43 |
||||
BuildRequires: mupdf-static >= 1.14 |
||||
BuildRequires: openjpeg2-devel |
||||
BuildRequires: zathura-devel >= 0.3.9 |
||||
Requires: zathura >= 0.3.9 |
||||
# Old plugins used alternatives |
||||
Conflicts: zathura-pdf-poppler < 0.2.9 |
||||
|
||||
%description |
||||
This plugin adds PDF support to zathura using the mupdf rendering engine. |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%build |
||||
%meson -Dlink-external=true |
||||
%meson_build |
||||
|
||||
%install |
||||
%meson_install |
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml |
||||
|
||||
# Clean the old alternatives link |
||||
%pre |
||||
[ -L %{_libdir}/zathura/pdf.so ] && rm -f %{_libdir}/zathura/pdf.so || : |
||||
|
||||
%files |
||||
%license LICENSE |
||||
%doc AUTHORS |
||||
%{_libdir}/zathura/libpdf-mupdf.so |
||||
%{_datadir}/applications/org.pwmt.zathura-pdf-mupdf.desktop |
||||
%{_datadir}/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml |
||||
|
||||
%changelog |
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Thu Nov 15 2018 Petr Šabata <contyk@redhat.com> - 0.3.4-1 |
||||
- 0.3.4 bump |
||||
- Fixes rhbz#1645552 |
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Mon Apr 09 2018 Petr Šabata <contyk@redhat.com> - 0.3.3-1 |
||||
- 0.3.3 bump |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Tue Apr 04 2017 Petr Šabata <contyk@redhat.com> - 0.3.1-1 |
||||
- 0.3.1 bump |
||||
- Don't link against the no longer provided libmupdfthird, |
||||
see rhbz#1438824 for more info |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Wed Nov 16 2016 Petr Šabata <contyk@redhat.com> - 0.3.0-3 |
||||
- Rebuild against mujs-0-6.20161031gita0ceaf5 |
||||
|
||||
* Thu Sep 29 2016 Petr Šabata <contyk@redhat.com> - 0.3.0-2 |
||||
- Rebuild against mujs-0-5.20160921git5c337af |
||||
|
||||
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.3.0-1 |
||||
- 0.3.0 bump |
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Mon Nov 16 2015 Petr Šabata <contyk@redhat.com> - 0.2.8-4 |
||||
- Rebuild with mujs-0-1.20150929git0827611 |
||||
|
||||
* Wed Jul 01 2015 Petr Šabata <contyk@redhat.com> - 0.2.8-3 |
||||
- Handle the desktop file properly |
||||
|
||||
* Tue Jun 23 2015 Petr Šabata <contyk@redhat.com> - 0.2.8-2 |
||||
- Correct the %%files section |
||||
|
||||
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.8-1 |
||||
- Initial packaging |
@ -0,0 +1,146 @@
@@ -0,0 +1,146 @@
|
||||
Name: zathura-pdf-poppler |
||||
Version: 0.3.0 |
||||
Release: 1%{?dist} |
||||
Summary: PDF support for zathura via poppler |
||||
License: zlib |
||||
URL: http://pwmt.org/projects/%{name} |
||||
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz |
||||
BuildRequires: binutils |
||||
# Needed to validate the desktop file |
||||
BuildRequires: desktop-file-utils |
||||
BuildRequires: gcc |
||||
BuildRequires: girara-devel |
||||
BuildRequires: glib2-devel |
||||
# Needed to validate appdata |
||||
BuildRequires: libappstream-glib |
||||
BuildRequires: meson >= 0.43 |
||||
BuildRequires: poppler-glib-devel >= 0.18 |
||||
BuildRequires: zathura-devel >= 0.3.9 |
||||
Requires: zathura >= 0.3.9 |
||||
# Old plugins used alternatives |
||||
Conflicts: zathura-pdf-mupdf < 0.3.3 |
||||
|
||||
%description |
||||
The zathura-pdf-poppler plugin adds PDF support to zathura by using |
||||
the poppler rendering engine. |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%build |
||||
%meson |
||||
%meson_build |
||||
|
||||
%install |
||||
%meson_install |
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml |
||||
|
||||
# Clean the old alternatives link |
||||
%pre |
||||
[ -L %{_libdir}/zathura/pdf.so ] || rm -f %{_libdir}/zathura/pdf.so |
||||
|
||||
%files |
||||
%license LICENSE |
||||
%doc AUTHORS |
||||
%{_libdir}/zathura/libpdf-poppler.so |
||||
%{_datadir}/applications/org.pwmt.zathura-pdf-poppler.desktop |
||||
%{_datadir}/metainfo/org.pwmt.zathura-pdf-poppler.metainfo.xml |
||||
|
||||
%changelog |
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Tue Apr 10 2018 Petr Šabata <contyk@redhat.com> - 0.2.9-1 |
||||
- 0.2.9 bump |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Tue Apr 04 2017 Petr Šabata <contyk@redhat.com> - 0.2.7-1 |
||||
- 0.2.7 bump |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* 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 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Jul 02 2015 Petr Šabata <contyk@redhat.com> - 0.2.5-8 |
||||
- Install the desktop file correctly |
||||
- Don't package LICENSE twice |
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Wed Jun 10 2015 Petr Šabata <contyk@redhat.com> - 0.2.5-6 |
||||
- Rebuild for new girara |
||||
|
||||
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.5-5 |
||||
- Fix the dep list, install LICENSE with the %%license macro |
||||
- Add support for alternatives |
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Thu Mar 06 2014 François Cami <fcami@fedoraproject.org> - 0.2.5-2 |
||||
- Bump for rawhide |
||||
|
||||
* Wed Mar 05 2014 François Cami <fcami@fedoraproject.org> - 0.2.5-1 |
||||
- Update to 0.2.5 |
||||
|
||||
* Sat Dec 28 2013 François Cami <fcami@fedoraproject.org> - 0.2.4-1 |
||||
- Update to latest upstream. |
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Wed May 29 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-2 |
||||
- Fix a debuginfo regression (#967954) |
||||
|
||||
* Tue May 21 2013 Petr Šabata <contyk@redhat.com> - 0.2.3-1 |
||||
- 0.2.3 bump |
||||
|
||||
* Fri Mar 29 2013 Kevin Fenzi <kevin@scrye.com> 0.2.2-1 |
||||
- Update to 0.2.2 |
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||
|
||||
* Sat Jan 12 2013 François Cami <fcami@fedoraproject.org> - 0.2.1-5 |
||||
- force-require zathura. |
||||
|
||||
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-4 |
||||
- really remove pre-EL6 stuff. |
||||
|
||||
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-3 |
||||
- switch to using RPM_BUILD_ROOT exclusively. |
||||
- remove pre-EL6 stuff. |
||||
|
||||
* Wed Nov 28 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-2 |
||||
- fix BR. Thanks to Dennis Johnson. |
||||
|
||||
* Wed Nov 28 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-1 |
||||
- new upstream |
||||
|
||||
* Sun Aug 19 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-2 |
||||
- minor build fixes. |
||||
|
||||
* Fri Aug 10 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-1 |
||||
- Initial package. |
||||
|
@ -0,0 +1,110 @@
@@ -0,0 +1,110 @@
|
||||
Name: zathura-ps |
||||
Version: 0.2.6 |
||||
Release: 1%{?dist} |
||||
Summary: PS support for zathura via libspectre |
||||
License: zlib |
||||
URL: http://pwmt.org/projects/zathura/plugins/%{name} |
||||
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.xz |
||||
BuildRequires: binutils |
||||
BuildRequires: cairo-devel |
||||
# Needed to validate the desktop file |
||||
BuildRequires: desktop-file-utils |
||||
BuildRequires: gcc |
||||
BuildRequires: girara-devel |
||||
BuildRequires: glib2-devel |
||||
# Needed to validate appdata |
||||
BuildRequires: libappstream-glib |
||||
BuildRequires: libspectre-devel |
||||
BuildRequires: meson >= 0.43 |
||||
BuildRequires: zathura-devel >= 0.3.8 |
||||
Requires: zathura >= 0.3.8 |
||||
|
||||
%description |
||||
The zathura-ps plugin adds PostScript support to zathura by |
||||
using the libspectre library. |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%build |
||||
%meson |
||||
%meson_build |
||||
|
||||
%install |
||||
%meson_install |
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml |
||||
|
||||
%files |
||||
%license LICENSE |
||||
%doc AUTHORS |
||||
%{_libdir}/zathura/libps.so |
||||
%{_datadir}/applications/org.pwmt.zathura-ps.desktop |
||||
%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xml |
||||
|
||||
%changelog |
||||
* Tue Apr 10 2018 Petr Šabata <contyk@redhat.com> - 0.2.6-1 |
||||
- 0.2.6 bump |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Sun Jan 15 2017 Petr Šabata <contyk@redhat.com> - 0.2.4-1 |
||||
- 0.2.4 bump |
||||
|
||||
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.2.3-1 |
||||
- 0.2.3 bump |
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-11 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Jul 02 2015 Petr Šabata <contyk@redhat.com> - 0.2.2-10 |
||||
- Install the desktop file correctly |
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Wed Jun 10 2015 Petr Šabata <contyk@redhat.com> - 0.2.2-8 |
||||
- Rebuild for new girara |
||||
|
||||
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.2.2-7 |
||||
- Fix the dep list, install LICENSE with the %%license macro |
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Thu Mar 06 2014 François Cami <fcami@fedoraproject.org> - 0.2.2-4 |
||||
- Rebuilt after upgrading girara & friends |
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Wed May 29 2013 Petr Šabata <contyk@redhat.com> - 0.2.2-2 |
||||
- Fix a debuginfo regression (#967954) |
||||
|
||||
* Fri Mar 29 2013 Kevin Fenzi <kevin@scrye.com> 0.2.1-1 |
||||
- Update to 0.2.1 |
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||
|
||||
* Sat Jan 12 2013 François Cami <fcami@fedoraproject.org> - 0.2.0-3 |
||||
- force-require zathura. |
||||
|
||||
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-2 |
||||
- remove EL5 specific stuff. |
||||
|
||||
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-1 |
||||
- Initial package. |
Loading…
Reference in new issue