File sipsak.spec of Package sipsak
Name: sipsak
Version: 0.9.6
Release: 1
License: GPL
Group: Multimedia
Summary: SIP test tool
URL: http://sipsak.org/
Source0: %{name}-%{version}-1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Packager: Carsten Schoene <cs@linux-administrator.com>
Vendor: linux-administrator.com
BuildRequires: glibc-devel libgcc gcc gcc-c++
%description
sipsak is a small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications.
It can be used for some simple tests on SIP applications and devices.
%prep
%setup -n %{name}-%{version}
%build
%configure
%__make
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_DIR/5{name}*
rm -rf ../file.list.%{name}
%files
%doc AUTHORS ChangeLog README NEWS TODO
/usr/bin/sipsak
/usr/share/man/man1/sipsak.1*
%changelog
* Sat Oct 27 2007 Carsten Schoene <cs@linux-administrator.com>
- Initial package