Accepting request 78715 from home:elvigia:branches:devel:libraries:c_c++

- Do not build static libraries 

- Disable static libraries

OBS-URL: https://build.opensuse.org/request/show/78715
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=9
This commit is contained in:
Ismail Dönmez 2011-08-13 09:56:06 +00:00 committed by Git OBS Bridge
parent 3b9dc2c9d1
commit 6c62402b69
4 changed files with 13 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 13 03:41:05 UTC 2011 - crrodriguez@opensuse.org
- Do not build static libraries
-------------------------------------------------------------------
Mon May 23 15:02:16 UTC 2011 - rhafer@suse.de

View File

@ -54,8 +54,6 @@ This package contains the necessary runtime libraries.
License: BSD3c(or similar)
Summary: Command Line tools for Managing Berkeley DB Databases
Group: Productivity/Databases/Tools
Prefix: %{_prefix}
Requires: db = %{version}
%description -n db-utils
The Berkeley DB Database is a programmatic toolkit that provides
@ -70,7 +68,6 @@ databases.
License: BSD3c(or similar)
Summary: Documentation for Berkeley DB
Group: Development/Libraries/C and C++
Prefix: %{_prefix}
Provides: db-utils-doc = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
@ -88,8 +85,7 @@ This package contains the documentation.
License: BSD3c(or similar)
Summary: Development Files and Libraries for the Berkeley DB library Version 4.8
Group: Development/Libraries/C and C++
Prefix: %{_prefix}
Requires: db = %{version} glibc-devel
Requires: %{name} = %{version} glibc-devel
Provides: db-devel = %{version}
%description devel
@ -119,7 +115,7 @@ mkdir ../build_nptl
cd ../build_nptl
../dist/configure --prefix=%{_prefix} \
--libdir=%{_libdir} --enable-compat185 --disable-dump185 \
--enable-shared --enable-static --disable-cxx \
--enable-shared --disable-static --disable-cxx \
--with-mutex="POSIX/pthreads/library" \
%{_target_cpu}-suse-linux
# Make sure O_DIRECT is really disabled (build host could have old kernel)
@ -238,8 +234,6 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/db4/db.h
%{_includedir}/db4/db_185.h
%{_libdir}/libdb.so
%{_libdir}/libdb.a
%{_libdir}/libdb-%{major}.%{minor}.a
%{_libdir}/libdb-%{major}.so
#% files source
#% defattr(-,root,root)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 13 03:50:05 UTC 2011 - crrodriguez@opensuse.org
- Disable static libraries
-------------------------------------------------------------------
Wed Sep 22 12:08:25 UTC 2010 - rhafer@novell.com

View File

@ -88,7 +88,7 @@ mkdir ../build_nptl
cd ../build_nptl
../dist/configure --prefix=%{_prefix} \
--libdir=%{_libdir} --enable-compat185 --disable-dump185 \
--enable-java --enable-shared --enable-static --disable-cxx \
--enable-java --enable-shared --disable-static --disable-cxx \
--with-mutex="POSIX/pthreads/library" JAVACFLAGS="-source 1.5 -target 1.5"\
%{_target_cpu}-suse-linux
# Make sure O_DIRECT is really disabled (build host could have old kernel)
@ -179,7 +179,6 @@ rm -rf ${RPM_BUILD_ROOT}
%defattr(-,root,root)
%{_libdir}/*_g.so
%{_libdir}/*-%{major}.so
%{_libdir}/*.a
%{_libdir}/libdb_java.so
%changelog