rpms/python-repoze-who-plugins-sa/devel python-repoze-who-plugins-sa.spec, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Mon Jul 20 20:08:30 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-who-plugins-sa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19422

Modified Files:
	python-repoze-who-plugins-sa.spec 
Log Message:
Remove the test suite, since it conflicts with other packages (#512759)


Index: python-repoze-who-plugins-sa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who-plugins-sa/devel/python-repoze-who-plugins-sa.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-repoze-who-plugins-sa.spec	16 Jul 2009 07:15:41 -0000	1.1
+++ python-repoze-who-plugins-sa.spec	20 Jul 2009 20:08:29 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           python-repoze-who-plugins-sa
 Version:        1.0
-Release:        0.2.%{_rcver}%{?dist}
+Release:        0.3.%{_rcver}%{?dist}
 Summary:        The repoze.who SQLAlchemy plugin
 
 Group:          Development/Languages
@@ -34,15 +34,15 @@ or Elixir-based models.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__rm} -fr %{buildroot}%{python_sitelib}/tests
 
 #%check
 #PYTHONPATH=$(pwd) nosetests
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 20 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.3.rc1
+- Remove the test suite, since it conflicts with other packages (#512759)
+
 * Thu May 21 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.2.rc1
 - Update to 1.0rc1
 - Add python-elixir, python-sqlalchemy, python-coverage, python-nose,




More information about the fedora-extras-commits mailing list