SPECS: ekg2.spec - fix -plugin-logsqlite with sqlite3
charles
charles at pld-linux.org
Tue May 16 22:01:03 CEST 2006
Author: charles Date: Tue May 16 20:01:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix -plugin-logsqlite with sqlite3
---- Files affected:
SPECS:
ekg2.spec (1.62 -> 1.63)
---- Diffs:
================================================================
Index: SPECS/ekg2.spec
diff -u SPECS/ekg2.spec:1.62 SPECS/ekg2.spec:1.63
--- SPECS/ekg2.spec:1.62 Tue May 16 21:44:38 2006
+++ SPECS/ekg2.spec Tue May 16 22:00:58 2006
@@ -335,7 +335,7 @@
%{_datadir}/%{name}/plugins/ioctld
%attr(4755,root,root) %{_libexecdir}/ioctld
-%if %{with sqlite}
+%if %{with sqlite} || %{with sqlite3}
%files plugin-logsqlite
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/plugins/logsqlite.so
@@ -366,6 +366,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.63 2006/05/16 20:00:58 charles
+- fix -plugin-logsqlite with sqlite3
+
Revision 1.62 2006/05/16 19:44:38 charles
- BR: gtk+2-devel, pkgconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ekg2.spec?r1=1.62&r2=1.63&f=u
More information about the pld-cvs-commit
mailing list