From: short <> Date: Tue, 19 Aug 2003 16:22:05 +0000 (+0000) Subject: Partial update for new 'foreign' RPM build of AutoGen. X-Git-Tag: lufs_0_9_6_captive1~47 X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=commitdiff_plain;h=761de6a8fffc5cf7b9f16f0976100d7c197219b0 Partial update for new 'foreign' RPM build of AutoGen. --- diff --git a/lufs.spec.in b/lufs.spec.in index fd21dd5..302d04d 100644 --- a/lufs.spec.in +++ b/lufs.spec.in @@ -8,14 +8,14 @@ Release: 1 License: GPL Group: Base Source0: @PACKAGE@-@VERSION@.tar.gz -Patch1: lufs-rpmbuild.patch +Patch1: @PACKAGE@-@VERSION@-captive.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool #BuildRequires: kernel-source = %{kernelversion} -Requires: kernel = %{kernelversion} +#Requires: kernel = %{kernelversion} BuildRoot: /tmp/buildroot-@PACKAGE@-@VERSION@ @@ -32,13 +32,14 @@ and others. %patch1 -p1 %build -%{__libtoolize} -aclocal +%{__aclocal} +%{__libtoolize} --force +%{__autoheader} +%{__automake} --add-missing %{__autoconf} -%{__automake} -%configure \ - --with-kernel=%{kernelversion} \ - --with-kheaders=/lib/modules/%{kernelversion}/build/include +%configure +# --with-kernel=%{kernelversion} \ +# --with-kheaders=/lib/modules/%{kernelversion}/build/include %{__make} %install