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