rpms/python-durus/devel .cvsignore, 1.7, 1.8 python-durus.spec, 1.9, 1.10 sources, 1.7, 1.8

Shahms King (shahms) fedora-extras-commits at redhat.com
Fri Jun 2 16:37:01 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/python-durus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5871/devel

Modified Files:
	.cvsignore python-durus.spec sources 
Log Message:
update to new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-durus/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	23 Mar 2006 18:15:39 -0000	1.7
+++ .cvsignore	2 Jun 2006 16:37:01 -0000	1.8
@@ -1 +1 @@
-Durus-3.3.tar.gz
+Durus-3.4.1.tar.gz


Index: python-durus.spec
===================================================================
RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-durus.spec	23 Mar 2006 18:15:39 -0000	1.9
+++ python-durus.spec	2 Jun 2006 16:37:01 -0000	1.10
@@ -1,9 +1,10 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %define srcname Durus
 
 Name:           python-durus
-Version:        3.3
+Version:        3.4.1
 Release:        1%{?dist}
 Summary:        A Python Object Database
 
@@ -14,6 +15,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
@@ -35,7 +37,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
 
  
 %clean
@@ -46,6 +48,7 @@
 %defattr(-,root,root,-)
 %doc doc/ *.txt
 %dir %{python_sitearch}/durus
+%{python_sitearch}/Durus-%{version}-py%{pyver}.egg-info
 %{python_sitearch}/durus/*.so
 %{python_sitearch}/durus/*.py
 %{python_sitearch}/durus/*.pyc
@@ -53,6 +56,10 @@
 %{_bindir}/durus
 
 %changelog
+* Fri Jun 02 2006 Shahms E. King <shahms at shahms.com> 3.4.1-1
+- Update to new upstream version
+- BuildRequire setuptools
+
 * Thu Mar 23 2006 Shahms E. King <shahms at shahms.com> 3.3-1
 - Update to upstream 3.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-durus/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	23 Mar 2006 18:15:39 -0000	1.7
+++ sources	2 Jun 2006 16:37:01 -0000	1.8
@@ -1 +1 @@
-e5a91e6fb04715a72f14a89eab329c6f  Durus-3.3.tar.gz
+d8e64e36e5f4ca49e5fb5d8ebade33e3  Durus-3.4.1.tar.gz




More information about the fedora-extras-commits mailing list