aboutsummaryrefslogtreecommitdiff
path: root/scummvm.spec
diff options
context:
space:
mode:
authorJeremy Newman2002-04-30 15:29:00 +0000
committerJeremy Newman2002-04-30 15:29:00 +0000
commit72d3de4621488d1cdf97300bc544512974a92772 (patch)
treee00d4546af6dca09779448c3d9ee17cd7d493243 /scummvm.spec
parent6c5723b5592c6c53de2fd597f50ce2c7e3e9c903 (diff)
downloadscummvm-rg350-72d3de4621488d1cdf97300bc544512974a92772.tar.gz
scummvm-rg350-72d3de4621488d1cdf97300bc544512974a92772.tar.bz2
scummvm-rg350-72d3de4621488d1cdf97300bc544512974a92772.zip
cleaned up, and fixed
svn-id: r4147
Diffstat (limited to 'scummvm.spec')
-rw-r--r--scummvm.spec70
1 files changed, 47 insertions, 23 deletions
diff --git a/scummvm.spec b/scummvm.spec
index d3cdfe458b..f0f1565eb0 100644
--- a/scummvm.spec
+++ b/scummvm.spec
@@ -1,17 +1,35 @@
-Name: scummvm
-Version: 0.2.0
-Release: 1cm
-Summary: SCUMM graphic adventure game interpreter
-Group: Interpreters
-License: GPL
-Source: %{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+#------------------------------------------------------------------------------
+# scummvm.spec
+# This SPEC file controls the building of custom ScummVM RPM
+# packages.
+#------------------------------------------------------------------------------
+#------------------------------------------------------------------------------
+# Prologue information
+#------------------------------------------------------------------------------
+Name : scummvm
+Version : 0.2.0
+Release : @RELEASE@
+Summary : SCUMM graphic adventure game interpreter
+Group : Interpreters
+License : GPL
+
+Url : http://scummvm.sourceforge.net
+
+Source : %{name}-%{version}.tar.gz
+BuildRoot : %{_tmppath}/%{name}-%{version}-root
+
+#------------------------------------------------------------------------------
+# Description
+#------------------------------------------------------------------------------
%description
ScummVM is an interpreter that will play graphic adventure games written for
LucasArts' SCUMM virtual machine. It uses the SDL library for outputting
graphics.
+#------------------------------------------------------------------------------
+# install scripts
+#------------------------------------------------------------------------------
%prep
%setup -q -n scummvm
@@ -25,25 +43,31 @@ install -m644 -D scummvm.6 %{buildroot}%{_mandir}/man6/scummvm.6
%clean
rm -Rf %{buildroot}
+#------------------------------------------------------------------------------
+# Files listing.
+#------------------------------------------------------------------------------
%files
%defattr(0644,root,root,0755)
-%doc readme.txt whatsnew.txt
+%doc readme.txt whatsnew.txt copying.txt scummvm.xpm
%attr(0755,root,root)%{_bindir}/scummvm
%{_mandir}/man6/scummvm.6*
+#------------------------------------------------------------------------------
+# Change Log
+#------------------------------------------------------------------------------
%changelog
-+ scummvm-0.2.0-1cm
-- core engine updates
-- add support for cd audio (Monkey Island/LoomCD)
-- add support for v3 games (Zak256/LoomCD/Indy3)
-- add support for v7 games (Full Throttle/Dig)
-- added more command line options
-- save game screen works in more games
-- auto-save feature
-- support for graphic filters
-- support for MAD (Mpeg Audio Decoding)
-+ scummvm-0.1.0
-- bug fix release
-+ scummvm-0.0.3
-- package creation
+* scummvm-0.2.0
+ - core engine updates
+ - add support for cd audio (Monkey Island/LoomCD)
+ - add support for v3 games (Zak256/LoomCD/Indy3)
+ - add support for v7 games (Full Throttle/Dig)
+ - added more command line options
+ - save game screen works in more games
+ - auto-save feature
+ - support for graphic filters
+ - support for MAD (Mpeg Audio Decoding)
+* scummvm-0.1.0
+ - bug fix release
+* scummvm-0.0.3
+ - package creation