rpms/PyQwt/F-10 PyQwt.spec,1.3,1.4

Tadej Janež tadej at fedoraproject.org
Tue Nov 17 14:56:29 UTC 2009


Author: tadej

Update of /cvs/pkgs/rpms/PyQwt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9333

Modified Files:
	PyQwt.spec 
Log Message:
* Tue Nov 17 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.2.0-2
- Requires: sip-api(%%_sip_api_major) >= %%_sip_api (#537894)
- Rebuilt for new sip-4.9.x (and PyQt4-4.6.x)
- Removed html/.buildinfo from sphinx documentation (to fix a rpmlint error)




Index: PyQwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-10/PyQwt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- PyQwt.spec	23 Sep 2009 20:50:35 -0000	1.3
+++ PyQwt.spec	17 Nov 2009 14:56:29 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           PyQwt
 Version:        5.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for Qwt
 
 Group:          Development/Languages
@@ -20,6 +20,7 @@ BuildRequires:  qwt-devel
 
 Requires:       PyQt4
 Requires:       numpy
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 
 %description
 PyQwt is a set of Python bindings for the Qwt C++ class library which extends
@@ -56,6 +57,7 @@ make DESTDIR=%{buildroot} install
 # move the generated pdf and html documentation to sphinx directory and remove the build files
 cd ..
 mv sphinx/build/latex/PyQwt.pdf sphinx
+rm sphinx/build/html/.buildinfo
 mv sphinx/build/html sphinx
 rm -rf sphinx/build
 
@@ -83,6 +85,11 @@ rm -rf %{buildroot}
 %{_datadir}/sip/PyQt4/Qwt5/
 
 %changelog
+* Tue Nov 17 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.2.0-2
+- Requires: sip-api(%%_sip_api_major) >= %%_sip_api (#537894)
+- Rebuilt for new sip-4.9.x (and PyQt4-4.6.x)
+- Removed html/.buildinfo from sphinx documentation (to fix a rpmlint error)
+
 * Wed Sep 23 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.2.0-1
 - upgrade to version 5.2.0, which supports newer versions of Qwt, PyQt4
   and SIP




More information about the fedora-extras-commits mailing list