]> git.pld-linux.org Git - packages/darkice.git/blobdiff - darkice.spec
- reverted last blekot's change - I've checked (and lost some my precious
[packages/darkice.git] / darkice.spec
index bc5efd953a9402daca423035c9822f5c8c07a2bb..26ef7987e640fef097efd487ad5f6a5e54cdbab2 100644 (file)
@@ -1,44 +1,51 @@
 Summary:       DarkIce live IceCast / ShoutCast streamer
 Summary(pl):   DarkIce live IceCast / ShoutCast streamer
 Name:          darkice
-Version:       0.7
+Version:       0.14
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: e196487f376ab29c43277add33be15be
 Patch0:                %{name}-shared.patch
+Patch1:                %{name}-no_libnsl.patch
+Patch2:                %{name}-am_fixes.patch
+Patch3:                %{name}-ac25x.patch
 URL:           http://darkice.sourceforge.net/
-BuildRequires: readline-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: lame-libs-devel
-BuildRequires: libvorbis-devel
 BuildRequires: libstdc++-devel
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: libvorbis-devel >= 1:1.0
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
-takes audio input from a sound card, encodes it into mp3 and/or Ogg
-Vorbis, and sends the mp3 stream to one or more IceCast and/or
+takes audio input from a sound card, encodes it into MP3 and/or Ogg
+Vorbis, and sends the MP3 stream to one or more IceCast and/or
 ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2
 servers.
 
 %description -l pl
 DarkIce to dostarczyciel strumienia audio IceCast, IceCast2 oraz
-ShoutCast. DarkIce enkoduje dane z karty d¼wiêkowej do mp3 i/lub Ogg
-Vorbis, a nastêpnie wysy³a strumieñ mp3 do jednego lub wiêcej serwerów
+ShoutCast. DarkIce enkoduje dane z karty d¼wiêkowej do MP3 i/lub Ogg
+Vorbis, a nastêpnie wysy³a strumieñ MP3 do jednego lub wiêcej serwerów
 IceCast i/lub ShoutCast, strumieñ Ogg Vorbis do jednego lub wiêcej
 serwerów IceCast2.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+#%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c -f
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --with-lame \
        --with-vorbis
@@ -51,14 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README TODO
-
 %clean
-rm -r $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README TODO
 %config(noreplace) %attr(600,root,root) %{_sysconfdir}/*.cfg
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
This page took 0.615425 seconds and 4 git commands to generate.