rpms/python-distutils-extra/devel .cvsignore, 1.6, 1.7 python-distutils-extra.spec, 1.10, 1.11 sources, 1.6, 1.7

Rahul Sundaram sundaram at fedoraproject.org
Fri Jun 4 12:52:44 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/python-distutils-extra/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13597

Modified Files:
	.cvsignore python-distutils-extra.spec sources 
Log Message:
* Fri Jun 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.19-1
- Update to new upstream version 2.19.  Resolves rhbz#600307
- Update spec to match latest guidelines



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-distutils-extra/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	4 Feb 2010 21:12:31 -0000	1.6
+++ .cvsignore	4 Jun 2010 12:52:44 -0000	1.7
@@ -1 +1 @@
-python-distutils-extra-2.15.tar.gz
+dist-python-distutils-extra-2.19.tar.gz


Index: python-distutils-extra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-distutils-extra/devel/python-distutils-extra.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-distutils-extra.spec	4 Feb 2010 21:13:28 -0000	1.10
+++ python-distutils-extra.spec	4 Jun 2010 12:52:44 -0000	1.11
@@ -1,15 +1,13 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
+%global archive_name dist-python-distutils-extra
 Name:           python-distutils-extra
-Version:        2.15
+Version:        2.19
 Release:        1%{?dist}
 Summary:        Integrate more support into Python's distutils 
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            https://launchpad.net/python-distutils-extra
-Source0:        http://launchpad.net/%{name}/trunk/2.15/+download/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://launchpad.net/%{name}/trunk/2.15/+download/%{archive_name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python-devel
@@ -22,23 +20,16 @@ scrollkeeper based documentation into Py
 
 
 %prep
-%setup -q
-
+%setup -q 
 
 %build
 %{__python} setup.py build
 
 
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install --root=%{buildroot} 
 chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE doc/*
@@ -47,6 +38,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.19-1
+- Update to new upstream version 2.19.  Resolves rhbz#600307
+- Update spec to match latest guidelines
+
 * Thu Feb 04 2010 Fabian Affolter <fabian at bernewireless.net> - 2.15-1
 - Updated to new upstream version 2.15
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-distutils-extra/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	4 Feb 2010 21:12:31 -0000	1.6
+++ sources	4 Jun 2010 12:52:44 -0000	1.7
@@ -1 +1 @@
-d93ad58262cb9ab2ea82584d1cb0ee93  python-distutils-extra-2.15.tar.gz
+81e0f7856a51340e3818160aa135911a  dist-python-distutils-extra-2.19.tar.gz



More information about the scm-commits mailing list