diff --git a/.cvsignore b/.cvsignore index 4eba87d..98adeee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PyQwt-5.1.0.tar.gz +PyQwt-5.2.0.tar.gz diff --git a/PyQwt.spec b/PyQwt.spec index 136554c..d4b5301 100644 --- a/PyQwt.spec +++ b/PyQwt.spec @@ -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 - 5.2.0-1 +- Fix FTBFS: Update to 5.2.0 + * Fri Jul 24 2009 Fedora Release Engineering - 5.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 53bb091..98f5dd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9d662a0d4fc95cec75d3c526e4e748a PyQwt-5.1.0.tar.gz +fcd6c6029090d473dcc9df497516eae7 PyQwt-5.2.0.tar.gz