# $Id: ant-phone.spec 0110 2004-11-19 15:03:45Z tomstank@inet.hr $ %define real_name ant-phone Summary: A GTK+ ISDN phone application Name: ant-phone Version: 0.1.10 Release: 0 License: GPL Group: Applications/Communications URL: http://www.antcom.de/ Source: %{real_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libsndfile-devel >= 1.0.0 %description ant-phone makes an isdn phone from your linux box %prep %setup -n %{real_name}-%{version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %find_lang %{real_name} %clean %{__rm} -rf %{buildroot} %files -f %{real_name}.lang %defattr(-, root, root, 0755) %doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO %{_bindir}/* %{_mandir}/man1/*.1* %changelog * Sat Nov 20 2004 Tomislav Stankovic 0.1.10-0 - Updated to 0.1.10-0 - Added man page and docs installation