]> git.pld-linux.org Git - packages/ezstream.git/blobdiff - ezstream.spec
rebuild with separate debuginfo build-ids
[packages/ezstream.git] / ezstream.spec
index fc6871a326a977cc1d6bdea66a6fd7b215fcb3f9..3d9aa627e3332ef101db6718a903371a4d7a4c51 100644 (file)
@@ -1,19 +1,20 @@
 Summary:       Command-line source client for Icecast media streaming servers
 Summary(pl.UTF-8):     Klient źródłowy dla serwerów strumieni multimedialnych Icecast
 Name:          ezstream
-Version:       0.5.1
-Release:       1
+Version:       1.0.2
+Release:       2
 License:       GPL v2
 Group:         Applications/Multimedia
-Source0:       http://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
-# Source0-md5: 1821f4c6c89415c0341a246decf50c57
-URL:           http://www.icecast.org/ezstream.php
-BuildRequires: libogg-devel >= 2:1.0
+Source0:       https://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
+# Source0-md5: 247867e7c1e3c349aa9c7af79e666d4d
+URL:           https://www.icecast.org/ezstream/
 BuildRequires: libshout-devel >= 2.2
-BuildRequires: libvorbis-devel >= 1:1.0
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 BuildRequires: taglib-devel >= 1.4
+Requires:      libshout >= 2.2
+Requires:      taglib >= 1.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,6 +28,9 @@ strumieni multimedialnych Icecast.
 %prep
 %setup -q
 
+# strip GPL text
+%{__sed} -i -e '12,$d' COPYING
+
 %build
 %configure
 %{__make}
@@ -37,11 +41,19 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/ezstream
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/examples
+%{__rm} examples/Makefile*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog NEWS README
+%doc COPYING ChangeLog NEWS README.md examples
 %attr(755,root,root) %{_bindir}/ezstream
+%attr(755,root,root) %{_bindir}/ezstream-cfgmigrate
+%attr(755,root,root) %{_bindir}/ezstream-file.sh
 %{_mandir}/man1/ezstream.1*
+%{_mandir}/man1/ezstream-cfgmigrate.1*
+%{_mandir}/man1/ezstream-file.sh.1*
This page took 0.072105 seconds and 4 git commands to generate.