SPECS: gammu.spec - fix libdir name on x86_64 - release 2

megabajt megabajt at pld-linux.org
Thu Nov 15 15:57:13 CET 2007


Author: megabajt                     Date: Thu Nov 15 14:57:13 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix libdir name on x86_64
- release 2

---- Files affected:
SPECS:
   gammu.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/gammu.spec
diff -u SPECS/gammu.spec:1.64 SPECS/gammu.spec:1.65
--- SPECS/gammu.spec:1.64	Thu Nov 15 08:03:54 2007
+++ SPECS/gammu.spec	Thu Nov 15 15:57:08 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Zestaw narzędzi GNU dla telefonów komórkowych
 Name:		gammu
 Version:	1.14.0
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v2
 Group:		Applications/Communications
@@ -88,7 +88,8 @@
 	-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
 	-DCMAKE_VERBOSE_MAKEFILE=1 \
 	-DENABLE_SHARED=OFF \
-	-DINSTALL_LIB_DIR=%{_libdir} \
+	-DINSTALL_LIB_DIR=%{_lib} \
+	-DINSTALL_LIBDATA_DIR=%{_libdir} \
 	%{?debug:-DCMAKE_BUILD_TYPE="Debug"} 
 %{__make}
 mv common/libGammu.a ..
@@ -96,7 +97,8 @@
 	-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
 	-DCMAKE_VERBOSE_MAKEFILE=1 \
 	-DENABLE_SHARED=ON \
-	-DINSTALL_LIB_DIR=%{_libdir} \
+	-DINSTALL_LIB_DIR=%{_lib} \
+	-DINSTALL_LIBDATA_DIR=%{_libdir} \
 	%{?debug:-DCMAKE_BUILD_TYPE="Debug"}  
 %{__make}
 
@@ -154,6 +156,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2007-11-15 14:57:08  megabajt
+- fix libdir name on x86_64
+- release 2
+
 Revision 1.64  2007-11-15 07:03:54  wolvverine
 - up to 1.14.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gammu.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list