]> git.pld-linux.org Git - packages/tellico.git/commitdiff
- kcddb bcond TELLICO_1_3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Mar 2011 07:18:57 +0000 (07:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tellico.spec -> 1.60.2.3

tellico.spec

index 9530d9577df57afc5540d64d003728cf8294632d..33239317bca7f8b54330c03e3dae72de628a0c1f 100644 (file)
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_with    webcam  # build with webcam barcode recognition
 %bcond_with    arts                    # build with aRts support
+%bcond_without kcddb   # disable KCDDB
 
 Summary:       A collection manager
 Summary(pl.UTF-8):     Zarządca zbiorów wideo, audio i książek
@@ -19,7 +20,7 @@ URL:          http://www.tellico-project.org/
 BuildRequires: automake
 BuildRequires: exempi-devel
 BuildRequires: kdelibs-devel >= 9:3.3.1
-BuildRequires: kdemultimedia-devel
+%{?with_kcddb:BuildRequires:   kdemultimedia-devel}
 BuildRequires: kdepim-devel
 BuildRequires: libxml2-devel
 BuildRequires: libxml2-progs
@@ -52,6 +53,7 @@ cp -f /usr/share/automake/config.sub admin
 %configure \
        %{?with_webcam:--enable-webcam} \
        --with%{!?with_arts:out}-arts \
+       %{!?with_kcddb:--disable-libkcddb} \
        --with-qt-libraries=%{_libdir}
 
 %{__make}
This page took 0.041151 seconds and 4 git commands to generate.