|
@@ -1,6 +1,6 @@
|
|
Name: podofo
|
|
Name: podofo
|
|
Version: 0.9.1
|
|
Version: 0.9.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Tools and libraries to work with the PDF file format
|
|
Summary: Tools and libraries to work with the PDF file format
|
|
|
|
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
@@ -8,11 +8,12 @@ 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.9.1-unistd.patch
|
|
Patch0: %{name}-0.9.1-unistd.patch
|
|
|
|
+Patch1: %{name}-0.9.1-freetype.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
-BuildRequires: libjpeg-devel
|
|
|
|
|
|
+BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: freetype2-devel
|
|
@@ -58,6 +59,7 @@ Development files and documentation for the %{name} library.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .unistd
|
|
%patch0 -p1 -b .unistd
|
|
|
|
+%patch1 -p1 -b .freetype
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -107,6 +109,11 @@ find doc/html -exec touch -r %{SOURCE0} {} \;
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.1-2
|
|
|
|
+- rebuilt with libpng-1.6.12
|
|
|
|
+- changed BuildRequires: libjpeg-devel to libjpeg-turbo-devel
|
|
|
|
+- added Patch1 from Fedora rawhide
|
|
|
|
+
|
|
* Sun Mar 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.1-1
|
|
* Sun Mar 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.1-1
|
|
- updated to 0.9.1
|
|
- updated to 0.9.1
|
|
|
|
|