From a0bc8915cdd2adc46d8634215578441dcc867d65392fe330da18de28ec247272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 14 May 2014 20:03:00 +0000 Subject: [PATCH] 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 --- libdb-4_8.changes | 6 ++++++ libdb-4_8.spec | 10 +--------- libdb_java-4_8.changes | 6 ++++++ libdb_java-4_8.spec | 10 +--------- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/libdb-4_8.changes b/libdb-4_8.changes index 579be04..b87bac0 100644 --- a/libdb-4_8.changes +++ b/libdb-4_8.changes @@ -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 diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 76a4537..5347c8d 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -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 diff --git a/libdb_java-4_8.changes b/libdb_java-4_8.changes index 7852493..7e5b6ec 100644 --- a/libdb_java-4_8.changes +++ b/libdb_java-4_8.changes @@ -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 diff --git a/libdb_java-4_8.spec b/libdb_java-4_8.spec index 99bd34d..c51d346 100644 --- a/libdb_java-4_8.spec +++ b/libdb_java-4_8.spec @@ -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