[Scummvm-cvs-logs] SF.net SVN: scummvm: [23967] scummvm/branches/branch-0-9-0/dists/redhat
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Thu Sep 21 21:22:24 CEST 2006
Revision: 23967
http://svn.sourceforge.net/scummvm/?rev=23967&view=rev
Author: wjpalenstijn
Date: 2006-09-21 12:22:20 -0700 (Thu, 21 Sep 2006)
Log Message:
-----------
update .spec for themes and 0.9.1
Modified Paths:
--------------
scummvm/branches/branch-0-9-0/dists/redhat/README
scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec
Modified: scummvm/branches/branch-0-9-0/dists/redhat/README
===================================================================
--- scummvm/branches/branch-0-9-0/dists/redhat/README 2006-09-21 17:49:42 UTC (rev 23966)
+++ scummvm/branches/branch-0-9-0/dists/redhat/README 2006-09-21 19:22:20 UTC (rev 23967)
@@ -3,7 +3,7 @@
Note: the following assumes that the RPM topdir is /usr/src/redhat .
If you have set a different topdir in /usr/lib/rpm/macros or ~/.rpmmacros,
-replace it with the correct topdir where necessary.
+adapt the below instructions where necessary.
1) Collect sources:
Modified: scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec
===================================================================
--- scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec 2006-09-21 17:49:42 UTC (rev 23966)
+++ scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec 2006-09-21 19:22:20 UTC (rev 23967)
@@ -7,7 +7,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm
-Version : 0.9.0
+Version : 0.9.1
Release : 1
Summary : Graphic adventure game interpreter
Group : Interpreters
@@ -50,13 +50,15 @@
%build
(cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
(cd mpeg2dec-0.4.0; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp
+./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix}
make
%install
install -m755 -D scummvm %{buildroot}%{_bindir}/scummvm
install -m644 -D dists/scummvm.6 %{buildroot}%{_mandir}/man6/scummvm.6
install -m644 -D icons/scummvm.xpm %{buildroot}%{_datadir}/pixmaps/scummvm.xpm
+install -m644 -D gui/themes/modern.ini %{buildroot}%{_datadir}/scummvm/modern.ini
+install -m644 -D gui/themes/modern.zip %{buildroot}%{_datadir}/scummvm/modern.zip
desktop-file-install --vendor scummvm --dir=%{buildroot}/%{_datadir}/applications dists/scummvm.desktop
%clean
@@ -71,12 +73,15 @@
%attr(0755,root,root)%{_bindir}/scummvm
%{_datadir}/applications/*
%{_datadir}/pixmaps/scummvm.xpm
+%{_datadir}/scummvm/modern.*
%{_mandir}/man6/scummvm.6*
#------------------------------------------------------------------------------
# Change Log
#------------------------------------------------------------------------------
%changelog
+* Thu Sep 21 2006 (0.9.1)
+ - include modern theme
* Mon Dec 20 2004 (0.7.0)
- added AUTHORS file
* Thu Jul 15 2004 (0.6.0-2)
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