Author: tommat Date: Sun Dec 23 00:00:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - autoize - added lib64 patch
---- Files affected: SPECS: pxlib.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/pxlib.spec diff -u SPECS/pxlib.spec:1.18 SPECS/pxlib.spec:1.19 --- SPECS/pxlib.spec:1.18 Mon Nov 5 19:06:11 2007 +++ SPECS/pxlib.spec Sun Dec 23 01:00:13 2007 @@ -14,11 +14,15 @@ Source0: http://dl.sourceforge.net/pxlib/%{name}-%{version}.tar.gz # Source0-md5: 0742020854496fa757d7acbe6a895224 Patch0: %{name}-stderr.patch +Patch1: %{name}-lib64.patch URL: http://pxlib.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: docbook-to-man BuildRequires: docbook-utils BuildRequires: gettext-devel BuildRequires: libgsf-devel >= 1.14.1 +BuildRequires: libtool BuildRequires: perl-XML-Parser BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -63,8 +67,16 @@ %prep %setup -q %patch0 -p1 +%if "%{_lib}" == "lib64" +%patch1 -p1 %build +cp -f /usr/share/gettext/config.rpath . +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --with-gsf \ --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no} @@ -112,6 +124,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2007-12-23 00:00:13 tommat +- autoize +- added lib64 patch + Revision 1.18 2007-11-05 18:06:11 qboosh - updated to 0.6.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pxlib.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
