]> git.pld-linux.org Git - packages/desmume.git/blame - desmume.spec
- updated gettext BR
[packages/desmume.git] / desmume.spec
CommitLineData
efb070b3 1Summary: Nintendo DS emulator
f390f899 2Summary(pl.UTF-8): Emulator Nintendo DS
efb070b3 3Name: desmume
0c850c91 4Version: 0.9.7
efb070b3 5Release: 1
6License: GPL v2+
f87f4b46 7Group: Applications/Emulators
1573a0ab 8Source0: http://downloads.sourceforge.net/desmume/%{name}-%{version}.tar.gz
0c850c91 9# Source0-md5: c33440e6a02c44248871ec2eec6a3760
f87f4b46 10Patch0: %{name}-desktop.patch
f024a0e5 11Patch1: %{name}-shadowing.patch
997a4d7e 12URL: http://desmume.org/
1573a0ab 13BuildRequires: OpenGL-GLU-devel
14BuildRequires: OpenGL-devel
efb070b3 15BuildRequires: SDL-devel
1573a0ab 16BuildRequires: agg-devel
0c850c91 17BuildRequires: autoconf
18BuildRequires: automake
349b7023 19BuildRequires: gettext-tools
dd8b044b 20BuildRequires: gtk+2-devel >= 1:2.0
f87f4b46 21BuildRequires: gtkglext-devel
1269e36a 22BuildRequires: intltool
dd8b044b
JB
23BuildRequires: libglade2-devel >= 2.0
24BuildRequires: pkgconfig
d125be38 25BuildRequires: rpmbuild(macros) >= 1.197
dd8b044b 26BuildRequires: zlib-devel
3f548d45 27BuildRequires: zziplib-devel >= 0.13.49
efb070b3 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31DeSmuME is a Nintendo DS emulator running demos and commercial games.
32
33%description -l pl.UTF-8
34DeSmuME jest emulatorem Nintendo DS, który uruchamia również wersje
35demonstracyjne i gry komercyjne.
36
37%prep
38%setup -q
f87f4b46 39%patch0 -p1
f024a0e5 40%patch1 -p1
efb070b3 41
42%build
0c850c91 43%{__aclocal}
44%{__autoconf}
45%{__automake}
efb070b3 46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
0c850c91 55%find_lang %{name} --all-name
87fa2783 56
efb070b3 57%clean
58rm -rf $RPM_BUILD_ROOT
59
0c850c91 60%files -f %{name}.lang
efb070b3 61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog README
0c850c91 63%attr(755,root,root) %{_bindir}/desmume
64%attr(755,root,root) %{_bindir}/desmume-cli
65%attr(755,root,root) %{_bindir}/desmume-glade
f87f4b46 66%{_desktopdir}/%{name}.desktop
0c850c91 67%{_desktopdir}/%{name}-glade.desktop
3f548d45 68%{_mandir}/man1/desmume*.1*
f87f4b46 69%{_pixmapsdir}/DeSmuME.xpm
This page took 0.087282 seconds and 4 git commands to generate.