]> git.pld-linux.org Git - packages/twinkle.git/blame - twinkle.spec
- release 2
[packages/twinkle.git] / twinkle.spec
CommitLineData
c2640489
KK
1#
2# Conditional build:
3393aaa8 3%bcond_without kde # disable KDE support
c2640489
KK
4#
5Summary: twinkle - SIP Soft Phone
6d76a556 6Summary(pl.UTF-8): twinkle - telefon programowy SIP
c2640489 7Name: twinkle
3a4286f0
AM
8Version: 1.3.2
9Release: 2
c2640489
KK
10License: GPL v2
11Group: Applications/Communications
12Source0: http://www.xs4all.nl/~mfnboer/twinkle/download/%{name}-%{version}.tar.gz
3a4286f0 13# Source0-md5: 8bafa14baeafc47be43c59fefc836c63
90efb207 14Source1: %{name}.desktop
5a22eb00 15Patch0: %{name}-nobind.patch
2413bcde 16Patch1: %{name}-build.patch
c2640489 17URL: http://www.twinklephone.com/
5a22eb00 18BuildRequires: alsa-lib-devel
173f36c7
AM
19BuildRequires: autoconf
20BuildRequires: automake
bebd0d01 21BuildRequires: boost-devel >= 1.35.0
2a8e6030 22BuildRequires: ccrtp-devel >= 1.5.0
5a22eb00 23BuildRequires: commoncpp2-devel >= 1.5.0
c2640489 24%{?with_kde:BuildRequires: kdelibs-devel}
92f38a76 25BuildRequires: libgsm-devel >= 1.0.11
acf2aa11 26BuildRequires: libilbc-devel
0039bee3 27BuildRequires: libmagic-devel
308dad23 28BuildRequires: libsndfile-devel
5a22eb00
AM
29BuildRequires: libtool
30BuildRequires: libxml2-devel
2413bcde 31BuildRequires: libzrtpcpp-devel >= 1.3.0
c2640489
KK
32BuildRequires: pkgconfig
33BuildRequires: qmake
308dad23 34BuildRequires: qt-devel >= 6:3.3.0
bf59c302 35BuildRequires: qt-linguist
70b24120 36BuildRequires: speex-devel
c2640489
KK
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40Twinkle is a SIP based soft phone for making telephone calls over IP
41networks.
42
29d03b0f
JR
43%description -l pl.UTF-8
44Twinkle to oparty na SIP programowy telefon do wykonywania połączeń
e4a9205c
JB
45telefonicznych po sieciach IP.
46
c2640489
KK
47%prep
48%setup -q
83b87de6 49%patch0 -p1
2413bcde 50%patch1 -p0
c2640489
KK
51
52%build
173f36c7
AM
53%{__libtoolize}
54%{__aclocal}
55%{__autoconf}
56%{__automake}
c2640489
KK
57export QTDIR=%{_prefix}
58%configure \
59%if "%{_lib}" == "lib64"
60 --enable-libsuffix=64 \
61%endif
62 --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
63 %{!?with_kde:--without-kde} \
64 --with-qt-libraries=%{_libdir}
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
90efb207 69install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
c2640489
KK
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
74install src/gui/images/twinkle48.png $RPM_BUILD_ROOT%{_pixmapsdir}/twinkle.png
90efb207 75install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
c2640489
KK
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%files
81%defattr(644,root,root,755)
82%doc AUTHORS ChangeLog README THANKS
83%attr(755,root,root) %{_bindir}/*
84%{_datadir}/twinkle
85%{_pixmapsdir}/twinkle.png
90efb207 86%{_desktopdir}/twinkle.desktop
This page took 0.065723 seconds and 4 git commands to generate.