Author: qboosh                       Date: Sun Aug 20 18:20:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- specify --kernel_sources=/usr to enforce using linux-libc-headers

---- Files affected:
SPECS:
   rutilt.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/rutilt.spec
diff -u SPECS/rutilt.spec:1.4 SPECS/rutilt.spec:1.5
--- SPECS/rutilt.spec:1.4       Sun Aug 20 20:03:58 2006
+++ SPECS/rutilt.spec   Sun Aug 20 20:20:30 2006
@@ -1,6 +1,8 @@
 # $Revision$, $Date$
 #
 # TODO:
+# - don't check for sudo at build time
+# - is ugly hack from errno patch still necessary?
 # - desktop
 # - figure out what's wrong with the helper
 #
@@ -17,10 +19,9 @@
 Patch0:                %{name}-errno.patch
 Patch1:                %{name}-FHS.patch
 URL:           http://cbbk.free.fr/bonrom/
-BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: gtk+2-devel >= 2:2.6.0
 BuildRequires: libstdc++-devel
-# ??? FIXME
-BuildRequires: kernel-headers
+BuildRequires: linux-libc-headers
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -39,6 +40,7 @@
 
 %build
 ./configure.sh \
+       --kernel_sources=/usr \
        --launcher=/usr/bin/sudo \
        --prefix=%{_prefix}
 %{__make} \
@@ -73,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/08/20 18:20:30  qboosh
+- specify --kernel_sources=/usr to enforce using linux-libc-headers
+
 Revision 1.4  2006/08/20 18:03:58  qboosh
 - optflags, overslashism cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rutilt.spec?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to