]> git.pld-linux.org Git - packages/ezstream.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2007 19:39:24 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezstream.spec -> 1.1

ezstream.spec [new file with mode: 0644]

diff --git a/ezstream.spec b/ezstream.spec
new file mode 100644 (file)
index 0000000..d1a2bfb
--- /dev/null
@@ -0,0 +1,47 @@
+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*
This page took 0.059337 seconds and 4 git commands to generate.