File python-TGScheduler.spec of Package python-TGScheduler
#norootforbuild
#
%define real_name TGScheduler
#
#
Name: python-%{real_name}
Group: Development/Libraries/Python
Version: 20091109svn
Release: 1
License: MIT
Summary: Turbogears 2 Scheduler
Autoreqprov: on
Source: %{real_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-setuptools
Requires: python-turbogears2
Url: http://code.google.com/p/tgscheduler
%{py_requires}
%define py_vers %(%{__python} -c 'import sys; print int(10*float(sys.version[:3]))')
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
%endif
%description
This scheduler that is based on Kronos by Irmen de Jong. This scheduler makes
it easy to have one time or recurring tasks run as needed
%prep
%setup -n %{real_name}-%{version}
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%changelog
* Mon Nov 09 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 20091109svn
- Initial import from SVN check out