SPECS: twinkle.spec - use external libgsm.
arekm
arekm at pld-linux.org
Fri Apr 28 00:01:47 CEST 2006
Author: arekm Date: Thu Apr 27 22:01:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use external libgsm.
---- Files affected:
SPECS:
twinkle.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/twinkle.spec
diff -u SPECS/twinkle.spec:1.11 SPECS/twinkle.spec:1.12
--- SPECS/twinkle.spec:1.11 Wed Apr 26 00:49:25 2006
+++ SPECS/twinkle.spec Fri Apr 28 00:01:41 2006
@@ -7,18 +7,23 @@
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
@@ -36,8 +41,13 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
export QTDIR=%{_prefix}
%configure \
%if "%{_lib}" == "lib64"
@@ -75,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/04/27 22:01:41 arekm
+- use external libgsm.
+
Revision 1.11 2006/04/25 22:49:25 prism
- added desktop file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/twinkle.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list