[Scummvm-cvs-logs] SF.net SVN: scummvm:[48454] scummvm/trunk/dists/redhat

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Apr 1 10:31:19 CEST 2010


Revision: 48454
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48454&view=rev
Author:   fingolfin
Date:     2010-04-01 08:31:19 +0000 (Thu, 01 Apr 2010)

Log Message:
-----------
Add dists/redhat/scummvm-tools.spec.in, and add it to tools/update-version.pl

This is not quite perfect because in principle the ScummVM Tools version
might differ from the ScummVM version. But this way we are at least
reminded during a release that we may have to adjust this.

A potentially better approach would be to move scummvm-tools.spec to the tools
SVN module, and adding a similar update-version.pl script there.

Modified Paths:
--------------
    scummvm/trunk/dists/redhat/scummvm-tools.spec

Added Paths:
-----------
    scummvm/trunk/dists/redhat/scummvm-tools.spec.in

Property Changed:
----------------
    scummvm/trunk/dists/redhat/scummvm-tools.spec
    scummvm/trunk/dists/redhat/scummvm.spec

Modified: scummvm/trunk/dists/redhat/scummvm-tools.spec
===================================================================
--- scummvm/trunk/dists/redhat/scummvm-tools.spec	2010-04-01 00:04:19 UTC (rev 48453)
+++ scummvm/trunk/dists/redhat/scummvm-tools.spec	2010-04-01 08:31:19 UTC (rev 48454)
@@ -7,7 +7,7 @@
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm-tools
-Version		: 1.0.0rc1
+Version		: 1.2.0svn
 Release		: 1
 Summary		: ScummVM-related tools
 Group		: Interpreters


Property changes on: scummvm/trunk/dists/redhat/scummvm-tools.spec
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Copied: scummvm/trunk/dists/redhat/scummvm-tools.spec.in (from rev 48434, scummvm/trunk/dists/redhat/scummvm-tools.spec)
===================================================================
--- scummvm/trunk/dists/redhat/scummvm-tools.spec.in	                        (rev 0)
+++ scummvm/trunk/dists/redhat/scummvm-tools.spec.in	2010-04-01 08:31:19 UTC (rev 48454)
@@ -0,0 +1,66 @@
+#------------------------------------------------------------------------------
+#   scummvm-tools.spec
+#       This SPEC file controls the building of ScummVM Tools RPM packages.
+#------------------------------------------------------------------------------
+
+#------------------------------------------------------------------------------
+#   Prologue information
+#------------------------------------------------------------------------------
+Name		: scummvm-tools
+Version		: @VERSION@
+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
+BuildRequires	: wxGTK-devel
+#------------------------------------------------------------------------------
+#   Description
+#------------------------------------------------------------------------------
+%description
+Tools for compressing ScummVM datafiles and other related tools.
+
+#------------------------------------------------------------------------------
+#   install scripts
+#------------------------------------------------------------------------------
+%prep
+%setup -q -n scummvm-tools-%{version}
+
+%build
+make
+echo -e "                This script is installed as\n                "%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README
+
+%install
+install -m755 -d %{buildroot}%{_bindir}
+install -m755 -D compress_{agos,gob,kyra,queen,saga,scumm_bun,scumm_san,scumm_sou,sword1,sword2,tinsel,touche,tucker} %{buildroot}%{_bindir}
+install -m755 -D de{cine,gob,kyra,scumm,sword2} %{buildroot}%{_bindir}
+install -m755 -D encode_dxa %{buildroot}%{_bindir}/encode_dxa
+install -m755 -D extract_{agos,cine,gob_stk,kyra,loom_tg16,mm_apple,mm_c64,mm_nes,parallaction,scumm_mac,t7g_mac,zak_c64} %{buildroot}%{_bindir}
+install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample
+
+%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_*
+%attr(0755,root,root)%{_bindir}/encode_dxa
+%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample
+
+#------------------------------------------------------------------------------
+#   Change Log
+#------------------------------------------------------------------------------
+%changelog
+* Sat Mar 26 2005 (0.7.1)
+  - first tools package


Property changes on: scummvm/trunk/dists/redhat/scummvm-tools.spec.in
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: scummvm/trunk/dists/redhat/scummvm.spec
___________________________________________________________________
Added: svn:mime-type
   + text/plain


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list