[Scummvm-cvs-logs] CVS: scummvm scummvm.spec,1.2,1.3

Jeremy Newman laxdragon at users.sourceforge.net
Tue Apr 30 08:30:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv20497

Modified Files:
	scummvm.spec 
Log Message:
cleaned up, and fixed


Index: scummvm.spec
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** scummvm.spec	9 Apr 2002 15:39:22 -0000	1.2
--- scummvm.spec	30 Apr 2002 15:29:00 -0000	1.3
***************
*** 1,11 ****
! 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
  
  %description
  ScummVM is an interpreter that will play graphic adventure games written for
--- 1,26 ----
! #------------------------------------------------------------------------------
! #   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
***************
*** 13,16 ****
--- 28,34 ----
  graphics.
  
+ #------------------------------------------------------------------------------
+ #   install scripts
+ #------------------------------------------------------------------------------
  %prep
  %setup -q -n scummvm
***************
*** 26,49 ****
  rm -Rf %{buildroot}
  
  %files
  %defattr(0644,root,root,0755)
! %doc readme.txt whatsnew.txt
  %attr(0755,root,root)%{_bindir}/scummvm
  %{_mandir}/man6/scummvm.6*
  
  %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
  
--- 44,73 ----
  rm -Rf %{buildroot}
  
+ #------------------------------------------------------------------------------
+ #   Files listing.  
+ #------------------------------------------------------------------------------
  %files
  %defattr(0644,root,root,0755)
! %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
!     - 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
  





More information about the Scummvm-git-logs mailing list