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