|
|
@ -1,14 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: zathura
|
|
|
|
Name: zathura
|
|
|
|
Version: 0.0.8.5
|
|
|
|
Version: 0.2.1
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight PDF viewer
|
|
|
|
Summary: A lightweight PDF viewer
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Group: Applications/Publishing
|
|
|
|
License: zlib
|
|
|
|
License: zlib
|
|
|
|
URL: http://pwmt.org/projects/zathura/
|
|
|
|
URL: http://pwmt.org/projects/zathura/
|
|
|
|
Source0: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gdk-pixbuf2-devel, gtk2-devel, poppler-glib-devel, cairo-devel, glib2-devel
|
|
|
|
BuildRequires: gdk-pixbuf2-devel, gtk2-devel, poppler-glib-devel, cairo-devel, glib2-devel
|
|
|
|
|
|
|
|
BuildRequires: girara-devel
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,6 +20,14 @@ rendering library and the GTK+ toolkit. The idea behind zathura is an
|
|
|
|
application that provides a minimalist and space saving interface as well as
|
|
|
|
application that provides a minimalist and space saving interface as well as
|
|
|
|
an easy usage that mainly focuses on keyboard interaction.
|
|
|
|
an easy usage that mainly focuses on keyboard interaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
|
|
|
Summary: Development files for the zathura PDF viewer
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
|
|
|
libraries and header files for the zathura PDF viewer.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
@ -27,34 +37,45 @@ sed -ie "s/install:\ all/install:\ /g" Makefile
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
|
|
|
|
export LIBDIR="%{_libdir}"
|
|
|
|
make debug
|
|
|
|
make debug
|
|
|
|
mv zathura-debug zathura
|
|
|
|
mv zathura-debug zathura
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
|
|
|
|
export LIBDIR="%{_libdir}"
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%postun
|
|
|
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f zathura.lang
|
|
|
|
%files
|
|
|
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE README
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%{_includedir}/zathura
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/zathura.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 05 2012 Kevin Fenzi <kevin@scrye.com> 0.2.1-1
|
|
|
|
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8.5-5
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|