From be3c13dbd5f01cadabe4b4660aaa892d954ee77b Mon Sep 17 00:00:00 2001 From: cheeselee Date: Jun 16 2010 06:36:12 +0000 Subject: - Retag Wed Jun 16 2010 Robin Lee - 2.8.0-1 - 2.8.0 - BR: python-zope-testing removed - More docs included --- diff --git a/.cvsignore b/.cvsignore index e887c2d..d7807e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ZConfig-2.7.1.tar.gz +ZConfig-2.8.0.tar.gz diff --git a/python-ZConfig.spec b/python-ZConfig.spec index 76d3f91..da730ae 100644 --- a/python-ZConfig.spec +++ b/python-ZConfig.spec @@ -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}-%{version}-%{release}-root-%(%{__id_u} -n) 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 - 2.8.0-2 +- Retag + +* Wed Jun 16 2010 Robin Lee - 2.8.0-1 +- 2.8.0 +- BR: python-zope-testing removed +- More docs included + * Sun Jul 26 2009 Fedora Release Engineering - 2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 2827ca4..7830d21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13216e1f7e4ab25782d3cf60451498fa ZConfig-2.7.1.tar.gz +4d1358d3e2e643430716103d5e495509 ZConfig-2.8.0.tar.gz