SPECS: klibc.spec - updated to 1.5.8 (older versions have problems...
pluto
pluto at pld-linux.org
Thu Mar 20 12:00:09 CET 2008
Author: pluto Date: Thu Mar 20 11:00:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.5.8 (older versions have problems with the new unified arches in the kernel (2.6.24)).
---- Files affected:
SPECS:
klibc.spec (1.70 -> 1.71)
---- Diffs:
================================================================
Index: SPECS/klibc.spec
diff -u SPECS/klibc.spec:1.70 SPECS/klibc.spec:1.71
--- SPECS/klibc.spec:1.70 Sun Dec 16 23:46:42 2007
+++ SPECS/klibc.spec Thu Mar 20 12:00:03 2008
@@ -7,18 +7,18 @@
Summary: Minimalistic libc subset for use with initramfs
Summary(pl.UTF-8): Zminimalizowany podzbiór biblioteki C do używania z initramfs
Name: klibc
-Version: 1.5
-Release: 2
+Version: 1.5.8
+Release: 1
License: BSD/GPL
Group: Libraries
-Source0: http://www.kernel.org/pub/linux/libs/klibc/%{name}-%{version}.tar.bz2
-# Source0-md5: 481dfdef7273f2cc776c2637f481f017
+Source0: http://www.kernel.org/pub/linux/libs/klibc/Testing/%{name}-%{version}.tar.bz2
+# Source0-md5: 20f33e4a1b1a3fab754335d66b930f9c
Patch0: %{name}-klcc.patch
Patch1: %{name}-kill_interp_sohash.patch
URL: http://www.zytor.com/mailman/listinfo/klibc/
BuildRequires: bison
BuildRequires: flex
-BuildRequires: linux-libc-headers >= 7:2.6.20
+BuildRequires: linux-libc-headers >= 7:2.6.24-1
BuildRequires: rpmbuild(macros) >= 1.153
BuildRequires: perl-base
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,7 +43,7 @@
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: binutils
-Requires: linux-libc-headers >= 7:2.6.20
+Requires: linux-libc-headers >= 7:2.6.24-1
%description devel
Small libc for building embedded applications - development files.
@@ -93,17 +93,15 @@
%build
cd usr/include
-ln -sf /usr/include/linux .
ln -sf /usr/include/asm .
ln -sf /usr/include/asm-generic .
-%ifarch %{x8664}
-ln -sf /usr/include/asm-i386 .
-ln -sf /usr/include/asm-x86_64 .
-%endif
%ifarch sparc64
ln -sf /usr/include/asm-sparc .
ln -sf /usr/include/asm-sparc64 .
%endif
+ln -sf /usr/include/linux .
+# early-userspace needs acces to e.g. uvesafb.h.
+ln -sf /usr/include/video .
cd ../..
install -d linux
@@ -177,6 +175,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2008-03-20 11:00:03 pluto
+- updated to 1.5.8 (older versions have problems with the new unified arches in the kernel (2.6.24)).
+
Revision 1.70 2007-12-16 22:46:42 qboosh
- updated klcc patch to use -idirafter for system includes
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/klibc.spec?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list