aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat/scummvm-tools.spec
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-10-08 17:41:09 +0000
committerWillem Jan Palenstijn2010-10-08 17:41:09 +0000
commit47eb6ec1677b404882b2201ebaee1e6a19b485fc (patch)
treed4de78410b5b8a0bd7e467e9d65f6f2bae4962c0 /dists/redhat/scummvm-tools.spec
parentb58bbd719cad79445f496828f1a49465481826ee (diff)
downloadscummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.tar.gz
scummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.tar.bz2
scummvm-rg350-47eb6ec1677b404882b2201ebaee1e6a19b485fc.zip
DISTS/REDHAT: Don't package dxa script in tools
The script is broken and no longer necessary with SMK support. svn-id: r53076
Diffstat (limited to 'dists/redhat/scummvm-tools.spec')
-rw-r--r--dists/redhat/scummvm-tools.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec
index 98d74196d9..2370468e28 100644
--- a/dists/redhat/scummvm-tools.spec
+++ b/dists/redhat/scummvm-tools.spec
@@ -37,7 +37,6 @@ Tools for compressing ScummVM datafiles and other related tools.
(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 create_sjisfnt %{buildroot}%{_bindir}
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 @@ rm -Rf ${RPM_BUILD_ROOT}
%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