SPECS: ezstream.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Sep 8 21:39:30 CEST 2007


Author: qboosh                       Date: Sat Sep  8 19:39:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   ezstream.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ezstream.spec
diff -u /dev/null SPECS/ezstream.spec:1.1
--- /dev/null	Sat Sep  8 21:39:30 2007
+++ SPECS/ezstream.spec	Sat Sep  8 21:39:24 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+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.0
+Release:	1
+License:	GPL v2
+Group:		Applications/Multimedia
+Source0:	http://downloads.xiph.org/releases/ezstream/%{name}-%{version}.tar.gz
+# Source0-md5:	8a76193100febdda666874f7eb8b07cb
+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:	taglib-devel >= 1.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The ezstream utility is command-line source client for the Icecast
+media streaming server.
+
+%description -l pl.UTF-8
+ezstream to obsługiwany z linii poleceń klient źródłowy dla serwerów
+strumieni multimedialnych Icecast.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/ezstream
+%{_mandir}/man1/ezstream.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/08 19:39:24  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list