rpms/PyQwt/devel .cvsignore, 1.2, 1.3 PyQwt.spec, 1.3, 1.4 sources, 1.2, 1.3

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Sep 7 05:27:53 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/PyQwt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29101

Modified Files:
	.cvsignore PyQwt.spec sources 
Log Message:
- Fix FTBFS: Update to 5.2.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Jan 2009 14:49:22 -0000	1.2
+++ .cvsignore	7 Sep 2009 05:27:53 -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/devel/PyQwt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- PyQwt.spec	24 Jul 2009 16:02:55 -0000	1.3
+++ PyQwt.spec	7 Sep 2009 05:27:53 -0000	1.4
@@ -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:        5%{?dist}
+Version:        5.2.0
+Release:        1%{?dist}
 Summary:        Python bindings for Qwt
 
 Group:          Development/Languages
@@ -53,6 +53,10 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 cd configure
 make DESTDIR=%{buildroot} install
+cd ..
+mv sphinx/build/latex/PyQwt.pdf sphinx
+mv sphinx/build/html sphinx
+rm -rf sphinx/build
 
 # non-executable script
 chmod 755 %{buildroot}/%{python_sitearch}/PyQt4/Qwt5/grace.py
@@ -65,15 +69,18 @@ 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
+* Sun Sep  6 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 5.2.0-1
+- Fix FTBFS: Update to 5.2.0
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQwt/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Jan 2009 14:49:22 -0000	1.2
+++ sources	7 Sep 2009 05:27:53 -0000	1.3
@@ -1 +1 @@
-c9d662a0d4fc95cec75d3c526e4e748a  PyQwt-5.1.0.tar.gz
+fcd6c6029090d473dcc9df497516eae7  PyQwt-5.2.0.tar.gz




More information about the scm-commits mailing list