packages: desmume/desmume.spec - up to 0.9.7 - auto tools work again - add ...
lisu
lisu at pld-linux.org
Thu Feb 3 12:21:49 CET 2011
Author: lisu Date: Thu Feb 3 11:21:49 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.9.7
- auto tools work again
- add desktop for glade application
- more verbose files
---- Files affected:
packages/desmume:
desmume.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: packages/desmume/desmume.spec
diff -u packages/desmume/desmume.spec:1.14 packages/desmume/desmume.spec:1.15
--- packages/desmume/desmume.spec:1.14 Thu May 20 15:36:34 2010
+++ packages/desmume/desmume.spec Thu Feb 3 12:21:44 2011
@@ -1,16 +1,13 @@
# $Revision$, $Date$
-#
-# TODO: fix build with autotools (problem with intltool >= 0.40.4)
-#
Summary: Nintendo DS emulator
Summary(pl.UTF-8): Emulator Nintendo DS
Name: desmume
-Version: 0.9.6
+Version: 0.9.7
Release: 1
License: GPL v2+
Group: Applications/Emulators
Source0: http://downloads.sourceforge.net/desmume/%{name}-%{version}.tar.gz
-# Source0-md5: 982aef3a696c6a81decd2ee35bf7899a
+# Source0-md5: c33440e6a02c44248871ec2eec6a3760
Patch0: %{name}-desktop.patch
Patch1: %{name}-shadowing.patch
URL: http://desmume.org/
@@ -18,8 +15,8 @@
BuildRequires: OpenGL-devel
BuildRequires: SDL-devel
BuildRequires: agg-devel
-#BuildRequires: autoconf
-#BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gtk+2-devel >= 1:2.0
BuildRequires: gtkglext-devel
BuildRequires: libglade2-devel >= 2.0
@@ -42,9 +39,9 @@
%patch1 -p1
%build
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__automake}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -54,17 +51,19 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-#%%find_lang %{name} --all-name
+%find_lang %{name} --all-name
%clean
rm -rf $RPM_BUILD_ROOT
-#%%files -f %{name}.lang
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/desmume
+%attr(755,root,root) %{_bindir}/desmume-cli
+%attr(755,root,root) %{_bindir}/desmume-glade
%{_desktopdir}/%{name}.desktop
+%{_desktopdir}/%{name}-glade.desktop
%{_mandir}/man1/desmume*.1*
%{_pixmapsdir}/DeSmuME.xpm
@@ -74,6 +73,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2011/02/03 11:21:44 lisu
+- up to 0.9.7
+- auto tools work again
+- add desktop for glade application
+- more verbose files
+
Revision 1.14 2010/05/20 13:36:34 lisu
- up to 0.9.6
- disable autotools (TODO)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/desmume/desmume.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list