]> git.pld-linux.org Git - packages/darkice.git/blobdiff - darkice.spec
- updated to 0.14, rel remains 1, commented am_fixes patch (no idea why it was needed...
[packages/darkice.git] / darkice.spec
index 6c9c4b8d62da8a6e24c8e7b89a5bbb4414cddd76..1ac67bd42a9f40fe6afad009c846679e663e0d7d 100644 (file)
@@ -1,14 +1,16 @@
 Summary:       DarkIce live IceCast / ShoutCast streamer
 Summary(pl):   DarkIce live IceCast / ShoutCast streamer
 Name:          darkice
-Version:       0.10
+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: autoconf
 BuildRequires: automake
@@ -16,7 +18,7 @@ BuildRequires:        lame-libs-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel >= 1:1.0
 BuildRequires: readline-devel
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
@@ -36,11 +38,12 @@ serwer
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
@@ -56,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
-rm -r $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.091647 seconds and 4 git commands to generate.