OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 28-Feb-2009 22:28:32 Branch: HEAD Handle: 2009022821283100 Modified files: openpkg-src/lame lame.spec Log: provide C API Summary: Revision Changes Path 1.59 +3 -4 openpkg-src/lame/lame.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/lame/lame.spec ============================================================================ $ cvs diff -u -r1.58 -r1.59 lame.spec --- openpkg-src/lame/lame.spec 23 Sep 2008 07:11:09 -0000 1.58 +++ openpkg-src/lame/lame.spec 28 Feb 2009 21:28:31 -0000 1.59 @@ -37,7 +37,7 @@ Group: Audio License: GPL Version: %{V_opkg} -Release: 20080923 +Release: 20090228 # list of sources Source0: http://switch.dl.sourceforge.net/sourceforge/lame/lame-%{V_real}.tar.gz @@ -79,15 +79,14 @@ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ + --with-fileio=lame \ --disable-dependency-tracking \ - --with-fileio=lame + --disable-shared %{l_make} %{l_mflags} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" - rm -rf $RPM_BUILD_ROOT%{l_prefix}/include - rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib rm -rf $RPM_BUILD_ROOT%{l_prefix}/share strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
