]> git.pld-linux.org Git - packages/digikam.git/commitdiff
- build without debug code; rel 2 auto/th/digikam-0_10_0-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Apr 2009 17:00:10 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digikam.spec -> 1.105

digikam.spec

index 7104d2fffb4d3dca743dfa7e3f64738c6986b406..f8d79cc7de797dd42c37ec32229fd627438a055d 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A KDE frontend for gphoto2
 Summary(pl.UTF-8):     Interfejs KDE do gphoto2
 Name:          digikam
 Version:       0.10.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://dl.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
@@ -63,6 +63,7 @@ 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 \
This page took 0.052163 seconds and 4 git commands to generate.