SHA256
3
0
forked from pool/rpm

checked in (request 43488)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=58
This commit is contained in:
OBS User autobuild 2010-07-20 18:12:08 +00:00 committed by Git OBS Bridge
parent 6983e99136
commit e4c0730510
3 changed files with 3 additions and 13 deletions

View File

@ -359,7 +359,7 @@
%supplements_kernel_module() \
%{expand:%(if ! rpm -q kernel-syms > /dev/null; then echo "%fail Please add the kernel-syms package to BuildRequires"; fi)}
%suse_version 1140
%suse_version 1130
%sles_version 0
%ul_version 0

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
Tue Jul 20 11:47:29 UTC 2010 - coolo@novell.com
- make suse_version 1140
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Fri Jun 4 16:44:29 CEST 2010 - mls@suse.de

View File

@ -197,11 +197,11 @@ export CFLAGS="-g -O0 -fno-strict-aliasing"
cp autogen.sh beecrypt
pushd beecrypt
./autogen.sh --with-pic
make %{?_smp_mflags}
make %{?jobs:-j%jobs}
popd
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua --with-selinux --with-internal-beecrypt --enable-shared %{?with_python: --enable-python}
rm po/de.gmo
make %{?_smp_mflags}
make %{?jobs:-j%jobs}
make convertdb1
%install