SPECS (AC-branch): udev.spec - rel.5.99, fixed build options
freetz
freetz at pld-linux.org
Wed Jul 5 18:31:08 CEST 2006
Author: freetz Date: Wed Jul 5 16:31:08 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel.5.99, fixed build options
---- Files affected:
SPECS:
udev.spec (1.150.2.5 -> 1.150.2.6)
---- Diffs:
================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.150.2.5 SPECS/udev.spec:1.150.2.6
--- SPECS/udev.spec:1.150.2.5 Tue Jul 4 18:01:21 2006
+++ SPECS/udev.spec Wed Jul 5 18:31:03 2006
@@ -31,7 +31,7 @@
Summary(pl): Implementacja devfs w przestrzeni użytkownika
Name: udev
Version: 079
-Release: 5.9
+Release: 5.99
Epoch: 1
License: GPL
Group: Base
@@ -127,11 +127,12 @@
%{?with_klibc:KLCC=%{_bindir}/klcc CC="klcc"} \
%{?with_klibc:LD="klcc %{rpmldflags} -static"} \
DEBUG=%{!?debug:false}%{?debug:true} \
- OPTIMIZATION="%{rpmcflags}" \
+ OPTFLAGS="%{rpmcflags}" \
USE_KLIBC=%{!?with_klibc:false}%{?with_klibc:true} \
- USE_LOG=true \
+ USE_LOG=false \
USE_SELINUX=false \
- EXTRAS=""
+ EXTRAS="" \
+ V=1
cp -a udev initrd-udev
%if %{with main}
@@ -144,10 +145,11 @@
udevdir=/dev \
CC="%{__cc}" \
DEBUG=%{!?debug:false}%{?debug:true} \
- OPTIMIZATION="%{rpmcflags}" \
+ OPTFLAGS="%{rpmcflags}" \
USE_KLIBC=false \
USE_LOG=true \
- EXTRAS="%{extras}"
+ EXTRAS="%{extras}" \
+ V=1
%{__cc} %{rpmcflags} %{SOURCE4} -o uevent_listen
%endif
@@ -296,6 +298,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.150.2.6 2006/07/05 16:31:03 freetz
+- rel.5.99, fixed build options
+
Revision 1.150.2.5 2006/07/04 16:01:21 freetz
- rel.5.9, removed input helpers (obsolete with recent kernels)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.150.2.5&r2=1.150.2.6&f=u
More information about the pld-cvs-commit
mailing list