File rtptools.spec of Package rtptools
Name: rtptools
Summary: RTP tools
Version: 1.18
Release: 0
Group: Applications/Communications
License: Columbia
URL: http://www.cs.columbia.edu/irt/software/rtptools
Source: http://www.cs.columbia.edu/irt/software/rtptools/download/rtptools-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: srtp-devel
%description
The rtptools distribution consists of a number of small applications that can be used for processing RTP data.
%prep
%setup -q -n %{name}-%{version}
%build
%configure
%{__make} %{?jobs:-j%jobs}
%install
%makeinstall
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%changelog