- Fix the dep list, install LICENSE with the %license macro
epel9
Petr Šabata 10 years ago
parent dbbbefa3fa
commit e56b06b43c

1
.gitignore vendored

@ -13,3 +13,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.3.0.tar.gz /zathura-0.3.0.tar.gz
/zathura-0.3.1.tar.gz /zathura-0.3.1.tar.gz
/zathura-0.3.2.tar.gz /zathura-0.3.2.tar.gz
/zathura-0.3.3.tar.gz

@ -1 +1 @@
4ac91bfbb596decb43c7ef0dcbc3e361 zathura-0.3.2.tar.gz d360252210ce51a29e8d341b1b72a7cc zathura-0.3.3.tar.gz

@ -1,24 +1,31 @@
Name: zathura Name: zathura
Version: 0.3.2 Version: 0.3.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: A lightweight document viewer Summary: A lightweight document viewer
Group: Applications/Publishing Group: Applications/Publishing
License: zlib License: zlib
URL: http://pwmt.org/projects/%{name}/ URL: http://pwmt.org/projects/%{name}/
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
BuildRequires: binutils
BuildRequires: cairo-devel BuildRequires: coreutils
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: file-devel BuildRequires: gcc
BuildRequires: gdk-pixbuf2-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: girara-devel >= 0.2.3 BuildRequires: make
BuildRequires: glib2-devel BuildRequires: pkgconfig
BuildRequires: gtk3-devel BuildRequires: sed
BuildRequires: poppler-glib-devel BuildRequires: file-devel
BuildRequires: python-docutils BuildRequires: pkgconfig(girara-gtk3)
BuildRequires: sqlite-devel >= 3.5.9 BuildRequires: pkgconfig(glib-2.0)
Requires: girara >= 0.2.3 BuildRequires: pkgconfig(gmodule-no-export-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(zlib)
Requires(post): glibc
Requires(post): desktop-file-utils
Requires(postun): glibc
Requires(postun): desktop-file-utils
%description %description
Zathura is a highly customizable and functional document viewer. Zathura is a highly customizable and functional document viewer.
@ -38,7 +45,6 @@ to install all available plugins.
%package devel %package devel
Summary: Development files for the zathura PDF viewer Summary: Development files for the zathura PDF viewer
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
@ -47,8 +53,8 @@ libraries and header files for the zathura PDF viewer.
%package plugins-all %package plugins-all
Summary: Zathura plugins (all plugins) Summary: Zathura plugins (all plugins)
Group: Applications/Publishing
Requires: zathura-djvu Requires: zathura-djvu
# poppler is preferred over mupdf
Requires: zathura-pdf-poppler Requires: zathura-pdf-poppler
Requires: zathura-ps Requires: zathura-ps
Requires: zathura-cb Requires: zathura-cb
@ -74,7 +80,6 @@ make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 zathura.desktop %{buildroot}%{_datadir}/applications/ install -m 644 zathura.desktop %{buildroot}%{_datadir}/applications/
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%find_lang zathura %find_lang zathura
%post %post
@ -86,7 +91,8 @@ update-desktop-database &> /dev/null || :
update-desktop-database &> /dev/null || : update-desktop-database &> /dev/null || :
%files -f zathura.lang %files -f zathura.lang
%doc LICENSE README %license LICENSE
%doc README
%{_bindir}/* %{_bindir}/*
%{_mandir}/man*/* %{_mandir}/man*/*
%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/appdata/%{name}.appdata.xml
@ -100,6 +106,10 @@ update-desktop-database &> /dev/null || :
%files plugins-all %files plugins-all
%changelog %changelog
* Tue Jun 09 2015 Petr Šabata <contyk@redhat.com> - 0.3.3-1
- 0.3.3 bump
- Fix the dep list, install LICENSE with the %%license macro
* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.3.2-1 * Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.3.2-1
- 0.3.2 bugfix bump - 0.3.2 bugfix bump

Loading…
Cancel
Save