packages: libpreludedb/libpreludedb.spec - updated to 1.0.0 - build without...

paszczus paszczus at pld-linux.org
Wed Aug 3 14:13:32 CEST 2011


Author: paszczus                     Date: Wed Aug  3 12:13:32 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.0.0
- build without static package (broken for now); TODO added.

---- Files affected:
packages/libpreludedb:
   libpreludedb.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: packages/libpreludedb/libpreludedb.spec
diff -u packages/libpreludedb/libpreludedb.spec:1.17 packages/libpreludedb/libpreludedb.spec:1.18
--- packages/libpreludedb/libpreludedb.spec:1.17	Wed Jul 16 22:57:37 2008
+++ packages/libpreludedb/libpreludedb.spec	Wed Aug  3 14:13:26 2011
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO:
+# build with --enable-static instead of --disable-static
 #
 # Conditional build:
 %bcond_without	perl		# don't build perl bindings
@@ -11,18 +13,18 @@
 Summary:	The PreludeDB Library
 Summary(pl.UTF-8):	Biblioteka PreludeDB
 Name:		libpreludedb
-Version:	0.9.14.1
+Version:	1.0.0
 Release:	1
 License:	GPL v2 or commercial
 Group:		Libraries
 #Source0Download: http://www.prelude-ids.com/developpement/telechargement/index.html
 Source0:	http://www.prelude-ids.com/download/releases/libpreludedb/%{name}-%{version}.tar.gz
-# Source0-md5:	d5e37cccc32ca54fece68b7eee589f01
+# Source0-md5:	e2b38dfe2efb2008fcb5e2ce51f6638b
 URL:		http://www.prelude-ids.com/
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	gtk-doc >= 1.0
-BuildRequires:	libprelude-devel >= 0.9.9
+BuildRequires:	libprelude-devel >= %{version}
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_perl:BuildRequires:	perl-devel}
 BuildRequires:	pkgconfig
@@ -34,7 +36,7 @@
 %{?with_sqlite3:BuildRequires:	sqlite3-devel}
 Requires(post):	/sbin/ldconfig
 Requires:	%{name}(DB_driver) = %{version}-%{release}
-Requires:	libprelude-libs >= 0.9.9
+Requires:	libprelude-libs >= %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,9 +48,9 @@
 
 %description -l pl.UTF-8
 Biblioteka PreludeDB dostarcza warstwę abstrakcji ponad rodzajem i
-formatem bazy danych używanej do przechowywania alarmów IDMEF.
-Pozwala programistom łatwo i wydajnie używać bazy danych IDMEF Prelude
-nie martwiąc się o SQL i dostawać się do bazy niezależnie od jej
+formatem bazy danych używanej do przechowywania alarmów IDMEF. Pozwala
+programistom łatwo i wydajnie używać bazy danych IDMEF Prelude nie
+martwiąc się o SQL i dostawać się do bazy niezależnie od jej
 rodzaju/formatu.
 
 %package devel
@@ -64,17 +66,17 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe i dokumentacja programistyczna do libpreludedb.
 
-%package static
-Summary:	Static libpreludedb library
-Summary(pl.UTF-8):	Statyczna biblioteka libpreludedb
-Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}-%{release}
+#%package static
+#Summary:	Static libpreludedb library
+#Summary(pl.UTF-8):	Statyczna biblioteka libpreludedb
+#Group:		Development/Libraries
+#Requires:	%{name}-devel = %{version}-%{release}
 
-%description static
-Static libpreludedb library.
+#%description static
+#Static libpreludedb library.
 
-%description static -l pl.UTF-8
-Statyczna biblioteka libpreludedb.
+#%description static -l pl.UTF-8
+#Statyczna biblioteka libpreludedb.
 
 %package pgsql
 Summary:	PostgreSQL backend for libpreludedb
@@ -145,10 +147,10 @@
 %build
 %configure \
 	--enable-gtk-doc \
-	--enable-static \
+	--disable-static \
 	--with%{!?with_perl:out}-perl \
 	--with%{!?with_python:out}-python \
-	--with%{!?with_postgresql:out}-pgsql \
+	--with%{!?with_postgresql:out}-postgresql \
 	--with%{!?with_mysql:out}-mysql \
 	--with%{!?with_sqlite3:out}-sqlite3 \
 	--with-html-dir=%{_gtkdocdir}/libpreludedb \
@@ -215,9 +217,9 @@
 %{_aclocaldir}/libpreludedb.m4
 %{_gtkdocdir}/libpreludedb
 
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libpreludedb.a
+#%files static
+#%defattr(644,root,root,755)
+#%{_libdir}/libpreludedb.a
 
 %if %{with postgresql}
 %files pgsql
@@ -265,6 +267,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2011/08/03 12:13:26  paszczus
+- updated to 1.0.0
+- build without static package (broken for now); TODO added.
+
 Revision 1.17  2008/07/16 20:57:37  qboosh
 - updated URLs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpreludedb/libpreludedb.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list