rpms/PyQwt/F-11 PyQwt.spec,1.4,1.5

Tadej Janež tadej at fedoraproject.org
Tue Nov 17 14:41:02 UTC 2009


Author: tadej

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

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-11/PyQwt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- PyQwt.spec	27 Oct 2009 14:22:57 -0000	1.4
+++ PyQwt.spec	17 Nov 2009 14:41:01 -0000	1.5
@@ -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 (fixes RH bug #520095)




More information about the fedora-extras-commits mailing list