Author: alucard Date: Mon Jan 8 14:38:26 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - version up, build and packaging fixes
---- Files affected: SPECS: libpreludedb.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libpreludedb.spec diff -u SPECS/libpreludedb.spec:1.7 SPECS/libpreludedb.spec:1.8 --- SPECS/libpreludedb.spec:1.7 Sat Jan 6 21:26:05 2007 +++ SPECS/libpreludedb.spec Mon Jan 8 15:38:21 2007 @@ -10,12 +10,12 @@ Summary: The PreludeDB Library Summary(pl): Biblioteka PreludeDB Name: libpreludedb -Version: 0.9.11 -Release: 2 +Version: 0.9.11.2 +Release: 1 License: GPL Group: Libraries Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz -# Source0-md5: f0b2a1229784419be1f9602f3f06d539 +# Source0-md5: 36c4a676f8b5e30c0b7cbe9a26535ba0 URL: http://www.prelude-ids.org/ BuildRequires: bison BuildRequires: flex @@ -149,11 +149,11 @@ %configure \ --enable-shared \ --enable-static \ - --%{!?with_perl:dis}%{?with_perl:en}able-perl \ - --%{!?with_python:dis}%{?with_python:en}able-python \ - --%{!?with_postgresql:dis}%{?with_postgresql:en}able-pgsql \ - --%{!?with_mysql:dis}%{?with_mysql:en}able-mysql \ - --%{!?with_sqlite3:dis}%{?with_sqlite3:en}able-sqlite3 \ + --with%{!?with_perl:out}-perl \ + --with%{!?with_python:out}-python \ + --with%{!?with_postgresql:out}-pgsql \ + --with%{!?with_mysql:out}-mysql \ + --with%{!?with_sqlite3:out}-sqlite3 \ --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir}/libpreludedb \ @@ -212,7 +212,9 @@ %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/plugins/formats +%if %{with postgresql} || %{with mysql} || %{with sqlite3} %dir %{_libdir}/%{name}/plugins/sql +%endif %attr(755,root,root) %{_libdir}/%{name}/plugins/formats/*.so %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/classic @@ -278,6 +280,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007/01/08 14:38:21 alucard +- version up, build and packaging fixes + Revision 1.7 2007/01/06 20:26:05 arekm - up from Tomasz Rutkowski ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libpreludedb.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
