]> git.pld-linux.org Git - packages/gbatnav.git/blame - gbatnav.spec
- automake fixes for 1.0.1.
[packages/gbatnav.git] / gbatnav.spec
CommitLineData
2820666b 1Summary: Batalla Naval is a networked multiplayer battleship game
bf8b12ed 2Name: gbatnav
3Version: 0.74.0
98c34bc0 4Release: 2
bf8b12ed 5License: GPL
6Group: X11/Applications/Games
98c34bc0 7Group(de): X11/Applikationen/Spiele
8Group(pl): X11/Aplikacje/Gry
bf8b12ed 9Source0: http://download.sourceforge.net/batnav/%{name}-%{version}.tar.gz
10Patch0: %{name}-DESTDIR.patch
11URL: http://batnav.sourceforge.net/
98c34bc0 12BuildRequires: autoconf
bf8b12ed 13BuildRequires: automake
14BuildRequires: gettext-devel
15BuildRequires: gtk+-devel >= 1.2.0
16BuildRequires: gnome-libs-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _prefix /usr/X11R6
a950067b 20
21%description
22Batallla Naval is a networked naval battleship game.
23
a950067b 24%prep
25%setup -q
bf8b12ed 26%patch -p1
a950067b 27
28%build
bf8b12ed 29gettextize --copy --force
e59987c8 30aclocal -I macros
98c34bc0 31autoconf
32automake -a -c
bf8b12ed 33%configure
34%{__make}
a950067b 35
36%install
37rm -rf $RPM_BUILD_ROOT
38
bf8b12ed 39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT \
41 Gamesdir=%{_applnkdir}/Games
42
43gzip -9nf AUTHORS README README.IPv6 NEWS TODO ChangeLog
44
45%find_lang %{name} --with-gnome
a950067b 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
bf8b12ed 50%files -f %{name}.lang
51%defattr(644,root,root,755)
52%doc *.gz
53%attr(755,root,root) %{_bindir}/*
ad3876fe 54%{_pixmapsdir}/*
bf8b12ed 55%{_applnkdir}/Games/*
This page took 0.05735 seconds and 4 git commands to generate.