Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1079 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
a7cdaebdfc
1 changed files with 8 additions and 2 deletions
  1. 8 2
      p/pyPdf/pyPdf-vl.spec

+ 8 - 2
p/pyPdf/pyPdf-vl.spec

@@ -2,14 +2,16 @@
 
 Name:           pyPdf
 Version:        1.12
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        PDF toolkit
-Summary(ja):        PDF ツールキット
+Summary(ja):    PDF ツールキット
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://pybrary.net/pyPdf/
 Source0:        http://pybrary.net/pyPdf/%{name}-%{version}.tar.gz
+Patch0:         01_backspace_parsed.dpatch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildArch:      noarch
@@ -26,6 +28,7 @@ A Pure-Python library built as a PDF toolkit. It is capable of:
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -48,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12-2
+- added Pacth0 from Debian to fix incorrect backspace parse
+
 * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12-1
 - initial build for VineSeed