Author: arekm Date: Sat Feb 19 23:00:10 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - enable gsf and sqlite
---- Files affected: SPECS: pxview.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/pxview.spec diff -u SPECS/pxview.spec:1.2 SPECS/pxview.spec:1.3 --- SPECS/pxview.spec:1.2 Sat Feb 19 23:07:32 2005 +++ SPECS/pxview.spec Sun Feb 20 00:00:04 2005 @@ -12,6 +12,8 @@ # Source0-md5: 0b0164588af775dec7f6f6f64d61e270 URL: http://pxlib.sourceforge.net/ BuildRequires: pxlib-devel +BuildRequires: sqlite-devel +BuildRequires: libgsf-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,7 +27,9 @@ %setup -q %build -%configure +%configure \ + --with-sqlite \ + --with-gsf %{__make} %install @@ -50,6 +54,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/02/19 23:00:04 arekm +- enable gsf and sqlite + Revision 1.2 2005/02/19 22:07:32 arekm - gplv2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pxview.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
