]> git.pld-linux.org Git - packages/gbatnav.git/blame_incremental - gbatnav.spec
- fixes desktop files
[packages/gbatnav.git] / gbatnav.spec
... / ...
CommitLineData
1Summary: Batalla Naval is a networked multiplayer battleship game
2Summary(pl): Batalla Naval - sieciowa gra wojenna dla wielu graczy
3Name: gbatnav
4Version: 1.0.4
5Release: 2
6License: GPL
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9# Source0-md5: 9975f2d4d0c481fd97a910958007b42d
10Patch0: %{name}-DESTDIR.patch
11URL: http://batnav.sourceforge.net/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: bison
15BuildRequires: gettext-devel
16BuildRequires: gtk+-devel >= 1.2.0
17BuildRequires: gnome-libs-devel
18BuildRequires: libtool
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21
22%description
23Batalla Naval is a networked naval battleship game.
24
25%description -l pl
26Batalla Naval to sieciowa gra wojenna.
27
28%prep
29%setup -q
30%patch0 -p1
31
32%build
33rm -f missing
34%{__libtoolize}
35%{__gettextize}
36%{__aclocal} -I macros
37%{__autoconf}
38%{__automake}
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT \
47 Gamesdir=%{_applnkdir}/Games
48
49%find_lang %{name} --with-gnome
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}.lang
55%defattr(644,root,root,755)
56%doc AUTHORS README README.IPv6 NEWS TODO ChangeLog
57%attr(755,root,root) %{_bindir}/*
58%{_pixmapsdir}/*
59%{_applnkdir}/Games/*
This page took 0.096736 seconds and 4 git commands to generate.