]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- fix libdir name on x86_64 auto/th/gammu-1_14_0-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 15 Nov 2007 14:57:08 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    gammu.spec -> 1.65

gammu.spec

index aa6a6a1625a0f8b4a78f73315d278f66146baa65..e291dcd1e9a0f1aa2013743ecbd6c5c8c4385b78 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNU tool suite for mobile phones
 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
@@ -87,7 +87,8 @@ cd build
        -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 ..
@@ -95,7 +96,8 @@ mv common/libGammu.a ..
        -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}
 
This page took 0.038241 seconds and 4 git commands to generate.