Author: qboosh Date: Fri Mar 4 22:24:23 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added link patch
---- Files affected: SPECS: poppler.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/poppler.spec diff -u SPECS/poppler.spec:1.4 SPECS/poppler.spec:1.5 --- SPECS/poppler.spec:1.4 Fri Mar 4 22:33:51 2005 +++ SPECS/poppler.spec Fri Mar 4 23:24:17 2005 @@ -12,11 +12,15 @@ 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) @@ -59,10 +63,17 @@ %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 @@ -99,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/03/04 22:24:17 qboosh +- added link patch + Revision 1.4 2005/03/04 21:33:51 qboosh - License is GPL (not LGPL) - see README - added BRs/Rs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/poppler.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
