[Scummvm-cvs-logs] CVS: scummvm/dists/redhat scummvm-tools.spec,NONE,1.1 scummvm.spec,1.10,1.11

Eugene Sandulenko sev at users.sourceforge.net
Tue Oct 11 13:41:51 CEST 2005


Update of /cvsroot/scummvm/scummvm/dists/redhat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10308

Modified Files:
	scummvm.spec 
Added Files:
	scummvm-tools.spec 
Log Message:
Patch #1308891 "0.8.0 spec files for scummvm and scummvm-tools"


--- NEW FILE: scummvm-tools.spec ---
#------------------------------------------------------------------------------
#   scummvm-tools.spec
#       This SPEC file controls the building of ScummVM Tools RPM packages.
#------------------------------------------------------------------------------

#------------------------------------------------------------------------------
#   Prologue information
#------------------------------------------------------------------------------
Name		: scummvm-tools
Version		: 0.8.0
Release		: 1
Summary		: ScummVM-related tools
Group		: Interpreters
License		: GPL

Url             : http://www.scummvm.org

Source		: %{name}-%{version}.tar.bz2
BuildRoot	: %{_tmppath}/%{name}-%{version}-root

BuildRequires	: zlib-devel
#------------------------------------------------------------------------------
#   Description
#------------------------------------------------------------------------------
%description
Tools for compressing ScummVM datafiles and other related tools.

#------------------------------------------------------------------------------
#   install scripts
#------------------------------------------------------------------------------
%prep
%setup -q -n scummvm-tools-%{version}

%build
make

%install
install -m755 -D compress_queen %{buildroot}%{_bindir}/compress_queen
install -m755 -D compress_{saga,san,scumm_sou,simon,sword1,sword2} %{buildroot}%{_bindir}
install -m755 -D de{kyra,scumm,sword2} %{buildroot}%{_bindir}
install -m755 -D extract_{kyra,loom_tg16,mm_nes,scumm_mac,simon1_amiga} %{buildroot}%{_bindir}

%clean
rm -Rf ${RPM_BUILD_ROOT}

#------------------------------------------------------------------------------
#   Files listing.  
#------------------------------------------------------------------------------
%files
%doc README COPYING
%attr(0755,root,root)%{_bindir}/compress_*
%attr(0755,root,root)%{_bindir}/de*
%attr(0755,root,root)%{_bindir}/extract_*

#------------------------------------------------------------------------------
#   Change Log
#------------------------------------------------------------------------------
%changelog
* Sat Mar 26 2005 (0.7.1)
  - first tools package

Index: scummvm.spec
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/redhat/scummvm.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scummvm.spec	20 Dec 2004 22:06:03 -0000	1.10
+++ scummvm.spec	11 Oct 2005 20:41:10 -0000	1.11
@@ -1,14 +1,13 @@
 #------------------------------------------------------------------------------
 #   scummvm.spec
-#       This SPEC file controls the building of custom ScummVM RPM 
-#       packages.
+#       This SPEC file controls the building of ScummVM RPM packages.
 #------------------------------------------------------------------------------
 
 #------------------------------------------------------------------------------
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm
-Version		: 0.7.0
+Version		: 0.8.0
 Release		: 1
 Summary		: Graphic adventure game interpreter
 Group		: Interpreters
@@ -25,6 +24,8 @@
 BuildRequires: libogg-devel
 BuildRequires: libvorbis-devel
 BuildRequires: flac-devel
+BuildRequires: zlib-devel
+BuildRequires: nasm
 BuildRequires: SDL-devel >= 1.2.2
 
 #------------------------------------------------------------------------------





More information about the Scummvm-git-logs mailing list