diff options
author | Willem Jan Palenstijn | 2007-06-15 18:41:05 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2007-06-15 18:41:05 +0000 |
commit | 08fe332154592eaa44c3fc4ada6b745e4ff68339 (patch) | |
tree | f92fea336517409ac2f1bb1518226a5dee30faa8 /dists | |
parent | 5e587fde8e72a85646a31376925dd4bd08b3ca27 (diff) | |
download | scummvm-rg350-08fe332154592eaa44c3fc4ada6b745e4ff68339.tar.gz scummvm-rg350-08fe332154592eaa44c3fc4ada6b745e4ff68339.tar.bz2 scummvm-rg350-08fe332154592eaa44c3fc4ada6b745e4ff68339.zip |
add game data files to rpm package
svn-id: r27430
Diffstat (limited to 'dists')
-rw-r--r-- | dists/redhat/scummvm.spec | 11 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 89804c1774..b17243f3c4 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -18,6 +18,9 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 Source2 : mpeg2dec-0.4.1.tar.bz2 +Source3 : kyra.dat +Source4 : queen.tbl +Source5 : sky.cpt BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -60,6 +63,10 @@ install -m644 -D dists/scummvm.6 %{buildroot}%{_mandir}/man6/scummvm.6 install -m644 -D icons/scummvm.xpm %{buildroot}%{_datadir}/pixmaps/scummvm.xpm install -m644 -D gui/themes/modern.ini %{buildroot}%{_datadir}/scummvm/modern.ini install -m644 -D gui/themes/modern.zip %{buildroot}%{_datadir}/scummvm/modern.zip +install -m644 -D dists/pred.dic %{buildroot}%{_datadir}/scummvm/pred.dic +install -m644 -D %{_sourcedir}/kyra.dat %{buildroot}%{_datadir}/scummvm/kyra.dat +install -m644 -D %{_sourcedir}/queen.tbl %{buildroot}%{_datadir}/scummvm/queen.tbl +install -m644 -D %{_sourcedir}/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.cpt desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop %clean @@ -75,6 +82,10 @@ rm -Rf ${RPM_BUILD_ROOT} %{_datadir}/applications/* %{_datadir}/pixmaps/scummvm.xpm %{_datadir}/scummvm/modern.* +%{_datadir}/scummvm/pred.dic +%{_datadir}/scummvm/kyra.dat +%{_datadir}/scummvm/queen.tbl +%{_datadir}/scummvm/sky.cpt %{_mandir}/man6/scummvm.6* #------------------------------------------------------------------------------ diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 65ba143219..77e4636baa 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -18,6 +18,9 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 Source2 : mpeg2dec-0.4.1.tar.bz2 +Source3 : kyra.dat +Source4 : queen.tbl +Source5 : sky.cpt BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -60,6 +63,10 @@ install -m644 -D dists/scummvm.6 %{buildroot}%{_mandir}/man6/scummvm.6 install -m644 -D icons/scummvm.xpm %{buildroot}%{_datadir}/pixmaps/scummvm.xpm install -m644 -D gui/themes/modern.ini %{buildroot}%{_datadir}/scummvm/modern.ini install -m644 -D gui/themes/modern.zip %{buildroot}%{_datadir}/scummvm/modern.zip +install -m644 -D dists/pred.dic %{buildroot}%{_datadir}/scummvm/pred.dic +install -m644 -D %{_sourcedir}/kyra.dat %{buildroot}%{_datadir}/scummvm/kyra.dat +install -m644 -D %{_sourcedir}/queen.tbl %{buildroot}%{_datadir}/scummvm/queen.tbl +install -m644 -D %{_sourcedir}/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.cpt desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop %clean @@ -75,6 +82,10 @@ rm -Rf ${RPM_BUILD_ROOT} %{_datadir}/applications/* %{_datadir}/pixmaps/scummvm.xpm %{_datadir}/scummvm/modern.* +%{_datadir}/scummvm/pred.dic +%{_datadir}/scummvm/kyra.dat +%{_datadir}/scummvm/queen.tbl +%{_datadir}/scummvm/sky.cpt %{_mandir}/man6/scummvm.6* #------------------------------------------------------------------------------ |