aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2007-06-09 22:05:45 +0000
committerWillem Jan Palenstijn2007-06-09 22:05:45 +0000
commitd2bc07cfdf016346055ab60ec1524a31f13dbc22 (patch)
tree1ddf8a5018bbb58ea8ca6b328e519f2a3ee47901 /dists/redhat
parent62ca2f9d51543be39489977bc1f541f665e21156 (diff)
downloadscummvm-rg350-d2bc07cfdf016346055ab60ec1524a31f13dbc22.tar.gz
scummvm-rg350-d2bc07cfdf016346055ab60ec1524a31f13dbc22.tar.bz2
scummvm-rg350-d2bc07cfdf016346055ab60ec1524a31f13dbc22.zip
sync .spec on trunk with 0.10.0 branch
svn-id: r27262
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/scummvm-tools.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec
index e415bac63f..dc09987061 100644
--- a/dists/redhat/scummvm-tools.spec
+++ b/dists/redhat/scummvm-tools.spec
@@ -7,7 +7,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm-tools
-Version : 0.10.0svn
+Version : 0.11.0svn
Release : 1
Summary : ScummVM-related tools
Group : Interpreters
@@ -33,12 +33,14 @@ Tools for compressing ScummVM datafiles and other related tools.
%build
make
+echo -e "\t\tThis script is installed as\n\t\t"%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README
%install
install -m755 -D encode_dxa %{buildroot}%{_bindir}/encode_dxa
-install -m755 -D compress_{queen,saga,scumm_san,scumm_sou,scumm_bun,simon,sword1,sword2,kyra} %{buildroot}%{_bindir}
+install -m755 -D compress_{agos,kyra,queen,saga,scumm_bun,scumm_san,scumm_sou,sword1,sword2,touche} %{buildroot}%{_bindir}
install -m755 -D de{kyra,scumm,sword2} %{buildroot}%{_bindir}
-install -m755 -D extract_{kyra,loom_tg16,mm_nes,mm_c64,zak_c64,scumm_mac,simon1_amiga} %{buildroot}%{_bindir}
+install -m755 -D extract_{agos,kyra,loom_tg16,mm_apple,mm_c64,mm_nes,scumm_mac,zak_c64} %{buildroot}%{_bindir}
+install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample
%clean
rm -Rf ${RPM_BUILD_ROOT}
@@ -52,6 +54,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%attr(0755,root,root)%{_bindir}/de*
%attr(0755,root,root)%{_bindir}/extract_*
%attr(0755,root,root)%{_bindir}/encode_dxa
+%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample
#------------------------------------------------------------------------------
# Change Log