rpms/python-setuptools/devel .cvsignore, 1.6, 1.7 python-setuptools.spec, 1.7, 1.8 sources, 1.6, 1.7

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Sep 12 13:50:51 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-setuptools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10698/devel

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:
- Upstream 0.6c2
- Ghostbusting



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	22 Jul 2006 14:01:38 -0000	1.6
+++ .cvsignore	12 Sep 2006 13:50:51 -0000	1.7
@@ -1 +1,3 @@
-setuptools-0.6c1.zip
+setuptools-0.6c2.zip
+zpl.txt
+psfl.txt


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-setuptools.spec	31 Jul 2006 16:26:45 -0000	1.7
+++ python-setuptools.spec	12 Sep 2006 13:50:51 -0000	1.8
@@ -1,16 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-setuptools
-Version:        0.6c1
-Release:        2%{?dist}
+Version:        0.6c2
+Release:        1%{?dist}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 
 Group:          Development/Languages
 License:        PSFL/ZPL
 URL:            http://peak.telecommunity.com/DevCenter/setuptools
 Source0:        http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip
-Source1:		psfl.txt
-Source2:		zpl.txt
+Source1:        psfl.txt
+Source2:        zpl.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -34,8 +34,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build \
-	--root $RPM_BUILD_ROOT \
-	--single-version-externally-managed
+    --root $RPM_BUILD_ROOT \
+    --single-version-externally-managed
 install -p -m 0644 %{SOURCE1} %{SOURCE2} .
 find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f
 
@@ -48,22 +48,14 @@
 %defattr(-,root,root,-)
 %doc *.txt
 %{_bindir}/*
-%{python_sitelib}/*.egg-info
-%dir %{python_sitelib}/setuptools
-%dir %{python_sitelib}/setuptools/command
-%dir %{python_sitelib}/setuptools/tests
-%{python_sitelib}/*.py
-%{python_sitelib}/*/*.py
-%{python_sitelib}/*/*/*.py
-%{python_sitelib}/*.pyc
-%{python_sitelib}/*/*.pyc
-%{python_sitelib}/*/*/*.pyc
-%ghost %{python_sitelib}/*.pyo
-%ghost %{python_sitelib}/*/*.pyo
-%ghost %{python_sitelib}/*/*/*.pyo
+%{python_sitelib}/*
 
 
 %changelog
+* Tue Sep 12 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c2-1
+- Upstream 0.6c2
+- Ghostbusting
+
 * Mon Jul 31 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c1-2
 - Set perms on license files (#200768)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	22 Jul 2006 14:01:38 -0000	1.6
+++ sources	12 Sep 2006 13:50:51 -0000	1.7
@@ -1,3 +1,3 @@
-9e5e38dcce7902b892110625d18108c6  setuptools-0.6c1.zip
+b0729008542f44d07c510d880ba582aa  setuptools-0.6c2.zip
 0f810c1ec4c50e3e0fe390d14a831d48  zpl.txt
 85f03c95710162ed140bc8fa22790b2a  psfl.txt




More information about the fedora-extras-commits mailing list