Partial update for new 'foreign' RPM build of AutoGen.
authorshort <>
Tue, 19 Aug 2003 16:22:05 +0000 (16:22 +0000)
committershort <>
Tue, 19 Aug 2003 16:22:05 +0000 (16:22 +0000)
lufs.spec.in

index fd21dd5..302d04d 100644 (file)
@@ -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