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:
parent
1c4611eed5
commit
a0bc8915cd
@ -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
|
Mon Oct 21 13:05:38 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdb-4_8
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -96,8 +96,6 @@ This package contains the header files and libraries.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{generic_name}-%{version}
|
%setup -q -n %{generic_name}-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
cd ..
|
|
||||||
tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd dist
|
cd dist
|
||||||
@ -135,12 +133,6 @@ make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)'" -L%{_libdir} -l
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_includedir}/db4
|
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}
|
mkdir -p %{buildroot}%{_libdir}
|
||||||
cd build_nptl
|
cd build_nptl
|
||||||
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install
|
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install
|
||||||
|
@ -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
|
Thu Jun 13 23:11:33 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdb_java-4_8
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -64,8 +64,6 @@ These are the development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{generic_name}-%{version}
|
%setup -q -n %{generic_name}-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
cd ..
|
|
||||||
tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd dist
|
cd dist
|
||||||
@ -104,12 +102,6 @@ make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)'" -L%{_libdir} -l
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_includedir}/db4
|
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}
|
mkdir -p %{buildroot}%{_libdir}
|
||||||
cd build_nptl
|
cd build_nptl
|
||||||
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install
|
make prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir} strip=true install
|
||||||
|
Loading…
Reference in New Issue
Block a user