packages: ezstream/ezstream.spec - updated to 0.5.6 - package COPYING (just...
qboosh
qboosh at pld-linux.org
Mon Oct 26 18:19:16 CET 2009
Author: qboosh Date: Mon Oct 26 17:19:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.5.6
- package COPYING (just notes, strip out GPL text)
---- Files affected:
packages/ezstream:
ezstream.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/ezstream/ezstream.spec
diff -u packages/ezstream/ezstream.spec:1.4 packages/ezstream/ezstream.spec:1.5
--- packages/ezstream/ezstream.spec:1.4 Thu Dec 27 02:28:34 2007
+++ packages/ezstream/ezstream.spec Mon Oct 26 18:19:11 2009
@@ -2,18 +2,19 @@
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.3
+Version: 0.5.6
Release: 1
License: GPL v2
Group: Applications/Multimedia
Source0: http://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
-# Source0-md5: a07941d52a4705f8d02c9c9ee6e05750
+# Source0-md5: 1be68119d44fbe71454a901fa650a359
URL: http://www.icecast.org/ezstream.php
BuildRequires: libogg-devel >= 2:1.0
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
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,6 +29,9 @@
%prep
%setup -q
+# strip GPL text
+sed -i -e '12,$d' COPYING
+
%build
%configure
%{__make}
@@ -38,14 +42,20 @@
%{__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 examples
%attr(755,root,root) %{_bindir}/ezstream
+%attr(755,root,root) %{_bindir}/ezstream-file.sh
%{_mandir}/man1/ezstream.1*
+%{_mandir}/man1/ezstream-file.sh.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -53,6 +63,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/10/26 17:19:11 qboosh
+- updated to 0.5.6
+- package COPYING (just notes, strip out GPL text)
+
Revision 1.4 2007/12/27 01:28:34 zbyniu
- up to 0.5.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ezstream/ezstream.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list