From d2bc07cfdf016346055ab60ec1524a31f13dbc22 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 9 Jun 2007 22:05:45 +0000 Subject: sync .spec on trunk with 0.10.0 branch svn-id: r27262 --- dists/redhat/scummvm-tools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dists/redhat') 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 -- cgit v1.2.3