rpms/python-quixote/devel python-quixote.spec,1.1,1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Thu Mar 10 22:22:33 UTC 2005


Author: shahms

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

Modified Files:
	python-quixote.spec 
Log Message:
Remove unnecessary '%define srcver 1.2' from the spec file




Index: python-quixote.spec
===================================================================
RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-quixote.spec	9 Mar 2005 23:02:44 -0000	1.1
+++ python-quixote.spec	10 Mar 2005 22:22:31 -0000	1.2
@@ -2,11 +2,10 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define srcname Quixote
-%define srcver  1.2
 
 Name:           python-quixote
 Version:        1.2
-Release:        2
+Release:        3
 Summary:        A highly Pythonic Web application framework
 
 Group:          Development/Libraries
@@ -26,7 +25,7 @@
 you to put Quixote-based applications into large-scale production use.
 
 %prep
-%setup -q -n %{srcname}-%{srcver}
+%setup -q -n %{srcname}-%{version}
 
 
 %build
@@ -66,6 +65,9 @@
 %ghost %{python_sitearch}/quixote/form2/*.pyo
 
 %changelog
+* Thu Mar 10 2005 Shahms E. King <shahms at shahms.com> 1.2-3 -
+- remove 'srcver' from specfile
+
 * Tue Mar 01 2005 Shahms E. King <shahms at shahms.com> 1.2-2
 - Fix up specfile for FC3
 - Change python_sitelib -> python_sitearch for multi-lib builds




More information about the fedora-extras-commits mailing list