%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: fedora-business-cards Version: 0.2.4.2 Release: 3%{?dist} Summary: The Fedora business card generator Group: Applications/Multimedia License: GPLv2+ URL: https://fedoraproject.org/wiki/Business_cards Source0: http://ianweller.fedorapeople.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-paver python-setuptools python-iniparse Requires: PyXML python-iniparse pygpgme python-fedora ghostscript %if 0%{fedora} < 11 Requires: mgopen-fonts %else Requires: mgopen-modata-fonts mgopen-moderna-fonts %endif %if 0%{fedora} >= 11 Requires: inkscape >= 0.47-0.11.20090602svn %else Requires: inkscape %endif %description fedora-business-cards is a tool written in Python to generate business cards for Fedora Project contributors. %prep %setup -q %build paver build %install rm -rf %{buildroot} paver install --skip-build --root %{buildroot} paver install_data --root %{buildroot} paver install_executable --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README COPYING %{python_sitelib}/* %{_bindir}/%{name} %{_datadir}/%{name} %changelog * Fri Jul 24 2009 Fedora Release Engineering - 0.2.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jun 17 2009 Ian Weller - 0.2.4.2-2 - Add an appropriate conditional require for inkscape * Wed Jun 17 2009 Ian Weller - 0.2.4.2-1 - Fix pavement.py issues * Wed Jun 17 2009 Ian Weller - 0.2.4.1-1 - Fix bug #502338 (fedora-business-cards generate no PNG) * Tue Feb 24 2009 Fedora Release Engineering - 0.2.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Jan 21 2009 Ian Weller 0.2.4-3 - Fix F11 dependency on the MgOpen fonts (again) * Wed Dec 31 2008 Ian Weller 0.2.4-2 - Fix F11 dependency on the MgOpen fonts * Sun Dec 21 2008 Ian Weller 0.2.4-1 - Add CMYK PDF as an export option * Sun Dec 14 2008 Ian Weller 0.2.3-1 - Add EPS as an export option * Sun Dec 14 2008 Ian Weller 0.2.2-3 - Change summary to be more helpful * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.2.2-2 - Rebuild for Python 2.6 * Sun Nov 09 2008 Ian Weller 0.2.2-1 - Fix coloration in back templates * Thu Oct 30 2008 Ian Weller 0.2.1-1 - Upstream update * Mon Oct 06 2008 Ian Weller 0.2-3 - Fix BuildRequires * Mon Oct 06 2008 Ian Weller 0.2-2 - Fix Source0 URL (fedorapeople.org doesn't do https) * Mon Oct 06 2008 Ian Weller 0.2-1 - Initial package build.