]> git.pld-linux.org Git - packages/desmume.git/commitdiff
- up to 0.9.4
authorlisu <lisu@pld-linux.org>
Mon, 13 Jul 2009 13:13:52 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- shadowing.patch added
- temporary disable %%find_lang macro (doesn't build wit it)

Changed files:
    desmume.spec -> 1.12

desmume.spec

index a87ea4c2ad6cb4c2bfc7c25b97704b25a7fe7b34..b9b5e64ee11b60b83f12f21c55ea1fad4fe81114 100644 (file)
@@ -1,13 +1,17 @@
+#
+# 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
@@ -31,6 +35,7 @@ demonstracyjne i gry komercyjne.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
@@ -45,12 +50,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__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}/*
This page took 0.083048 seconds and 4 git commands to generate.