From 173f36c792fa5c3695ce6143f33f7a85f700f70d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 27 Apr 2006 22:01:41 +0000 Subject: [PATCH] - use external libgsm. Changed files: twinkle.spec -> 1.12 --- twinkle.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/twinkle.spec b/twinkle.spec index 31cc07c..25856a8 100644 --- a/twinkle.spec +++ b/twinkle.spec @@ -6,18 +6,23 @@ Summary: twinkle - SIP Soft Phone Summary(pl): twinkle - telefon programowy SIP Name: twinkle Version: 0.6.2 -Release: 3.2 +Release: 3.3 License: GPL v2 Group: Applications/Communications Source0: http://www.xs4all.nl/~mfnboer/twinkle/download/%{name}-%{version}.tar.gz # Source0-md5: 9a57f8a2cc24db1f8eb6afdf46e122ff Source1: %{name}.desktop Patch0: %{name}-gcc4.patch +Patch1: %{name}-gsm.patch URL: http://www.twinklephone.com/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: alsa-lib-devel BuildRequires: commoncpp2-devel >= 1.3.0 BuildRequires: ccrtp-devel >= 1.3.4 %{?with_kde:BuildRequires: kdelibs-devel} +BuildRequires: libtool +BuildRequires: libgsm-devel BuildRequires: libsndfile-devel BuildRequires: pkgconfig BuildRequires: qmake @@ -35,8 +40,13 @@ telefonicznych po sieciach IP. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} export QTDIR=%{_prefix} %configure \ %if "%{_lib}" == "lib64" -- 2.44.0