diff -r ee379de11fd7 -r 974f3946908a twinkle/twinkle.spec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/twinkle/twinkle.spec Sat Feb 21 16:33:28 2009 +0100 @@ -0,0 +1,70 @@ +Summary: A SIP Soft Phone +Name: twinkle +Version: 1.4.1 +Release: 1 +License: GPL +Group: Productivity/Telephony/SIP/Clients +Source: %{name}-%{version}.tar.gz +Prefix: %{_prefix} +#BuildArch: i586 +BuildArch: x86_64 +BuildRoot: %{_tmppath}/making_of_%{name}_%{version} +Packager: Michael Schloh von Bennewitz +URL: http://www.twinklephone.com/ +Requires: alsa +Requires: commoncpp2 >= 1.6.0 +Requires: libccrtp >= 1.6.0 +Requires: libzrtpcpp >= 1.3.0 +Requires: kdelibs3 >= 3.2.0 +Requires: libsndfile +Requires: libspeex +Requires: libxml2 +Requires: file +Requires: readline +BuildRequires: alsa-devel +BuildRequires: qt3-devel +BuildRequires: qt3-devel-tools +BuildRequires: update-desktop-files +BuildRequires: commoncpp2-devel +BuildRequires: libccrtp-devel +BuildRequires: libzrtpcpp-devel +BuildRequires: kdelibs3-devel +BuildRequires: libsndfile-devel +BuildRequires: speex-devel +BuildRequires: boost-devel +BuildRequires: libxml2-devel +BuildRequires: file-devel +BuildRequires: readline-devel + +%description +Twinkle is a SIP based softphone for making telephone calls +and instant messaging over IP networks. + +%prep + +%setup -q + +%build +#autoreconf -fi +QTDIR=/usr/lib/qt3 \ +%configure --without-ilbc --enable-libsuffix=64 +%{__make} %{?_smp_mflags} %{?mflags} + +%install +rm -rf %{buildroot} +%makeinstall +install -d 755 %{buildroot}%{_datadir}/pixmaps +install -m 644 src/gui/images/twinkle48.png %{buildroot}%{_datadir}/pixmaps/twinkle.png +%suse_update_desktop_file -c twinkle Twinkle "A SIP softphone" twinkle twinkle Network Telephony + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING README ChangeLog +%{_bindir}/%{name} +%{_datadir}/%{name} +%{_datadir}/pixmaps/twinkle.png +%{_datadir}/applications/twinkle.desktop +