aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2006-09-21 19:26:53 +0000
committerWillem Jan Palenstijn2006-09-21 19:26:53 +0000
commita857bdeca3f1338fdfbb7e656550794d3767b387 (patch)
tree39f1489e123e4af9dbff03ab7cb831a31dc7b052
parent0e244c9510f83a37c144a6aa57803805601c2118 (diff)
downloadscummvm-rg350-a857bdeca3f1338fdfbb7e656550794d3767b387.tar.gz
scummvm-rg350-a857bdeca3f1338fdfbb7e656550794d3767b387.tar.bz2
scummvm-rg350-a857bdeca3f1338fdfbb7e656550794d3767b387.zip
update .spec for themes
svn-id: r23968
-rw-r--r--dists/redhat/README2
-rw-r--r--dists/redhat/scummvm.spec7
-rw-r--r--dists/redhat/scummvm.spec.in7
3 files changed, 13 insertions, 3 deletions
diff --git a/dists/redhat/README b/dists/redhat/README
index a8f5bdb2af..4e6efa74c1 100644
--- a/dists/redhat/README
+++ b/dists/redhat/README
@@ -3,7 +3,7 @@ How to build an RPM:
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:
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index 7c1bfd6cfc..44904c68d9 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -50,13 +50,15 @@ mkdir tmp
%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 @@ rm -Rf ${RPM_BUILD_ROOT}
%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)
diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in
index 3e9f764872..0745e699bc 100644
--- a/dists/redhat/scummvm.spec.in
+++ b/dists/redhat/scummvm.spec.in
@@ -50,13 +50,15 @@ mkdir tmp
%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 @@ rm -Rf ${RPM_BUILD_ROOT}
%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)