]> git.pld-linux.org Git - packages/tellico.git/blobdiff - tellico.spec
- up to 1.3.6
[packages/tellico.git] / tellico.spec
index d67d6cf63a52ffd72a6d51ec759b4d51dea630a4..66b090578d2f205d7b86cf0f1c878b22313d97d6 100644 (file)
@@ -1,19 +1,21 @@
 #
 # Conditional build:
 %bcond_with    webcam  # build with webcam barcode recognition
-#
+%bcond_with    arts                    # build with aRts support
+
 Summary:       A collection manager
 Summary(pl.UTF-8):     Zarządca zbiorów wideo, audio i książek
 Name:          tellico
-Version:       1.3.4
+Version:       1.3.6
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://www.periapsis.org/tellico/download/%{name}-%{version}.tar.gz
-# Source0-md5: d6531a9731cc50c59cd2588e7af22ff8
+Source0:       http://tellico-project.org/files/%{name}-%{version}.tar.gz
+# Source0-md5: 7e1af02c1375e4d20e199f6fb06391d0
 Patch0:                %{name}-u64.patch
 Patch1:                %{name}-desktop.patch
-URL:           http://www.periapsis.org/tellico/
+Patch2:                gcc44.patch
+URL:           http://www.tellico-project.org/
 BuildRequires: automake
 BuildRequires: exempi-devel
 BuildRequires: kdelibs-devel >= 9:3.3.1
@@ -43,11 +45,13 @@ księgozbiorów, archiwów wideo i audio.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub admin
 %configure \
        %{?with_webcam:--enable-webcam} \
+       --with%{!?with_arts:out}-arts \
        --with-qt-libraries=%{_libdir}
 
 %{__make}
This page took 0.033154 seconds and 4 git commands to generate.