]> git.pld-linux.org Git - packages/ezstream.git/blame - ezstream.spec
- updated to 0.5.1
[packages/ezstream.git] / ezstream.spec
CommitLineData
b05ece86
JB
1Summary: Command-line source client for Icecast media streaming servers
2Summary(pl.UTF-8): Klient źródłowy dla serwerów strumieni multimedialnych Icecast
3Name: ezstream
e1c44921 4Version: 0.5.1
b05ece86
JB
5Release: 1
6License: GPL v2
7Group: Applications/Multimedia
8Source0: http://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
e1c44921 9# Source0-md5: 1821f4c6c89415c0341a246decf50c57
b05ece86
JB
10URL: http://www.icecast.org/ezstream.php
11BuildRequires: libogg-devel >= 2:1.0
12BuildRequires: libshout-devel >= 2.2
13BuildRequires: libvorbis-devel >= 1:1.0
14BuildRequires: libxml2-devel >= 2.0
15BuildRequires: pkgconfig
16BuildRequires: taglib-devel >= 1.4
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The ezstream utility is command-line source client for the Icecast
21media streaming server.
22
23%description -l pl.UTF-8
24ezstream to obsługiwany z linii poleceń klient źródłowy dla serwerów
25strumieni multimedialnych Icecast.
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc ChangeLog NEWS README
46%attr(755,root,root) %{_bindir}/ezstream
47%{_mandir}/man1/ezstream.1*
This page took 0.053292 seconds and 4 git commands to generate.