SPECS: kde4-kdebase-runtime.spec, kde4-kdebase-workspace.spec, kde4-kdebase...

shadzik shadzik at pld-linux.org
Fri Jun 20 18:17:31 CEST 2008


Author: shadzik                      Date: Fri Jun 20 16:17:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 64bit fix

---- Files affected:
SPECS:
   kde4-kdebase-runtime.spec (1.42 -> 1.43) 
SPECS:
   kde4-kdebase-workspace.spec (1.84 -> 1.85) 
SPECS:
   kde4-kdebase.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/kde4-kdebase-runtime.spec
diff -u SPECS/kde4-kdebase-runtime.spec:1.42 SPECS/kde4-kdebase-runtime.spec:1.43
--- SPECS/kde4-kdebase-runtime.spec:1.42	Thu Jun 12 18:36:18 2008
+++ SPECS/kde4-kdebase-runtime.spec	Fri Jun 20 18:17:25 2008
@@ -94,6 +94,9 @@
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64 \
+%endif
 	../
 
 %{__make}
@@ -422,6 +425,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2008/06/20 16:17:25  shadzik
+- 64bit fix
+
 Revision 1.42  2008/06/12 16:36:18  shadzik
 - 4.0.82
 

================================================================
Index: SPECS/kde4-kdebase-workspace.spec
diff -u SPECS/kde4-kdebase-workspace.spec:1.84 SPECS/kde4-kdebase-workspace.spec:1.85
--- SPECS/kde4-kdebase-workspace.spec:1.84	Fri Jun 13 16:15:58 2008
+++ SPECS/kde4-kdebase-workspace.spec	Fri Jun 20 18:17:27 2008
@@ -494,6 +494,9 @@
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64 \
+%endif
 	../
 
 %{__make}
@@ -1327,6 +1330,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.85  2008/06/20 16:17:27  shadzik
+- 64bit fix
+
 Revision 1.84  2008/06/13 14:15:58  arekm
 R: xorg-app{xset,xsetroot,xprop}; used by startkde
 

================================================================
Index: SPECS/kde4-kdebase.spec
diff -u SPECS/kde4-kdebase.spec:1.57 SPECS/kde4-kdebase.spec:1.58
--- SPECS/kde4-kdebase.spec:1.57	Thu Jun 12 18:28:15 2008
+++ SPECS/kde4-kdebase.spec	Fri Jun 20 18:17:29 2008
@@ -414,6 +414,9 @@
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64 \
+%endif
 	../
 
 %{__make}
@@ -729,6 +732,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2008/06/20 16:17:29  shadzik
+- 64bit fix
+
 Revision 1.57  2008/06/12 16:28:15  shadzik
 - 4.0.82
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-runtime.spec?r1=1.42&r2=1.43&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-workspace.spec?r1=1.84&r2=1.85&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list