[rst2pdf] New upstream source, fixes bz #709119

Sergio Pascual sergiopr at fedoraproject.org
Mon Mar 26 10:32:48 UTC 2012


commit 8354508a1f3df2c81224b8c89f38f3dad0e96ded
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Mar 26 12:32:36 2012 +0200

    New upstream source, fixes bz #709119

 rst2pdf.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/rst2pdf.spec b/rst2pdf.spec
index b4585c1..b126904 100644
--- a/rst2pdf.spec
+++ b/rst2pdf.spec
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: rst2pdf
-Version: 0.16
-Release: 5%{?dist}
+Version: 0.91
+Release: 1%{?dist}
 Summary: Tool for transforming reStructuredText to PDF
 License: MIT
 
 Group: Development/Languages
 URL: http://rst2pdf.googlecode.com
 Source0: http://rst2pdf.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: rst2pdf-bz709119.patch
 
 BuildRequires: python-setuptools python-devel
 Requires: python-reportlab python-simplejson python-pygments python-docutils
@@ -20,7 +19,6 @@ Tool for transforming reStructuredText to PDF using ReportLab
 
 %prep
 %setup -q
-%patch0 -p1
 sed -i -e "1d" rst2pdf/findfonts.py
 sed -i -e "1d" rst2pdf/smartypants.py
 sed -i 's/\r//' Contributors.txt
@@ -38,9 +36,6 @@ for lib in $(find %{buildroot}%{python_sitelib}/rst2pdf -name "*.py"); do
  mv $lib.new $lib
 done
 
-mkdir -p %{buildroot}/%{_mandir}/man1 
-install -p -m 644 doc/rst2pdf.1 %{buildroot}/%{_mandir}/man1
-
 %clean
 rm -rf %{buildroot}
 
@@ -49,9 +44,11 @@ rm -rf %{buildroot}
 %doc CHANGES.txt Contributors.txt LICENSE.txt README.txt doc/manual.pdf
 %{_bindir}/%{name}
 %{python_sitelib}/%{name}*
-%{_mandir}/man1/*
 
 %changelog
+* Mon Mar 26 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 0.91-1
+- New upstream source, fixes bz #709119
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list