Accepting request 233548 from home:Andreas_Schwab:Factory

- remove generation of unused tarball
- remove setting of unused variable

OBS-URL: https://build.opensuse.org/request/show/233548
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=40
This commit is contained in:
Ismail Dönmez 2014-05-14 20:03:00 +00:00 committed by Git OBS Bridge
parent 1c4611eed5
commit a0bc8915cd
4 changed files with 14 additions and 18 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 12 08:52:48 UTC 2014 - schwab@suse.de
- remove generation of unused tarball
- remove setting of unused variable
-------------------------------------------------------------------
Mon Oct 21 13:05:38 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libdb-4_8
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -96,8 +96,6 @@ This package contains the header files and libraries.
%prep
%setup -q -n %{generic_name}-%{version}
%patch0
cd ..
tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
%build
cd dist
@ -135,12 +133,6 @@ make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)'" -L%{_libdir} -l
%install
mkdir -p %{buildroot}%{_includedir}/db4
CONFIG_ARGS=$(find . -name "config.log" -exec grep "\$ \.\./dist\/configure" {} \; | sed 's/.*configure\( --.*\)/\1/g')
if [ -z "$CONFIG_ARGS" ]
then
echo "could not find configure arguments ... exiting"
exit 42
fi
mkdir -p %{buildroot}%{_libdir}
cd build_nptl
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 12 08:52:48 UTC 2014 - schwab@suse.de
- remove generation of unused tarball
- remove setting of unused variable
-------------------------------------------------------------------
Thu Jun 13 23:11:33 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libdb_java-4_8
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -64,8 +64,6 @@ These are the development files.
%prep
%setup -q -n %{generic_name}-%{version}
%patch0
cd ..
tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
%build
cd dist
@ -104,12 +102,6 @@ make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)'" -L%{_libdir} -l
%install
mkdir -p %{buildroot}%{_includedir}/db4
CONFIG_ARGS=$(find . -name "config.log" -exec grep "\$ \.\./dist\/configure" {} \; | sed 's/.*configure\( --.*\)/\1/g')
if [ -z "$CONFIG_ARGS" ]
then
echo "could not find configure arguments ... exiting"
exit 42
fi
mkdir -p %{buildroot}%{_libdir}
cd build_nptl
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install