rpms/python-argparse/EL-5 python-argparse.spec,1.4,1.5

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 11 06:41:38 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-argparse/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16770

Modified Files:
	python-argparse.spec 
Log Message:

* Wed Feb 10 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.1-1.1
- First build for EL-5
- Small change to %files section so lack of egg-info on EL-5 is okay.



Index: python-argparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-argparse/EL-5/python-argparse.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-argparse.spec	6 Dec 2009 22:33:35 -0000	1.4
+++ python-argparse.spec	11 Feb 2010 06:41:38 -0000	1.5
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+
 %global oname  argparse
 
 Summary:       Optparse inspired command line parser for Python
 Name:          python-argparse
 Version:       1.0.1
-Release:       1%{?dist}
+Release:       1%{?dist}.1
 License:       ASL 2.0
 Group:         Development/Languages
 URL:           http://code.google.com/p/argparse/
@@ -50,10 +50,13 @@ dos2unix -k README.txt
 %files
 %defattr(-, root, root, -)
 %doc README.txt doc/*
-%{python_sitelib}/%{oname}.py*
-%{python_sitelib}/%{oname}-%{version}-py%{pyver}.egg-info/
+%{python_sitelib}/*
 
 %changelog
+* Wed Feb 10 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.1-1.1
+- First build for EL-5
+- Small change to %%files section so lack of egg-info on EL-5 is okay.
+
 * Sun Dec 06 2009 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
 - 1.0.1
 - Ship more docs



More information about the scm-commits mailing list