rpms/python-setuptools/devel .cvsignore, 1.15, 1.16 python-setuptools.spec, 1.23, 1.24 sources, 1.15, 1.16

Toshio くらとみ toshio at fedoraproject.org
Tue Nov 3 05:28:45 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-setuptools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28434

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:

* Tue Nov 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.7-1
- Move easy_install back into the main package as the needed files have been
  moved from python-devel to the main python package.
- Update to 0.6.7 bugfix.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	18 Oct 2009 05:32:38 -0000	1.15
+++ .cvsignore	3 Nov 2009 05:28:45 -0000	1.16
@@ -1 +1 @@
-distribute-0.6.6.tar.gz
+distribute-0.6.7.tar.gz


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- python-setuptools.spec	18 Oct 2009 05:32:38 -0000	1.23
+++ python-setuptools.spec	3 Nov 2009 05:28:45 -0000	1.24
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.6
+Version:        0.6.7
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -21,6 +21,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+# Legacy: We removed this subpackage once easy_install no longer depended on
+# python-devel
+Provides: python-setuptools-devel = %{version}-%{release}
+Obsoletes: python-setuptools-devel < %{version}-%{release}
+
 %description
 Setuptools is a collection of enhancements to the Python distutils that allow
 you to more easily build and distribute Python packages, especially ones that
@@ -29,21 +34,6 @@ have dependencies on other packages.
 This package contains the runtime components of setuptools, necessary to
 execute the software that requires pkg_resources.py.
 
-%package devel
-Summary:        Download, install, upgrade, and uninstall Python packages
-Group:          Development/Languages
-Requires:       python-devel
-Requires:       %{name} = %{version}-%{release}
-
-%description devel
-setuptools is a collection of enhancements to the Python distutils that allow
-you to more easily build and distribute Python packages, especially ones that
-have dependencies on other packages.
-
-This package contains the components necessary to build and install software
-requiring setuptools.
-
-
 %prep
 %setup -q -n %{srcname}-%{version}
 find -name '*.txt' | xargs chmod -x
@@ -77,15 +67,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc psfl.txt zpl.txt docs
 %{python_sitelib}/*
-%exclude %{python_sitelib}/easy_install*
-
-%files devel
-%defattr(-,root,root,-)
 %{python_sitelib}/easy_install*
 %{_bindir}/*
 
 
 %changelog
+* Tue Nov 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.7-1
+- Move easy_install back into the main package as the needed files have been
+  moved from python-devel to the main python package.
+- Update to 0.6.7 bugfix.
+
 * Fri Oct 16 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.6-1
 - Upstream bugfix release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-setuptools/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	18 Oct 2009 05:32:38 -0000	1.15
+++ sources	3 Nov 2009 05:28:45 -0000	1.16
@@ -1 +1 @@
-a0a7541a8169d73842e4bb88d79cf8d3  distribute-0.6.6.tar.gz
+b79b9422b1ea517bf3b43e277e9c813a  distribute-0.6.7.tar.gz




More information about the scm-commits mailing list