]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- cosmetics. scummvm-0_2_0-1
authorkloczek <kloczek@pld-linux.org>
Wed, 31 Jul 2002 12:47:05 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
TODO: add desktop file and png icon.

Changed files:
    scummvm.spec -> 1.4

scummvm.spec

index 5e44d87acf0eea7f12469b59700081177fdf1b4a..9f0526fd460dcced3d44c09e172004f34a99ef3f 100644 (file)
@@ -1,3 +1,7 @@
+#
+# TODO:
+# - add desktop file and png icon.
+#
 Summary:       SCUMM graphic adventure game interpreter
 Summary(pl):   Interpreter przygodówek opartych na SCUMM
 Name:          scummvm
@@ -7,7 +11,6 @@ License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://telia.dl.sourceforge.net/sourceforge/scummvm/%{name}_%{version}-src.tgz
 BuildRequires: SDL-devel >= 1.2.2
-Requires:      SDL >= 1.2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -46,8 +49,8 @@ obecnej jest to Simon The Sorcerer.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
+
 install scummvm $RPM_BUILD_ROOT%{_bindir}
 install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
@@ -56,6 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc readme.txt whatsnew.txt
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man6/*
-%doc readme.txt whatsnew.txt
This page took 0.085983 seconds and 4 git commands to generate.