SPECS: qdbm.spec - package .la files - -plus-devel R: -devel, libs...
qboosh
qboosh at pld-linux.org
Sat Apr 22 02:02:17 CEST 2006
Author: qboosh Date: Sat Apr 22 00:02:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- package .la files
- -plus-devel R: -devel, libstdc++-devel
---- Files affected:
SPECS:
qdbm.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/qdbm.spec
diff -u SPECS/qdbm.spec:1.8 SPECS/qdbm.spec:1.9
--- SPECS/qdbm.spec:1.8 Fri Apr 21 18:40:43 2006
+++ SPECS/qdbm.spec Sat Apr 22 02:02:12 2006
@@ -1,9 +1,9 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_with java # with Java bindings
-%bcond_without perl # with Perl bindings
-%bcond_without ruby # with Ruby bindings
+%bcond_with java # with Java bindings
+%bcond_without perl # without Perl bindings
+%bcond_without ruby # without Ruby bindings
%bcond_without static_libs # don't build static libraries
#
Summary: Quick Database Manager
@@ -19,6 +19,7 @@
URL: http://qdbm.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: libstdc++-devel
BuildRequires: libtool
%{?with_java:BuildRequires: jdk}
%if %{with perl}
@@ -91,7 +92,9 @@
Summary: Header files for QDBM C++ bindings
Summary(pl): Pliki nagłówkowe wiązań C++ dla QDBM-a
Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-plus = %{version}-%{release}
+Requires: libstdc++-devel
%description plus-devel
This package contains header files needed to develop programs using
@@ -309,6 +312,7 @@
%attr(755,root,root) %{_bindir}/odtest
%attr(755,root,root) %{_bindir}/odidx
%attr(755,root,root) %{_libdir}/libqdbm.so
+%{_libdir}/libqdbm.la
%{_includedir}/depot.h
%{_includedir}/curia.h
%{_includedir}/relic.h
@@ -367,6 +371,7 @@
%attr(755,root,root) %{_bindir}/xcrtest
%attr(755,root,root) %{_bindir}/xvltest
%attr(755,root,root) %{_libdir}/libxqdbm.so
+%{_libdir}/libxqdbm.la
%{_includedir}/xqdbm.h
%{_includedir}/xadbm.h
%{_includedir}/xdepot.h
@@ -454,6 +459,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/04/22 00:02:12 qboosh
+- package .la files
+- -plus-devel R: -devel, libstdc++-devel
+
Revision 1.8 2006/04/21 16:40:43 twittner
- up to 1.8.49
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qdbm.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list