[Scummvm-cvs-logs] SF.net SVN: scummvm: [23969] scummvm/branches/branch-0-9-0/dists/redhat/ scummvm.spec.in

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Sep 21 21:27:29 CEST 2006


Revision: 23969
          http://svn.sourceforge.net/scummvm/?rev=23969&view=rev
Author:   wjpalenstijn
Date:     2006-09-21 12:27:25 -0700 (Thu, 21 Sep 2006)

Log Message:
-----------
sync scummvm.spec.in

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec.in

Modified: scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec.in
===================================================================
--- scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec.in	2006-09-21 19:26:53 UTC (rev 23968)
+++ scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec.in	2006-09-21 19:27:25 UTC (rev 23969)
@@ -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