rpms/python-ZConfig/devel .cvsignore, 1.3, 1.4 python-ZConfig.spec, 1.4, 1.5 sources, 1.3, 1.4

Robin 'cheese' Lee cheeselee at fedoraproject.org
Wed Jun 16 06:36:12 UTC 2010


Author: cheeselee

Update of /cvs/pkgs/rpms/python-ZConfig/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7052

Modified Files:
	.cvsignore python-ZConfig.spec sources 
Log Message:
* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-2
- Retag

* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-1
- 2.8.0
- BR: python-zope-testing removed
- More docs included



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	18 Jun 2009 14:27:02 -0000	1.3
+++ .cvsignore	16 Jun 2010 06:36:12 -0000	1.4
@@ -1 +1 @@
-ZConfig-2.7.1.tar.gz
+ZConfig-2.8.0.tar.gz


Index: python-ZConfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/devel/python-ZConfig.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-ZConfig.spec	26 Jul 2009 20:06:17 -0000	1.4
+++ python-ZConfig.spec	16 Jun 2010 06:36:12 -0000	1.5
@@ -1,7 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%endif
 
 Name:           python-ZConfig
-Version:        2.7.1
+Version:        2.8.0
 Release:        2%{?dist}
 Summary:        Structured Configuration Library
 Group:          Development/Languages
@@ -12,7 +14,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:  python-zope-testing
 
 
 %description
@@ -35,6 +36,7 @@ configuration-intensive applications.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{python_sitelib}/ZConfig/*.txt
 
 
 #%%check
@@ -47,13 +49,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc NEWS.txt doc/zconfig.pdf
+%doc COPYRIGHT.txt LICENSE.txt NEWS.txt README.txt doc/zconfig.pdf
+%doc ZConfig/*.txt
 %{python_sitelib}/*
 %{_bindir}/zconfig
 %{_bindir}/zconfig_schema2html
 
 
 %changelog
+* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-2
+- Retag
+
+* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-1
+- 2.8.0
+- BR: python-zope-testing removed
+- More docs included
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	18 Jun 2009 14:27:02 -0000	1.3
+++ sources	16 Jun 2010 06:36:12 -0000	1.4
@@ -1 +1 @@
-13216e1f7e4ab25782d3cf60451498fa  ZConfig-2.7.1.tar.gz
+4d1358d3e2e643430716103d5e495509  ZConfig-2.8.0.tar.gz



More information about the scm-commits mailing list