SPECS: kdesvn.spec - x86-64 build fix, release 1.
pluto
pluto at pld-linux.org
Sat Oct 7 19:33:28 CEST 2006
Author: pluto Date: Sat Oct 7 17:33:28 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- x86-64 build fix, release 1.
---- Files affected:
SPECS:
kdesvn.spec (1.32 -> 1.33)
---- Diffs:
================================================================
Index: SPECS/kdesvn.spec
diff -u SPECS/kdesvn.spec:1.32 SPECS/kdesvn.spec:1.33
--- SPECS/kdesvn.spec:1.32 Thu Oct 5 12:54:13 2006
+++ SPECS/kdesvn.spec Sat Oct 7 19:33:22 2006
@@ -4,7 +4,7 @@
Summary(pl): Frontend KDE do subversion
Name: kdesvn
Version: 0.10.0
-Release: 0.1
+Release: 1
License: GPL v2
Group: X11/Development/Tools
Source0: http://www.alwins-world.de/programs/download/kdesvn/%{name}-%{version}.tar.bz2
@@ -77,7 +77,12 @@
%patch0 -p1
%build
-%cmake -DCMAKE_INSTALL_PREFIX=/usr .
+%cmake \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64 \
+%endif
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} .
+
%{__make}
%install
@@ -131,6 +136,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.33 2006/10/07 17:33:22 pluto
+- x86-64 build fix, release 1.
+
Revision 1.32 2006/10/05 10:54:13 glen
- macros for %cmake
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kdesvn.spec?r1=1.32&r2=1.33&f=u
More information about the pld-cvs-commit
mailing list