Name: pizzabashlog Version: 0.3 Release: 1%{?dist} Summary: A little program to register the attendance to free software events Group: Applications/System License: GPLv3 URL: https://launchpad.net/pizzabashlog/+index Source0: http://launchpad.net/pizzabashlog/trunk/0.3public5/+download/%{name}_%{version}-public5.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-distutils-extra Requires: python-pycha Requires: python-desktopcouch-records Requires: pycairo Requires: pygobject2 Requires: pygtk2 Requires: notify-python %description A small application to register the attendance to free software events, includes some fields to get information about the attendees, and generate statistical graphics. %prep %setup -q -n %{name} %build python setup.py build %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING %changelog * Sun Jul 25 2010 Yader Velasquez - 0.3 - Fix %setup, license and add a buildrequires dependency * Fri Jul 16 2010 Yader Velasquez - 0.3 - Add construction command