rpms/python-4Suite-XML/devel .cvsignore, 1.2, 1.3 python-4Suite-XML.spec, 1.3, 1.4 sources, 1.2, 1.3

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Sun Nov 5 03:32:29 UTC 2006


Author: mitr

Update of /cvs/extras/rpms/python-4Suite-XML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26720

Modified Files:
	.cvsignore python-4Suite-XML.spec sources 
Log Message:
* Sun Nov  5 2006 Miloslav Trmac <mitr at redhat.com> - 1.0-1
- Update to 4Suite-XML-1.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Jan 2006 11:16:49 -0000	1.2
+++ .cvsignore	5 Nov 2006 03:31:58 -0000	1.3
@@ -1 +1 @@
-4Suite-XML-1.0b3.tar.bz2
+4Suite-XML-1.0.tar.bz2


Index: python-4Suite-XML.spec
===================================================================
RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/python-4Suite-XML.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-4Suite-XML.spec	10 Sep 2006 20:33:02 -0000	1.3
+++ python-4Suite-XML.spec	5 Nov 2006 03:31:58 -0000	1.4
@@ -1,9 +1,9 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define ver 1.0b3
+%define ver 1.0
 
 Name: python-4Suite-XML
 Version: 1.0
-Release: 0.5.b3
+Release: 1
 Summary: A collection of XML-related technologies for Python
 
 Group: Development/Libraries
@@ -13,7 +13,6 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel
-Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 4Suite-XML is a suite of Python modules for XML and RDF processing.
@@ -25,7 +24,7 @@
  * Ft.Lib: Various support libraries that can be used independently.
 
 %prep
-%setup -q -n 4Suite-%{ver}
+%setup -q -n 4Suite-XML-%{ver}
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -40,13 +39,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py bdist_install -O1 --root=$RPM_BUILD_ROOT
+python setup.py install --root=$RPM_BUILD_ROOT
 
 chmod a-x $RPM_BUILD_ROOT%{_datadir}/4Suite/Data/Stylesheets/*.xslt
 
 # Move documentation to the right place
 mv $RPM_BUILD_ROOT%{_datadir}/doc/4Suite/html html
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/4Suite/xml
+rm $RPM_BUILD_ROOT%{_datadir}/doc/4Suite/{COPYRIGHT,README}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,9 +56,13 @@
 %{_bindir}/4*
 %exclude %{_libdir}/4Suite
 %{python_sitearch}/Ft
+%{python_sitearch}/4Suite_XML-1.0-py2.4.egg-info
 %{_datadir}/4Suite
 
 %changelog
+* Sun Nov  5 2006 Miloslav Trmac <mitr at redhat.com> - 1.0-1
+- Update to 4Suite-XML-1.0
+
 * Sun Sep 10 2006 Miloslav Trmac <mitr at redhat.com> - 1.0-0.5.b3
 - Rebuild for Fedora Extras 6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-4Suite-XML/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Jan 2006 11:16:49 -0000	1.2
+++ sources	5 Nov 2006 03:31:58 -0000	1.3
@@ -1 +1 @@
-9decb8b1032415ae155fe9a917fe8126  4Suite-XML-1.0b3.tar.bz2
+6f87c2b25c507d65783a7ad9bf7de179  4Suite-XML-1.0.tar.bz2




More information about the scm-commits mailing list