%{!?reltag: %define reltag fc5} Name: kiax Version: 0.8.5 Release: 0.1.%reltag Summary: An linux IAX VoIP softphone URL: http://www.kiax.org License: GPL Group: Applications/Internet #Source: %{name}-%{version}.tar.bz2 Source: kiax-0.8.5-pre-src.tar.gz Patch0: kiax-0.8.5-fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel perl gcc-c++ Requires: qt >= 3.2 %description Kiax is a softphone (VoIP client program) with a simple and comfortable user interface for making VoIP calls to Asterisk PBX. It depends on the iaxclient library to use Asterisk's IAX2 protocol for easy and successful call configuration and audio support. %prep %setup -q -n kiax-0.8.5-pre-src %patch0 -p 1 %build CFLAGS="$RPM_OPT_FLAGS" unset QTDIR || : ; . /etc/profile.d/qt.sh PATH=$QTDIR/bin:$PATH ./configure --prefix=%{_prefix} #./configure --target=redhat #cd src #qmake -o Makefile src.pro #cd .. %{__make} %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && %{__rm} -rf $RPM_BUILD_ROOT %{__mkdir_p} -m 755 $RPM_BUILD_ROOT/%{_prefix}/{bin,share/kiax/i18n,share/kiax/icons} %{__install} -m 755 bin/kiax $RPM_BUILD_ROOT/%{_prefix}/bin/kiax %{__install} -m 644 icons/*.png $RPM_BUILD_ROOT/%{_prefix}/share/kiax/icons %{__install} -m 644 i18n/*.qm $RPM_BUILD_ROOT/%{_prefix}/share/kiax/i18n %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_prefix}/share/kiax/icons %{_prefix}/bin/kiax %{_prefix}/share/kiax/i18n %dir %{_prefix}/share/kiax %dir %{_prefix}/share/kiax/i18n %dir %{_prefix}/share/kiax/icons %doc CHANGELOG COPYING README INSTALL %changelog * Mon Feb 6 2006 Kevin Fenzi 0.8.5-0.1 - update to 0.8.5-pre * Mon Apr 11 2005 Emil Stoyanov 0.8.4 - Multiple calls support - Hold/Resume - Call Transfer - IAX URL Dialing (accounts with empty server field force URL interpretation of the text entered in the combobox) - Direct URL dialing from the combobox - Contacts may have also URL instead of number - Raise Window on call option - Maximum simultaneous calls setting - Command-line dialing: usage: kiax [list | dial [--account-id] --extension extension] - Debug log has now call statistics - Fixed icons encoding problem - Fixed behavior on first startup - Simplified compilation routine (configure, make, make install) - kiax source tree now includes iaxclient sources - better project files - configure script for generation of Makefiles with qmake - spec file by David Anderson * Tue Apr 05 2005 David Anderson 0.8.3-1.%reltag - Many and various spec * Fri Dec 31 2004 Velislav Varbanov 0.0.1 - Initial build