checked in (request 43488)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=58
This commit is contained in:
parent
6983e99136
commit
e4c0730510
@ -359,7 +359,7 @@
|
|||||||
%supplements_kernel_module() \
|
%supplements_kernel_module() \
|
||||||
%{expand:%(if ! rpm -q kernel-syms > /dev/null; then echo "%fail Please add the kernel-syms package to BuildRequires"; fi)}
|
%{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
|
%sles_version 0
|
||||||
%ul_version 0
|
%ul_version 0
|
||||||
|
|
||||||
|
10
rpm.changes
10
rpm.changes
@ -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
|
Fri Jun 4 16:44:29 CEST 2010 - mls@suse.de
|
||||||
|
|
||||||
|
4
rpm.spec
4
rpm.spec
@ -197,11 +197,11 @@ export CFLAGS="-g -O0 -fno-strict-aliasing"
|
|||||||
cp autogen.sh beecrypt
|
cp autogen.sh beecrypt
|
||||||
pushd beecrypt
|
pushd beecrypt
|
||||||
./autogen.sh --with-pic
|
./autogen.sh --with-pic
|
||||||
make %{?_smp_mflags}
|
make %{?jobs:-j%jobs}
|
||||||
popd
|
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}
|
./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
|
rm po/de.gmo
|
||||||
make %{?_smp_mflags}
|
make %{?jobs:-j%jobs}
|
||||||
make convertdb1
|
make convertdb1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user