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