rpms/testoob/devel testoob.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Devan Goodwin (dgoodwin) fedora-extras-commits at redhat.com
Tue Jun 19 19:40:50 UTC 2007


Author: dgoodwin

Update of /cvs/extras/rpms/testoob/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30676/devel

Modified Files:
	.cvsignore sources 
Added Files:
	testoob.spec 
Log Message:
Adding testoob srpm.



--- NEW FILE testoob.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: testoob
Version: 1.13
Release:        4%{?dist}
Summary: Advanced unit testing framework for Python

Group: Development/Tools
License: Apache Software License
URL: http://testoob.sourceforge.net/
Source0: http://easynews.dl.sourceforge.net/sourceforge/testoob/testoob-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
BuildRequires: python-devel

Requires: python-4Suite-XML >= 1.0.2

%description
Testoob is an advanced unit testing framework for Python. It 
integrates effortlessly with existing PyUnit (module ‘unittest’)
test suites.

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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/testoob/compatibility/trace.py


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%doc docs/LICENSE-2.0.txt
%doc docs/CHANGELOG
%{_bindir}/testoob
%dir %{python_sitelib}/testoob
%{python_sitelib}/testoob/*


%changelog
* Sun Jun 17 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.13-4
- Adding requires for python-4Suite-XML for html output.

* Sun Jun 17 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.13-3
- Updating source tarball to match upstream.

* Sun Jun 10 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.13-2
- Correcting executable script problem.

* Wed May 16 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.13-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/testoob/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jun 2007 04:57:50 -0000	1.1
+++ .cvsignore	19 Jun 2007 19:40:14 -0000	1.2
@@ -0,0 +1 @@
+testoob-1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/testoob/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jun 2007 04:57:50 -0000	1.1
+++ sources	19 Jun 2007 19:40:14 -0000	1.2
@@ -0,0 +1 @@
+92cbf328647488ed21a55cfe0f74b2cf  testoob-1.13.tar.gz




More information about the fedora-extras-commits mailing list