rpms/python-zope-testing/devel import.log, NONE, 1.1 python-zope-testing.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Mon Apr 27 02:33:21 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/python-zope-testing/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24223/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zope-testing.spec 
Log Message:
Import.



--- NEW FILE import.log ---
python-zope-testing-3_7_3-1_fc10:HEAD:python-zope-testing-3.7.3-1.fc10.src.rpm:1240799558


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

Name:           python-zope-testing
Version:        3.7.3
Release:        1%{?dist}
Summary:        Zope Testing Framework
Group:          Development/Languages
License:        ZPLv2.1
URL:            http://pypi.python.org/pypi/zope.testing
Source0:        http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-zope-filesystem


%description
This package provides a number of testing frameworks. It includes a
flexible test runner, and supports both doctest and unittest.


%prep
%setup -q -n zope.testing-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc documentation.txt CHANGES.txt README.txt
%{python_sitelib}/zope/*
%{python_sitelib}/zope.testing*


%changelog
* Wed Apr 22 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-1
- Bump to 3.7.3.

* Sun Dec 14 2008 Conrad Meyer <konrad at tylerc.org> - 3.7.1-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-testing/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:22:01 -0000	1.1
+++ .cvsignore	27 Apr 2009 02:32:51 -0000	1.2
@@ -0,0 +1 @@
+zope.testing-3.7.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-testing/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:22:01 -0000	1.1
+++ sources	27 Apr 2009 02:32:51 -0000	1.2
@@ -0,0 +1 @@
+5b4beacff550fb306fb49500679080cf  zope.testing-3.7.3.tar.gz




More information about the fedora-extras-commits mailing list