Browse Source

updated podofo

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5900 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
b09bc88290
1 changed files with 7 additions and 3 deletions
  1. 7 3
      p/podofo/podofo-vl.spec

+ 7 - 3
p/podofo/podofo-vl.spec

@@ -1,5 +1,5 @@
 Name:           podofo
-Version:        0.8.1
+Version:        0.9.1
 Release:        1%{?_dist_release}
 Summary:        Tools and libraries to work with the PDF file format
 
@@ -7,7 +7,7 @@ Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://podofo.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.8.1-casts.patch
+Patch0:         %{name}-0.9.1-unistd.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  cmake
@@ -57,7 +57,7 @@ Development files and documentation for the %{name} library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .casts
+%patch0 -p1 -b .unistd
 
 
 %build
@@ -92,6 +92,7 @@ find doc/html -exec touch -r %{SOURCE0} {} \;
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/%{name}*
+%{_mandir}/man1/%{name}*.1*
 
 %files libs
 %defattr(-,root,root,-)
@@ -106,6 +107,9 @@ find doc/html -exec touch -r %{SOURCE0} {} \;
 
 
 %changelog
+* Sun Mar 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.1-1
+- updated to 0.9.1
+
 * Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.8.1-1
 - initial build based on Fedora development