SPECS: linux-libc-headers.spec - updated to 2.6.20.10, fixed power...
pluto
pluto at pld-linux.org
Mon Apr 30 12:19:49 CEST 2007
Author: pluto Date: Mon Apr 30 10:19:49 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.6.20.10, fixed powerpc build.
---- Files affected:
SPECS:
linux-libc-headers.spec (1.118 -> 1.119)
---- Diffs:
================================================================
Index: SPECS/linux-libc-headers.spec
diff -u SPECS/linux-libc-headers.spec:1.118 SPECS/linux-libc-headers.spec:1.119
--- SPECS/linux-libc-headers.spec:1.118 Thu Apr 5 22:22:42 2007
+++ SPECS/linux-libc-headers.spec Mon Apr 30 12:19:44 2007
@@ -3,9 +3,9 @@
Summary(pl.UTF-8): Nagłówki jądra Linuksa do użytku z bibliotekami C
Name: linux-libc-headers
%define basever 2.6.20
-%define postver .4
+%define postver .10
Version: %{basever}%{postver}
-Release: 2
+Release: 1
Epoch: 7
License: GPL v2
Group: Development
@@ -13,7 +13,7 @@
# Source0-md5: 34b0f354819217e6a345f48ebbd8f13e
%if "%{postver}" != "%{nil}"
Source1: http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5: 5653a8ff0d117e89c6c1cf519a113f83
+# Source1-md5: 94effb474881455aa8947e45220a6d24
%endif
# DROP? (these were always kept in private drivers dir, not exported)
#Source1: %{name}-dv1394.h
@@ -68,7 +68,11 @@
%{__make} headers_install \
INSTALL_HDR_PATH=$RPM_BUILD_ROOT%{_prefix} \
+%ifarch ppc powerpc ppc64
+ ARCH=powerpc
+%else
ARCH=%{_target_base_arch}
+%endif
# provided by glibc-headers
rm -rf $RPM_BUILD_ROOT%{_includedir}/scsi
@@ -109,6 +113,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.119 2007/04/30 10:19:44 pluto
+- updated to 2.6.20.10, fixed powerpc build.
+
Revision 1.118 2007/04/05 20:22:42 tommat
- always pass ARCH, rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/linux-libc-headers.spec?r1=1.118&r2=1.119&f=u
More information about the pld-cvs-commit
mailing list