|
|
@@ -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
|