rpms/PyQwt/F-10 .cvsignore, 1.2, 1.3 PyQwt.spec, 1.2, 1.3 sources, 1.2, 1.3

Tadej Janež tadej at fedoraproject.org
Wed Sep 23 20:50:35 UTC 2009


Author: tadej

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

Modified Files:
	.cvsignore PyQwt.spec sources 
Log Message:
Upgrade to version 5.2.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Jan 2009 18:43:02 -0000	1.2
+++ .cvsignore	23 Sep 2009 20:50:35 -0000	1.3
@@ -1 +1 @@
-PyQwt-5.1.0.tar.gz
+PyQwt-5.2.0.tar.gz


Index: PyQwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-10/PyQwt.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- PyQwt.spec	5 Mar 2009 00:10:52 -0000	1.2
+++ PyQwt.spec	23 Sep 2009 20:50:35 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           PyQwt
-Version:        5.1.0
-Release:        4%{?dist}
+Version:        5.2.0
+Release:        1%{?dist}
 Summary:        Python bindings for Qwt
 
 Group:          Development/Languages
@@ -53,9 +53,18 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 cd configure
 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
+mv sphinx/build/html sphinx
+rm -rf sphinx/build
 
-# non-executable script
+# non-executable scripts
 chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/grace.py
+chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/qplt.py
+
+#FIXME!!! temporarily remove qwt.py* files which conflict with PyQt4 package
+rm -rf %{buildroot}/%{python_sitearch}/PyQt4/uic
  
 %clean
 rm -rf %{buildroot}
@@ -65,15 +74,21 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc ANNOUNCEMENT-%{version} README
 %doc COPYING*
-%{python_sitearch}/PyQt4/Qwt5/
+%{python_sitearch}/PyQt4/*
 
 %files devel
 %defattr(-,root,root,-)
-%doc Doc/*
+%doc sphinx/*
 %doc qt4examples/ 
 %{_datadir}/sip/PyQt4/Qwt5/
 
 %changelog
+* 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
+- included new Sphinx generated pdf and html documentation in -devel subpackage
+- made qplt.py executable (to fix a rpmlint error)
+
 * Sat Mar 5 2009 Tadej Janež <tadej.janez at tadej.hicsalta.si> 5.1.0-4
 - rebuild for new qwt (fixes RH bug #487348)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Jan 2009 18:43:02 -0000	1.2
+++ sources	23 Sep 2009 20:50:35 -0000	1.3
@@ -1 +1 @@
-c9d662a0d4fc95cec75d3c526e4e748a  PyQwt-5.1.0.tar.gz
+fcd6c6029090d473dcc9df497516eae7  PyQwt-5.2.0.tar.gz




More information about the fedora-extras-commits mailing list