]> git.pld-linux.org Git - packages/ezstream.git/blob - ezstream.spec
rebuild with separate debuginfo build-ids
[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:        1.0.2
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/Multimedia
8 Source0:        https://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
9 # Source0-md5:  247867e7c1e3c349aa9c7af79e666d4d
10 URL:            https://www.icecast.org/ezstream/
11 BuildRequires:  libshout-devel >= 2.2
12 BuildRequires:  libxml2-devel >= 2.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  sed >= 4.0
15 BuildRequires:  taglib-devel >= 1.4
16 Requires:       libshout >= 2.2
17 Requires:       taglib >= 1.4
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The ezstream utility is command-line source client for the Icecast
22 media streaming server.
23
24 %description -l pl.UTF-8
25 ezstream to obsługiwany z linii poleceń klient źródłowy dla serwerów
26 strumieni multimedialnych Icecast.
27
28 %prep
29 %setup -q
30
31 # strip GPL text
32 %{__sed} -i -e '12,$d' COPYING
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/ezstream
45 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/examples
46 %{__rm} examples/Makefile*
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc COPYING ChangeLog NEWS README.md examples
54 %attr(755,root,root) %{_bindir}/ezstream
55 %attr(755,root,root) %{_bindir}/ezstream-cfgmigrate
56 %attr(755,root,root) %{_bindir}/ezstream-file.sh
57 %{_mandir}/man1/ezstream.1*
58 %{_mandir}/man1/ezstream-cfgmigrate.1*
59 %{_mandir}/man1/ezstream-file.sh.1*
This page took 0.059935 seconds and 4 git commands to generate.