diff options
Diffstat (limited to 'dists/redhat/scummvm-tools.spec')
-rw-r--r-- | dists/redhat/scummvm-tools.spec | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec index 564fc17274..573c573027 100644 --- a/dists/redhat/scummvm-tools.spec +++ b/dists/redhat/scummvm-tools.spec @@ -7,7 +7,7 @@ # Prologue information #------------------------------------------------------------------------------ Name : scummvm-tools -Version : 0.12.0svn +Version : 0.14.0svn Release : 1 Summary : ScummVM-related tools Group : Interpreters @@ -34,15 +34,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 +echo -e " This script is installed as\n "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README %install install -m755 -d %{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,gob} %{buildroot}%{_bindir} +install -m755 -D compress_{agos,kyra,queen,saga,scumm_bun,scumm_san,scumm_sou,sword1,sword2,touche,tucker} %{buildroot}%{_bindir} +install -m755 -D de{cine,kyra,scumm,sword2,gob} %{buildroot}%{_bindir} install -m755 -D encode_dxa %{buildroot}%{_bindir}/encode_dxa -install -m755 -D extract_{agos,kyra,loom_tg16,mm_apple,mm_c64,mm_nes,scumm_mac,parallaction,zak_c64,gob_stk} %{buildroot}%{_bindir} -install -m755 -D tools_gui %{buildroot}%{_bindir}/scummvm_tools_gui +install -m755 -D extract_{agos,cine,kyra,loom_tg16,mm_apple,mm_c64,mm_nes,parallaction,scumm_mac,t7g_mac,zak_c64,gob_stk} %{buildroot}%{_bindir} install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample %clean @@ -57,7 +56,6 @@ 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(0755,root,root)%{_bindir}/scummvm_tools_gui %attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample #------------------------------------------------------------------------------ |