[Scummvm-cvs-logs] SF.net SVN: scummvm: [27221] scummvm/branches/branch-0-10-0/dists/redhat

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Jun 9 00:26:09 CEST 2007


Revision: 27221
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27221&view=rev
Author:   wjpalenstijn
Date:     2007-06-08 15:26:09 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
pass --enable-release to configure when building .rpm

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec
    scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in

Modified: scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec
===================================================================
--- scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec	2007-06-08 22:19:06 UTC (rev 27220)
+++ scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec	2007-06-08 22:26:09 UTC (rev 27221)
@@ -51,7 +51,7 @@
 %build
 (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
 (cd mpeg2dec-0.4.1; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix}
+./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
 make
 
 %install

Modified: scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in
===================================================================
--- scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in	2007-06-08 22:19:06 UTC (rev 27220)
+++ scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in	2007-06-08 22:26:09 UTC (rev 27221)
@@ -51,7 +51,7 @@
 %build
 (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
 (cd mpeg2dec-0.4.1; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix}
+./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
 make
 
 %install


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list