]> git.pld-linux.org Git - packages/abridge.git/blame - abridge.spec
- patch for wxGTK2 2.8
[packages/abridge.git] / abridge.spec
CommitLineData
274691fc 1Summary: Online bridge game
5de8ba3b 2Summary(pl.UTF-8): Gra w brydża online
d9b5d90f
AG
3Name: abridge
4Version: 0.4.0
ed5ebb66 5Release: 2
d9b5d90f
AG
6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://www.abridgegame.org/src/%{name}-%{version}.tar.gz
9# Source0-md5: f02c5d4f726ca847e9aba39706bb67e9
6f5dc663 10#Patch0 based on: http://www.kunxi.org/files/abridge-0.4.0-wxGTK-2.6.1.diff
11Patch0: abridge-wxGTK-2.8.patch
d9b5d90f 12URL: http://www.abridgegame.org/
ebaa44f0
AG
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: wxGTK2-devel
6f5dc663 16BuildRequires: wxWidgets-devel
d9b5d90f
AG
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
9c48307b
AG
20aBridge is a bridge game that allows you to play bridge online
21with other real people. It uses the IRC protocol for chat, so you
22can use it to play bridge on any IRC server.
d9b5d90f 23
38940f9f
JR
24%description -l pl.UTF-8
25aBridge jest programem pozwalającym na grę w brydża z innymi ludźmi
26online. Używa protokołu IRC do rozmów, więc można użyć go do gry w
27brydża na dowolnym serwerze IRC.
d9b5d90f
AG
28
29%prep
30%setup -q
6f5dc663 31%patch0 -p1
d9b5d90f
AG
32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure \
6f5dc663 39 --with-wx-config=/usr/bin/wx-gtk2-ansi-config
d9b5d90f
AG
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
d9b5d90f
AG
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog NEWS README TODO
54%attr(755,root,root) %{_bindir}/*
55%{_mandir}/man1/%{name}.1*
This page took 0.110284 seconds and 4 git commands to generate.