]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- 0.4.0
authorwolf <wolf@pld-linux.org>
Tue, 13 May 2003 20:16:47 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm.spec -> 1.12

scummvm.spec

index 20baa6d88162cbb783cf2e7b480205c072ee10ad..142d71929f376408ca4c4b9dadd38c45b33328f6 100644 (file)
@@ -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
This page took 0.193995 seconds and 4 git commands to generate.