Browse Source

upgrade to lame 3.91

Ralf S. Engelschall 24 years ago
parent
commit
9e856fffa9
1 changed files with 6 additions and 7 deletions
  1. 6 7
      lame/lame.spec

+ 6 - 7
lame/lame.spec

@@ -32,11 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Group:        Audio
 License:      GPL
-Version:      3.89
-Release:      20020206
+Version:      3.91
+Release:      20020405
 
 #   list of sources
-Source0:      ftp://lame.sourceforge.net/pub/lame/src/lame%{version}beta.tar.gz
+Source0:      http://prdownloads.sourceforge.net/lame/lame-%{version}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -56,7 +56,7 @@ AutoReqProv:  no
     speed and quality to rival all commercial competitors.
 
 %prep
-    %setup -q -n lame-%{version}
+    %setup -q
 
 %build
     CC="%{l_cc}" \
@@ -64,9 +64,8 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --disable-dependency-tracking \
-        --with-fileio=lame \
-        --disable-analyzer-hooks
-    %{l_make} %{l_mflags -O}
+        --with-fileio=lame
+    %{l_make} %{l_mflags}
 
 %install
     rm -rf $RPM_BUILD_ROOT