File ezstream.spec of Package ezstream
# norootforbuild
Name: ezstream
Version: 0.5.6
Release: 0
#
License: GPLv2
Group: Productivity/Multimedia/Sound/Utilities
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig libshout-devel libxml2-devel taglib-devel
#
URL: http://www.icecast.org/ezstream.php
# http://downloads.xiph.org/releases/ezstream/ezstream-%{version}.tar.gz
Source: ezstream-%{version}.tar.bz2
#
Summary: Commandline tool for streaming mp3 and ogg
%description
ezstream is a command line utility which is a improved version of the old
"shout" utility. It enables you to stream mp3 or vorbis files to an icecast
server without reencoding and thus requires very little CPU. ezstream is
controlled via a XML config file (a few examples are provided in the conf
directory).
ezstream can stream mp3, ogg vorbis, and ogg theora files as well as reading from stdin.
ID3v1 tags are supported in mp3 files and all ogg vorbis tags are propagated
as metadata as well.
Authors:
--------
oddsock@oddsock.org
%debug_package
%prep
%setup
%build
%configure --docdir=%{_docdir}/%{name} --enable-examplesdir=%{_docdir}/%{name}/examples
%{__make} %{?jobs:-j%{jobs}}
%install
%makeinstall
%{__install} -m 0644 ChangeLog %{buildroot}%{_docdir}/%{name}/ChangeLog
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/ezstream
%{_bindir}/ezstream-file.sh
%doc %{_docdir}/%{name}
%{_mandir}/man1/ezstream.1*
%{_mandir}/man1/ezstream-file.sh.1*
%changelog