rpms/python-argparse/devel .cvsignore, 1.2, 1.3 python-argparse.spec, 1.3, 1.4 sources, 1.2, 1.3

terjeros terjeros at fedoraproject.org
Sun Dec 6 22:33:36 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/python-argparse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16933

Modified Files:
	.cvsignore python-argparse.spec sources 
Log Message:
* Sun Dec 06 2009 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
- 1.0.1
- Ship more docs
- Project has moved
- Disable test for now
- Change license to Apache 2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-argparse/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Feb 2009 18:08:53 -0000	1.2
+++ .cvsignore	6 Dec 2009 22:33:35 -0000	1.3
@@ -1 +1 @@
-argparse-0.8.0.zip
+argparse-1.0.1.zip


Index: python-argparse.spec
===================================================================
RCS file: /cvs/extras/rpms/python-argparse/devel/python-argparse.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-argparse.spec	26 Jul 2009 20:08:43 -0000	1.3
+++ python-argparse.spec	6 Dec 2009 22:33:35 -0000	1.4
@@ -1,15 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-%define oname  argparse
+%{!?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:       0.8.0
-Release:       4%{?dist}
-License:       BSD
+Version:       1.0.1
+Release:       1%{?dist}
+License:       ASL 2.0
 Group:         Development/Languages
-URL:           http://argparse.python-hosting.com/
-Source0:       http://pypi.python.org/packages/source/a/%{oname}/%{oname}-%{version}.zip
+URL:           http://code.google.com/p/argparse/
+Source0:       http://argparse.googlecode.com/files/argparse-%{version}.zip
 BuildRequires: python-setuptools-devel dos2unix
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,6 +31,7 @@ optparse API.
 %prep
 %setup -q -n %{oname}-%{version}
 dos2unix -k README.txt
+%{__rm} -rf doc/source
 
 %build
 %{__python} setup.py build
@@ -39,19 +40,27 @@ dos2unix -k README.txt
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-%check
-%{__python} test_%{oname}.py
+#check
+#pushd test
+#PYTHONPATH=../ %{__python} test_%{oname}.py
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc README.txt
+%doc README.txt doc/*
 %{python_sitelib}/%{oname}.py*
 %{python_sitelib}/%{oname}-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Sun Dec 06 2009 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
+- 1.0.1
+- Ship more docs
+- Project has moved
+- Disable test for now
+- Change license to Apache 2.0
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-argparse/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Feb 2009 18:08:53 -0000	1.2
+++ sources	6 Dec 2009 22:33:35 -0000	1.3
@@ -1 +1 @@
-fc3ac46fecf541e8ca25caeae75b1b8d  argparse-0.8.0.zip
+2d04a5fa1504c93a3e7523cd97bfd8b2  argparse-1.0.1.zip




More information about the fedora-extras-commits mailing list