]> git.pld-linux.org Git - packages/darkice.git/blobdiff - darkice.spec
- added ac25x patch (fixes for autoconf 2.5x).
[packages/darkice.git] / darkice.spec
index 561ee33c9521a86f63fb70e1650667ee0cb03610..c44068dfa14ef6d59c631ac0d5f3ea36955bbe44 100644 (file)
@@ -1,19 +1,22 @@
 Summary:       DarkIce live IceCast / ShoutCast streamer
 Summary(pl):   DarkIce live IceCast / ShoutCast streamer
 Name:          darkice
-Version:       0.7
+Version:       0.10
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 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
+BuildRequires: libvorbis-devel >= 1:1.0
+BuildRequires: readline-devel
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,12 +36,15 @@ serwer
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
 %configure \
        --with-lame \
        --with-vorbis
@@ -51,14 +57,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
 
 %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.702923 seconds and 4 git commands to generate.