From: wolf Date: Tue, 13 May 2003 20:16:47 +0000 (+0000) Subject: - 0.4.0 X-Git-Tag: auto/ac/scummvm-0_5_1-1~8 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=ab16910aef8c837976b62ffe0ceabaf1c3e89265;hp=6265b642327085c00551ae34bf03f4715339ebd9;p=packages%2Fscummvm.git - 0.4.0 Changed files: scummvm.spec -> 1.12 --- diff --git a/scummvm.spec b/scummvm.spec index 20baa6d..142d719 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -1,12 +1,12 @@ Summary: SCUMM graphic adventure game interpreter Summary(pl): Interpreter przygodówek opartych na SCUMM Name: scummvm -Version: 0.3.0b +Version: 0.4.0 Release: 1 License: GPL Group: X11/Applications/Games -Source0: http://telia.dl.sourceforge.net/sourceforge/scummvm/%{name}_%{version}-src.tar.bz2 -Source1: %{name}_tools_%{version}-src.tar.bz2 +Source0: http://dl.sf.net/scummvm/%{name}-%{version}.tar.bz2 +Source1: http://dl.sf.net/scummvm/%{name}-tools-%{version}.tar.bz2 Source2: %{name}.desktop Source3: %{name}.png Patch0: %{name}-makefile.patch @@ -15,7 +15,6 @@ BuildRequires: mad-devel BuildRequires: SDL-devel >= 1.2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description ScummVM is an implementation of the SCUMM (Script Creation Utility for Maniac Mansion) engine used in various Lucas Arts games such as Monkey @@ -50,7 +49,7 @@ SCUMM tools. Narzêdzia zwi±zane ze SCUMM. %prep -%setup -q -a 1 -n %{name}-0.3.0 +%setup -q -a 1 %patch0 -p1 %build @@ -59,7 +58,7 @@ Narz CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" -cd tools +cd %{name}-tools-%{version} %{__make} \ CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ @@ -72,8 +71,10 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_applnkdi install scummvm $RPM_BUILD_ROOT%{_bindir} install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6 -install tools/{descumm{3,5,6},rescumm,simon2mp3} $RPM_BUILD_ROOT%{_bindir} -install tools/extract $RPM_BUILD_ROOT%{_bindir}/extract-scummvm +cd %{name}-tools-%{version} +install {descumm{,6},rescumm,simon2mp3} $RPM_BUILD_ROOT%{_bindir} +install extract $RPM_BUILD_ROOT%{_bindir}/extract-scummvm +cd - install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Games install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir} @@ -91,8 +92,6 @@ rm -rf $RPM_BUILD_ROOT %files tools %defattr(644,root,root,755) -%doc tools/README -%attr(755,root,root) %{_bindir}/descumm* -%attr(755,root,root) %{_bindir}/extract-scummvm -%attr(755,root,root) %{_bindir}/rescumm -%attr(755,root,root) %{_bindir}/simon2mp3 +%doc %{name}-tools-%{version}/README +%attr(755,root,root) %{_bindir}/* +%exclude %{_bindir}/scummvm