SPECS (DEVEL): umlinux.spec - dropped outdated BRs - fixed %build - it %bui...
pawelz
pawelz at pld-linux.org
Mon Oct 27 21:40:54 CET 2008
Author: pawelz Date: Mon Oct 27 20:40:54 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- dropped outdated BRs
- fixed %build
- it %builds now but not %installs
---- Files affected:
SPECS:
umlinux.spec (1.23.2.6 -> 1.23.2.7)
---- Diffs:
================================================================
Index: SPECS/umlinux.spec
diff -u SPECS/umlinux.spec:1.23.2.6 SPECS/umlinux.spec:1.23.2.7
--- SPECS/umlinux.spec:1.23.2.6 Mon Oct 27 20:37:32 2008
+++ SPECS/umlinux.spec Mon Oct 27 21:40:48 2008
@@ -19,9 +19,6 @@
Source4: %{name}-etc-umltab
Source5: %{name}-rc-init
URL: http://user-mode-linux.sourceforge.net/
-BuildRequires: libpcap-static
-BuildRequires: modutils
-BuildRequires: readline-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -60,14 +57,13 @@
%{__bzip2} -dc %{SOURCE1} | %{__patch} -p1 -s
%endif
-cp %{SOURCE1} ./.config
+cp %{SOURCE2} ./.config
cp %{SOURCE3} .
%build
-%{__make} ARCH=um oldconfig
-# $((0x... )) it's not /bin/sh compatible:
-%{__make} ARCH=um SHELL=/bin/bash linux
-%{__make} ARCH=um modules
+cd linux-%{basever}
+#%{__make} ARCH=um oldconfig
+%{__make} ARCH=um LDFLAGS=-L/lib
%install
rm -rf $RPM_BUILD_ROOT
@@ -100,6 +96,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23.2.7 2008/10/27 20:40:48 pawelz
+- dropped outdated BRs
+- fixed %build
+- it %builds now but not %installs
+
Revision 1.23.2.6 2008/10/27 19:37:32 pawelz
- started update to 2.6.27.3
- dropped outdated patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/umlinux.spec?r1=1.23.2.6&r2=1.23.2.7&f=u
More information about the pld-cvs-commit
mailing list