rpms/python-decoratortools/devel python-decoratortools.spec, 1.2, 1.3

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Sep 2 03:11:04 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/python-decoratortools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7623

Modified Files:
	python-decoratortools.spec 
Log Message:
- Verify that .pth files are correct.
- Update license tag for new guidelines.
- Update setuptools BR for changes in rawhide.



Index: python-decoratortools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decoratortools/devel/python-decoratortools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-decoratortools.spec	21 Aug 2007 21:10:41 -0000	1.2
+++ python-decoratortools.spec	2 Sep 2007 03:10:31 -0000	1.3
@@ -5,16 +5,21 @@
 
 Name:           python-decoratortools
 Version:        1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Use class and function decorators -- even in Python 2.3
 Group:          Development/Languages
-License:        PSF or ZPL
+License:        Python or ZPLv2.1
 URL:            http://cheeseshop.python.org/pypi/DecoratorTools
 Source0:        http://cheeseshop.python.org/packages/source/D/DecoratorTools/%{module}-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 
 %description
 Want to use decorators, but still need to support Python 2.3? Wish you could
@@ -32,7 +37,7 @@
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
 
 
 %clean
@@ -48,6 +53,11 @@
 
 
 %changelog
+* Sat Sep 01 2007 Toshio Kuratomi <a.badger at gmail.com> - 1.5-2
+- Verify that .pth files are correct.
+- Update license tag for new guidelines.
+- Update setuptools BR for changes in rawhide.
+
 * Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> - 1.5-1
 - 1.5
 




More information about the fedora-extras-commits mailing list