[Scummvm-cvs-logs] SF.net SVN: scummvm:[48510] scummvm/trunk/dists/redhat

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Apr 4 13:53:19 CEST 2010


Revision: 48510
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48510&view=rev
Author:   wjpalenstijn
Date:     2010-04-04 11:53:19 +0000 (Sun, 04 Apr 2010)

Log Message:
-----------
Change path back from tools-VERSION to scummvm-tools-VERSION due to tools rerelease

Modified Paths:
--------------
    scummvm/trunk/dists/redhat/scummvm-tools.spec
    scummvm/trunk/dists/redhat/scummvm-tools.spec.in

Modified: scummvm/trunk/dists/redhat/scummvm-tools.spec
===================================================================
--- scummvm/trunk/dists/redhat/scummvm-tools.spec	2010-04-04 11:51:32 UTC (rev 48509)
+++ scummvm/trunk/dists/redhat/scummvm-tools.spec	2010-04-04 11:53:19 UTC (rev 48510)
@@ -31,7 +31,7 @@
 #   install scripts
 #------------------------------------------------------------------------------
 %prep
-%setup -q -a 1 -n tools-%{version}
+%setup -q -a 1 -n scummvm-tools-%{version}
 
 %build
 (cd libmad-0.15.1b; grep -v 'force-\(mem\|addr\)' configure > configure.new; mv -f configure.new configure; chmod 700 configure; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)

Modified: scummvm/trunk/dists/redhat/scummvm-tools.spec.in
===================================================================
--- scummvm/trunk/dists/redhat/scummvm-tools.spec.in	2010-04-04 11:51:32 UTC (rev 48509)
+++ scummvm/trunk/dists/redhat/scummvm-tools.spec.in	2010-04-04 11:53:19 UTC (rev 48510)
@@ -31,7 +31,7 @@
 #   install scripts
 #------------------------------------------------------------------------------
 %prep
-%setup -q -a 1 -n tools-%{version}
+%setup -q -a 1 -n scummvm-tools-%{version}
 
 %build
 (cd libmad-0.15.1b; grep -v 'force-\(mem\|addr\)' configure > configure.new; mv -f configure.new configure; chmod 700 configure; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; 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