]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- added link patch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Mar 2005 22:24:17 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler.spec -> 1.5

poppler.spec

index 6999b719914f5e5001ae77ec70fa52b06ab82d98..fd91452fa869f4f6bfaba2b827047577536329e7 100644 (file)
@@ -11,11 +11,15 @@ License:    GPL
 Group:         Libraries
 Source0:       http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 # Source0-md5: d10982c93a1ccee79a14bb277f94990a
+Patch0:                %{name}-link.patch
 URL:           http://poppler.freedesktop.org/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
 %{?with_cairo:BuildRequires:   cairo-devel >= 0.3.0}
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
 BuildRequires: pkgconfig
 %{?with_cairo:Requires:        cairo >= 0.3.0}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,10 +62,17 @@ Statyczne biblioteki Poppler.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
-       %{!?with_cairo:--disable-cairo-output}
+       %{!?with_cairo:--disable-cairo-output} \
+       --enable-a4-paper
 %{__make}
 
 %install
This page took 0.081164 seconds and 4 git commands to generate.