Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > fd04b489cf74ade4d1950da46cfcb897 > files > 1

python-testoob-1.15-1mdv2010.1.src.rpm

%define module testoob
%define name python-%{module}
%define version 1.15
%define release %mkrel 1

Summary: Advanced Python unit testing framework
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{module}-%{version}.tar.bz2
License: Apache License
Group: Development/Python
Url: http://testoob.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel

%description
Testoob is an advanced Python unit testing framework that integrates
effortlessly with Python's standard 'unittest' module. It is designed
and built to be easy to use and extend.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%__rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README docs/*



%changelog
* Sun Jan 10 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.15-1mdv2010.1
+ Revision: 489194
- update to new version 1.15

* Tue Sep 15 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.13-6mdv2010.0
+ Revision: 442511
- rebuild

* Fri Jan 02 2009 Funda Wang <fwang@mandriva.org> 1.13-5mdv2009.1
+ Revision: 323414
- rebuild

* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.13-4mdv2009.0
+ Revision: 259832
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.13-3mdv2009.0
+ Revision: 247697
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed Nov 07 2007 Lev Givon <lev@mandriva.org> 1.13-1mdv2008.1
+ Revision: 106752
- import python-testoob


* Sun Nov 4 2007 Lev Givon <lev@mandriva.org> 1.13-1mdv2008.0
- Initial Mandriva package.