rpms/python-transaction/devel .cvsignore, 1.2, 1.3 python-transaction.spec, 1.5, 1.6 sources, 1.2, 1.3

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 28 21:22:54 UTC 2010


Author: toshio

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

Modified Files:
	.cvsignore python-transaction.spec sources 
Log Message:

* Thu Jan 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.0-1
- Update to 1.0 final.  Few fixes for tests and build/install cleanliness.
  No code changes.
- Conditionalize portions of the spec that are only needed for older distro releases.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Nov 2008 14:56:01 -0000	1.2
+++ .cvsignore	28 Jan 2010 21:22:54 -0000	1.3
@@ -1 +1 @@
-transaction-1.0a1.tar.gz
+transaction-1.0.0.tar.gz


Index: python-transaction.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/devel/python-transaction.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-transaction.spec	26 Jul 2009 23:16:10 -0000	1.5
+++ python-transaction.spec	28 Jan 2010 21:22:54 -0000	1.6
@@ -1,20 +1,24 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%define     alphaver a1
+# Can remove this when we no longer care about these releases
+%if ! (0%{?fedora} >= 13 || 0%{?rhel} >= 6)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           python-transaction
-Version:        1.0
-Release:        0.5.%{alphaver}%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Transaction management for Python
 
 Group:          Development/Languages
 License:        ZPLv2.1
 URL:            http://pypi.python.org/pypi/transaction
-Source0:        http://pypi.python.org/packages/source/t/transaction/transaction-%{version}%{alphaver}.tar.gz
+Source0:        http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} && 0%{?fedora} >= 13
+BuildRequires: python-setuptools-devel
+%endif
 Requires:       python-zope-interface
 
 %description
@@ -23,7 +27,7 @@ mainly used by the ZODB, though.
 
 
 %prep
-%setup -q -n transaction-%{version}%{alphaver}
+%setup -q -n transaction-%{version}
 
 
 %build
@@ -32,7 +36,7 @@ mainly used by the ZODB, though.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 
 %clean
@@ -48,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.0-1
+- Update to 1.0 final.  Few fixes for tests and build/install cleanliness.
+  No code changes.
+- Conditionalize portions of the spec that are only needed for older distro releases.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.5.a1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-transaction/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Nov 2008 14:56:01 -0000	1.2
+++ sources	28 Jan 2010 21:22:54 -0000	1.3
@@ -1 +1 @@
-93b4f5d753b4ba99b201cce05c25e549  transaction-1.0a1.tar.gz
+10b5d02dcded26f6f265771e6d68fc06  transaction-1.0.0.tar.gz



More information about the scm-commits mailing list