rpms/python-zope-testing/F-11 python-zope-testing.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

konradm konradm at fedoraproject.org
Thu Jul 9 18:12:49 UTC 2009


Author: konradm

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-zope-testing.spec 
Log Message:
* Mon Jun 15 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-3
- Actually fix file conflict with python-zope-filesystem.



--- 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:        3%{?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

# Use the __init__.py from python-zope-filesystem instead.
rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py*

 
%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
* Mon Jun 15 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-3
- Actually fix file conflict with python-zope-filesystem.

* Sat Jun 13 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-2
- Fix file conflict with python-zope-filesystem.

* 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/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:22:01 -0000	1.1
+++ .cvsignore	9 Jul 2009 18:12:18 -0000	1.2
@@ -0,0 +1 @@
+zope.testing-3.7.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-testing/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Apr 2009 16:22:01 -0000	1.1
+++ sources	9 Jul 2009 18:12:19 -0000	1.2
@@ -0,0 +1 @@
+5b4beacff550fb306fb49500679080cf  zope.testing-3.7.3.tar.gz




More information about the fedora-extras-commits mailing list