]> git.pld-linux.org Git - packages/twinkle.git/commitdiff
- use external libgsm. auto/th/twinkle-0_6_2-3_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 27 Apr 2006 22:01:41 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    twinkle.spec -> 1.12

twinkle.spec

index 31cc07cb3f7bc6d1496368927735fd90074f9f66..25856a89220078495ce7d39d976903b72184193a 100644 (file)
@@ -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"
This page took 0.044699 seconds and 4 git commands to generate.