Author: lisu Date: Mon Jul 13 13:13:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.9.4 - shadowing.patch added - temporary disable %%find_lang macro (doesn't build wit it)
---- Files affected: packages/desmume: desmume.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/desmume/desmume.spec diff -u packages/desmume/desmume.spec:1.11 packages/desmume/desmume.spec:1.12 --- packages/desmume/desmume.spec:1.11 Wed Apr 15 10:13:10 2009 +++ packages/desmume/desmume.spec Mon Jul 13 15:13:52 2009 @@ -1,14 +1,18 @@ # $Revision$, $Date$ +# +# TODO: fix build with %%find_lang macro +# Summary: Nintendo DS emulator Summary(pl.UTF-8): Emulator Nintendo DS Name: desmume -Version: 0.9.2 +Version: 0.9.4 Release: 1 License: GPL v2+ Group: Applications/Emulators Source0: http://dl.sourceforge.net/desmume/%{name}-%{version}.tar.gz -# Source0-md5: 51482de785dce04590532b946321196d +# Source0-md5: 0e877fe4b99d99502173efa6efae05b1 Patch0: %{name}-desktop.patch +Patch1: %{name}-shadowing.patch URL: http://desmume.org/ BuildRequires: SDL-devel BuildRequires: autoconf @@ -32,6 +36,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -46,12 +51,13 @@ %{__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 -f %{name}.lang +%files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/* @@ -65,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2009/07/13 13:13:52 lisu +- up to 0.9.4 +- shadowing.patch added +- temporary disable %%find_lang macro (doesn't build wit it) + Revision 1.11 2009/04/15 08:13:10 lisu - 0.9.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/desmume/desmume.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
