SPECS (Titanium): kernel-desktop.spec - fix %setup and %build

shadzik shadzik at pld-linux.org
Thu Mar 19 17:47:29 CET 2009


Author: shadzik                      Date: Thu Mar 19 16:47:29 2009 GMT
Module: SPECS                         Tag: Titanium
---- Log message:
- fix %setup and %build

---- Files affected:
SPECS:
   kernel-desktop.spec (1.204.2.6 -> 1.204.2.7) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.204.2.6 SPECS/kernel-desktop.spec:1.204.2.7
--- SPECS/kernel-desktop.spec:1.204.2.6	Thu Mar 19 17:29:34 2009
+++ SPECS/kernel-desktop.spec	Thu Mar 19 17:47:24 2009
@@ -399,7 +399,7 @@
 /usr/src/linux/Documentation.
 
 %prep
-%setup -q -n -a200 linux-%{_basever}
+%setup -q -a200 -n linux-%{_basever}
 
 %if "%{_postver}" != "%{nil}"
 %{__bzip2} -dc %{SOURCE1} | patch -p1 -s
@@ -425,7 +425,7 @@
 
 %build
 %if %{with notifier}
-%{__make} -f kernelupdatenotifier
+%{__make} -C kernelupdatenotifier INCPATH+="-I/usr/include -I/usr/include/KDE" LIBS+="-lknotifyconfig -lkworkspace -lkdeui"
 %endif
 TuneUpConfigForIX86 () {
 	set -x
@@ -970,6 +970,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.7  2009/03/19 16:47:24  shadzik
+- fix %setup and %build
+
 Revision 1.204.2.6  2009/03/19 16:29:34  shadzik
 - add notifier
 - rel 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-desktop.spec?r1=1.204.2.6&r2=1.204.2.7&f=u



More information about the pld-cvs-commit mailing list