SPECS: kde4-kdemultimedia.spec, kde4-kdenetwork.spec, kde4-kdepim.spec - 64...
shadzik
shadzik at pld-linux.org
Fri Jun 20 20:52:32 CEST 2008
Author: shadzik Date: Fri Jun 20 18:52:32 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 64bit fix
---- Files affected:
SPECS:
kde4-kdemultimedia.spec (1.37 -> 1.38)
SPECS:
kde4-kdenetwork.spec (1.50 -> 1.51)
SPECS:
kde4-kdepim.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/kde4-kdemultimedia.spec
diff -u SPECS/kde4-kdemultimedia.spec:1.37 SPECS/kde4-kdemultimedia.spec:1.38
--- SPECS/kde4-kdemultimedia.spec:1.37 Thu Jun 12 20:13:41 2008
+++ SPECS/kde4-kdemultimedia.spec Fri Jun 20 20:52:27 2008
@@ -193,6 +193,9 @@
cd build
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+%endif
../
%{__make}
@@ -313,6 +316,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2008/06/20 18:52:27 shadzik
+- 64bit fix
+
Revision 1.37 2008/06/12 18:13:41 shadzik
- define supportver
================================================================
Index: SPECS/kde4-kdenetwork.spec
diff -u SPECS/kde4-kdenetwork.spec:1.50 SPECS/kde4-kdenetwork.spec:1.51
--- SPECS/kde4-kdenetwork.spec:1.50 Thu Jun 12 19:38:33 2008
+++ SPECS/kde4-kdenetwork.spec Fri Jun 20 20:52:29 2008
@@ -678,6 +678,9 @@
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+%endif
../
%{__make}
@@ -1126,6 +1129,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2008/06/20 18:52:29 shadzik
+- 64bit fix
+
Revision 1.50 2008/06/12 17:38:33 shadzik
- 4.0.82
================================================================
Index: SPECS/kde4-kdepim.spec
diff -u SPECS/kde4-kdepim.spec:1.49 SPECS/kde4-kdepim.spec:1.50
--- SPECS/kde4-kdepim.spec:1.49 Fri Jun 13 15:21:05 2008
+++ SPECS/kde4-kdepim.spec Fri Jun 20 20:52:31 2008
@@ -772,12 +772,14 @@
%setup -q -n %{orgname}-%{version}
%build
-export QTDIR=%{_prefix}
install -d build
cd build
%cmake \
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \
- ../
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+%endif
+ ../
%{__make}
@@ -1646,6 +1648,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2008/06/20 18:52:31 shadzik
+- 64bit fix
+
Revision 1.49 2008/06/13 13:21:05 shadzik
- adjusted files
- commeted out some stuff (kmobiletools, kpilot... - they doesn't seem to be integrated in this version)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdemultimedia.spec?r1=1.37&r2=1.38&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdenetwork.spec?r1=1.50&r2=1.51&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdepim.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list