[gtick] enable external ticking sounds (build with libsndfile)

Nils Philippsen nphilipp at fedoraproject.org
Thu Feb 28 16:13:14 UTC 2013


commit 610325e4cf682cf72f18c36d68b6b792a4108038
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Feb 28 14:33:00 2013 +0100

    enable external ticking sounds (build with libsndfile)

 gtick.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gtick.spec b/gtick.spec
index 5a43706..92ee800 100644
--- a/gtick.spec
+++ b/gtick.spec
@@ -18,6 +18,7 @@ BuildRequires: gtk2-devel
 BuildRequires: glib2-devel
 BuildRequires: desktop-file-utils
 BuildRequires: pulseaudio-libs-devel
+BuildRequires: libsndfile-devel >= 1
 Requires: alsa-oss
 
 %description
@@ -31,7 +32,7 @@ cp -p %SOURCE1 .
 cp -p %SOURCE2 .
 
 %build
-%configure
+%configure --with-sndfile
 make %{?_smp_mflags}
 
 %install
@@ -68,6 +69,9 @@ fi
 %{_datadir}/icons/hicolor/32x32/apps/gtick.png
 
 %changelog
+* Thu Feb 28 2013 Nils Philippsen <nils at redhat.com> - 0.5.1-1
+- enable external ticking sounds (build with libsndfile)
+
 * Wed Feb 27 2013 Dave Allan <dallan at redhat.com> - 0.5.1-1
 - Updated to release 0.5.1.
 


More information about the scm-commits mailing list