[Scummvm-cvs-logs] SF.net SVN: scummvm:[53075] scummvm/branches/branch-1-2-0/dists/redhat

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri Oct 8 19:40:13 CEST 2010


Revision: 53075
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53075&view=rev
Author:   wjpalenstijn
Date:     2010-10-08 17:40:13 +0000 (Fri, 08 Oct 2010)

Log Message:
-----------
DISTS/REDHAT: Don't package dxa script in tools

The script is broken and no longer necessary with SMK support.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec
    scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec.in

Modified: scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec
===================================================================
--- scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec	2010-10-08 16:31:08 UTC (rev 53074)
+++ scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec	2010-10-08 17:40:13 UTC (rev 53075)
@@ -37,7 +37,6 @@
 (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)
 ./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp
 make
-echo -e "                This script is installed as\n                "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README
 
 %install
 install -m755 -d %{buildroot}%{_bindir}
@@ -45,7 +44,6 @@
 install -m755 -D scummvm-tools{,-cli} %{buildroot}%{_bindir}
 install -m755 -D de{cine,gob,kyra,riven,scumm,sword2} %{buildroot}%{_bindir}
 install -m755 -D {construct,extract}_mohawk %{buildroot}%{_bindir}
-install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample
 
 %clean
 rm -Rf ${RPM_BUILD_ROOT}
@@ -60,7 +58,6 @@
 %attr(0755,root,root)%{_bindir}/de*
 %attr(0755,root,root)%{_bindir}/extract_*
 %attr(0755,root,root)%{_bindir}/construct_*
-%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample
 
 #------------------------------------------------------------------------------
 #   Change Log

Modified: scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec.in
===================================================================
--- scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec.in	2010-10-08 16:31:08 UTC (rev 53074)
+++ scummvm/branches/branch-1-2-0/dists/redhat/scummvm-tools.spec.in	2010-10-08 17:40:13 UTC (rev 53075)
@@ -37,7 +37,6 @@
 (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)
 ./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp
 make
-echo -e "                This script is installed as\n                "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README
 
 %install
 install -m755 -d %{buildroot}%{_bindir}
@@ -45,7 +44,6 @@
 install -m755 -D scummvm-tools{,-cli} %{buildroot}%{_bindir}
 install -m755 -D de{cine,gob,kyra,riven,scumm,sword2} %{buildroot}%{_bindir}
 install -m755 -D {construct,extract}_mohawk %{buildroot}%{_bindir}
-install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample
 
 %clean
 rm -Rf ${RPM_BUILD_ROOT}
@@ -60,7 +58,6 @@
 %attr(0755,root,root)%{_bindir}/de*
 %attr(0755,root,root)%{_bindir}/extract_*
 %attr(0755,root,root)%{_bindir}/construct_*
-%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample
 
 #------------------------------------------------------------------------------
 #   Change Log


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