diff options
author | Willem Jan Palenstijn | 2007-06-08 22:27:49 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2007-06-08 22:27:49 +0000 |
commit | e42343d4d3989e124643c1733e0f62d8e4f5c838 (patch) | |
tree | 110572b65a590a598a635842dba599c76492269f /dists/redhat | |
parent | 6c9e50c8a81315afe76246800962cdf4f15d5fb5 (diff) | |
download | scummvm-rg350-e42343d4d3989e124643c1733e0f62d8e4f5c838.tar.gz scummvm-rg350-e42343d4d3989e124643c1733e0f62d8e4f5c838.tar.bz2 scummvm-rg350-e42343d4d3989e124643c1733e0f62d8e4f5c838.zip |
sync .spec files on trunk with 0.10.0 branch
svn-id: r27222
Diffstat (limited to 'dists/redhat')
-rw-r--r-- | dists/redhat/scummvm.spec | 13 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index d01a634c50..65fd9c9955 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -17,7 +17,7 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 -Source2 : mpeg2dec-0.4.0b.tar.bz2 +Source2 : mpeg2dec-0.4.1.tar.bz2 BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -34,11 +34,12 @@ BuildRequires: SDL-devel >= 1.2.2 %description ScummVM is an interpreter that will play graphic adventure games written for LucasArts' SCUMM virtual machine (such as Day of the Tentacle and -Monkey Island), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, +Monkey Island), Sierra's AGI adventures (such as early King's Quest and +Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, Revolution Software's Beneath a Steel Sky and Broken Sword 1 and 2, Interactive Binary Illusions' Flight of the Amazon Queen, -Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth and Westwood's -Legend of Kyrandia. +Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's +Legend of Kyrandia, and various others. #------------------------------------------------------------------------------ # install scripts @@ -49,8 +50,8 @@ mkdir tmp %build (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -(cd mpeg2dec-0.4.0; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} +(cd mpeg2dec-0.4.1; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) +./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release make %install diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 0745e699bc..f94f1116c9 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -17,7 +17,7 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 -Source2 : mpeg2dec-0.4.0b.tar.bz2 +Source2 : mpeg2dec-0.4.1.tar.bz2 BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -34,11 +34,12 @@ BuildRequires: SDL-devel >= 1.2.2 %description ScummVM is an interpreter that will play graphic adventure games written for LucasArts' SCUMM virtual machine (such as Day of the Tentacle and -Monkey Island), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, +Monkey Island), Sierra's AGI adventures (such as early King's Quest and +Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, Revolution Software's Beneath a Steel Sky and Broken Sword 1 and 2, Interactive Binary Illusions' Flight of the Amazon Queen, -Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth and Westwood's -Legend of Kyrandia. +Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's +Legend of Kyrandia, and various others. #------------------------------------------------------------------------------ # install scripts @@ -49,8 +50,8 @@ mkdir tmp %build (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -(cd mpeg2dec-0.4.0; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} +(cd mpeg2dec-0.4.1; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) +./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release make %install |