]> git.pld-linux.org Git - packages/abridge.git/blame - abridge.spec
- converted to UTF-8
[packages/abridge.git] / abridge.spec
CommitLineData
274691fc 1Summary: Online bridge game
38940f9f 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
10URL: http://www.abridgegame.org/
ebaa44f0
AG
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: wxGTK2-devel
c7c64cdc 14BuildRequires: wxWindows-devel
d9b5d90f
AG
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
9c48307b
AG
18aBridge is a bridge game that allows you to play bridge online
19with other real people. It uses the IRC protocol for chat, so you
20can use it to play bridge on any IRC server.
d9b5d90f 21
38940f9f
JR
22%description -l pl.UTF-8
23aBridge jest programem pozwalającym na grę w brydża z innymi ludźmi
24online. Używa protokołu IRC do rozmów, więc można użyć go do gry w
25brydża na dowolnym serwerze IRC.
d9b5d90f
AG
26
27%prep
28%setup -q
29
30%build
31%{__aclocal}
32%{__autoconf}
33%{__autoheader}
34%{__automake}
35%configure \
c7c64cdc 36 --with-wx-config=/usr/bin/wxgtk2-2.4-config
d9b5d90f
AG
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
d9b5d90f
AG
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS ChangeLog NEWS README TODO
51%attr(755,root,root) %{_bindir}/*
52%{_mandir}/man1/%{name}.1*
This page took 0.094364 seconds and 4 git commands to generate.