]> git.pld-linux.org Git - packages/digikam.git/commitdiff
- up to 2.8.0 auto/th/digikam-2.8.0-1
authorKacper Kornet <draenog@pld-linux.org>
Wed, 22 Aug 2012 21:58:23 +0000 (23:58 +0200)
committerKacper Kornet <draenog@pld-linux.org>
Wed, 22 Aug 2012 21:58:23 +0000 (23:58 +0200)
- remove options defined in %cmake macro

digikam.spec

index 5c8834ede149e34d85dd121132326c9a7f8e9577..4e234a5e4af2265183d6d215c58c06635050e130 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       A KDE frontend for gphoto2
 Summary(pl.UTF-8):     Interfejs KDE do gphoto2
 Name:          digikam
-Version:       2.7.0
+Version:       2.8.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://downloads.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
-# Source0-md5: 428e5234fa4daa6f154bf23c63787bdd
+# Source0-md5: 6b87a62ca3721ccfc39ebf8738794554
 Patch0:                %{name}-build.patch
 URL:           http://www.digikam.org/
 BuildRequires: Qt3Support-devel >= %{qtver}
@@ -82,13 +82,6 @@ Interfejs KDE do gphoto2 - pliki nagłówkowe.
 install -d build
 cd build
 %cmake \
-       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-       -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64 \
-       -DLIB_INSTALL_DIR_SUFFIX=64 \
-%endif
        -DSERVERCMD_MYSQL=%{_sbindir}/mysqld \
        ../
 
This page took 0.0897289999999999 seconds and 4 git commands to generate.