Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > ac21205bd39125c6b68f35e3874d0e9c > files > 2

python-epsilon-0.6.0-3.mga3.src.rpm

%define module  epsilon
%define name    python-%{module}
%define version 0.6.0
%define release %mkrel 3

Name: 		%{name}
Summary: 	A small utility package
Version: 	%{version}
Release: 	%{release}
Group: 		Development/Python 
URL: 		http://www.divmod.org/trac/wiki/DivmodEpsilon
Source0: 	Epsilon-%{version}.tar.gz
License: 	BSD
Provides: 	python-Epsilon = %{version}
Provides: 	Epsilon = %version
Requires:	python-twisted
BuildRequires:	python-devel python-twisted
BuildArch:	noarch

%description
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share the large footprint of Divmod's 
other projects.

%prep
%setup -q -n Epsilon-%version

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES.tmp
%__grep -v %{py_sitedir}/build INSTALLED_FILES.tmp > INSTALLED_FILES

%__rm -rf %{buildroot}%{py_sitedir}/build

%clean
%__rm -rf %buildroot

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README *.txt LICENSE




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.6.0-3.mga3
+ Revision: 378806
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Feb 21 2011 ahmad <ahmad> 0.6.0-2.mga1
+ Revision: 55695
- rebuild to make all pythonegg requires/provides lowercase

* Sun Jan 23 2011 ennael <ennael> 0.6.0-1.mga1
+ Revision: 34387
- imported package python-epsilon