%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pdfshuffler Version: 0.5 Release: 1%{?dist} Summary: PDF file merging, rearranging, and splitting Group: Applications/Publishing License: GPLv2+ URL: http://sourceforge.net/projects/pdfshuffler/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: desktop-file-utils BuildRequires: gettext Requires: pygtk2 Requires: pyPdf Requires: pypoppler %description PDF-Shuffler is a small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. %prep %setup -q %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --root %{buildroot} desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_mandir}/man*/*.* %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.svg %{python_sitelib}/%{name}*.egg-info %changelog * Mon Mar 15 2010 Fabian Affolter - 0.5-1 - Updated to new upstream version 0.5 * Sat Jul 25 2009 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 17 2009 Fabian Affolter - 0.4.2-1 - Updated to new upstream version 0.4.2 * Sat Apr 25 2009 Fabian Affolter - 0.4-2 - Removed patch0 - Removed permission changing of doc files - Removed ghostscript and added pypoppler as a requirement * Sat Apr 25 2009 Fabian Affolter - 0.4-1 - Updated to new upstream version 0.4 * Thu Feb 26 2009 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Feb 14 2009 Fabian Affolter - 0.3.1-3 - Fixed requirements * Sat Jan 31 2009 Fabian Affolter - 0.3.1-2 - Fixed typo in summary and .desktop file * Sat Jan 24 2009 Fabian Affolter - 0.3.1-1 - Initial package for Fedora