rpms/python-configobj/devel .cvsignore, 1.8, 1.9 python-configobj.spec, 1.18, 1.19 sources, 1.8, 1.9

Luke Macken lmacken at fedoraproject.org
Wed Jan 20 15:07:41 UTC 2010


Author: lmacken

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

Modified Files:
	.cvsignore python-configobj.spec sources 
Log Message:
* Wed Jan 20 2010 Luke Macken <lmacken at redhat.com> - 4.7.0-2
- Merge a bunch of changes from Gareth Armstrong <gareth.armstrong at hp.com>
    - Use the source zip from voidspace.org.uk, as the PyPI tarball
      is missing docs and tests
    - Remove BR on python-setuptools-devel




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	10 Jan 2010 21:24:38 -0000	1.8
+++ .cvsignore	20 Jan 2010 15:07:41 -0000	1.9
@@ -1 +1 @@
-configobj-4.7.0.tar.gz
+configobj-4.7.0.zip


Index: python-configobj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/devel/python-configobj.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- python-configobj.spec	10 Jan 2010 21:35:17 -0000	1.18
+++ python-configobj.spec	20 Jan 2010 15:07:41 -0000	1.19
@@ -3,17 +3,17 @@
 
 Name:           python-configobj
 Version:        4.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Config file reading, writing, and validation
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.voidspace.org.uk/python/configobj.html
-Source0:        http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
+Source0:        http://www.voidspace.org.uk/downloads/configobj-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires: python-devel python-setuptools-devel
+BuildRequires: python-devel
 
 %description
 ConfigObj is a simple but powerful config file reader and writer: an ini file
@@ -47,22 +47,27 @@ It has lots of other features though:
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
 
+%check
+export PYTHONPATH="%{buildroot}/%{python_sitelib}"
+%{__python} tests/test_configobj.py
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
-%doc
-%{python_sitelib}/*.py
-%{python_sitelib}/*.pyc
-%{python_sitelib}/*.pyo
-%if 0%{?fedora} >= 9
-%{python_sitelib}/*.egg-info
-%endif
+%doc docs/*
+%{python_sitelib}/*
 
 %changelog
+* Wed Jan 20 2010 Luke Macken <lmacken at redhat.com> - 4.7.0-2
+- Merge a bunch of changes from Gareth Armstrong <gareth.armstrong at hp.com>
+    - The src zip file should come either from http://www.voidspace.org.uk/
+      downloads/ or http://code.google.com/p/configobj/ as the PyPI tarball is
+      not complete.  No docs and no test code.
+    - Added docs
+    - Remove BR on python-setuptools-devel
+
 * Sun Jan 10 2010 Luke Macken <lmacken at redhat.com> - 4.7.0-1
 - Update to 4.7.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	10 Jan 2010 21:24:38 -0000	1.8
+++ sources	20 Jan 2010 15:07:41 -0000	1.9
@@ -1 +1 @@
-2b6a56f0f889285d2bbc8f2e7ca7c37b  configobj-4.7.0.tar.gz
+237bb4ffd4eaa6208805138499806421  configobj-4.7.0.zip



More information about the scm-commits mailing list