]> git.pld-linux.org Git - packages/capitalist.git/blame - capitalist.spec
- en.UTF-8
[packages/capitalist.git] / capitalist.spec
CommitLineData
6a731076 1#
514f2ab2 2Summary: Server for the Monopoly-like board game
c2080b9e 3Summary(en.UTF-8): Server for the Monopoly-like board game®
4Summary(pl.UTF-8): Serwer gry planszowej typu Monopoly®
6a731076 5Name: capitalist
6Version: 0.3.1
52a8af7d 7Release: 1
6a731076 8License: GPL v2
9Group: Applications/Games/Boards
d6ed6aa6 10Source0: http://dl.sourceforge.net/capitalist/%{name}-%{version}.tar.gz
6a731076 11# Source0-md5: f93ee3ce9d29eba657e087762d8fd663
d6ed6aa6 12Patch0: %{name}-autotools.patch
3c6d4654 13URL: http://kapitalist.sourceforge.net/
9b16b12a 14BuildRequires: autoconf >= 2.58
15BuildRequires: automake >= 1.4
3c6d4654 16BuildRequires: libstdc++-devel
9b16b12a 17BuildRequires: libtool
6a731076 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
514f2ab2 21Kapitalist is a Monopoly-like board game for 2-8 players. Walk around
d6ed6aa6 22the board, buy properties, receive rent from your competitors, try to
23get monopolies to build houses and hotels on them and finally be the
24richest on the board.
6a731076 25
26This package contains a server. You should also install the kapitalist
c2080b9e 27package.
28
29%description -l en.UTF-8
30Kapitalist is a Monopoly®-like board game for 2-8 players. Walk around
31the board, buy properties, receive rent from your competitors, try to
32get monopolies to build houses and hotels on them and finally be the
33richest on the board.
34
35This package contains a server. You should also install the kapitalist
6a731076 36package.
37
38%description -l pl.UTF-8
d6ed6aa6 39Kapitalist jest grą planszową typu Monopoly® dla 2-8 graczy.
40Przemierzaj planszę, kupuj nieruchomości, otrzymuj renty od
41współzawodników, spróbuj zdobyć wyłączność na budowę domów i hoteli na
42poszczególnych posiadłościach, ostatecznie zostań najbogatszym z
43graczy na planszy.
6a731076 44
d6ed6aa6 45Ten pakiet zawiera serwer. Aby móc grać powinieneś również
46zainstalować pakiet kapitalist.
6a731076 47
48%package doc
d6ed6aa6 49Summary: Documentaion for capitalist
3eac00a0 50Summary(pl.UTF-8): Dokumentacja capitalist
d6ed6aa6 51Group: Documentation
6a731076 52
53%description doc
54Documentaion for capitalist.
55
56%description doc -l pl.UTF-8
57Dokumentacja capitalist.
58
59%prep
60%setup -q
61
62%patch0 -p1
63
64%build
65%{__libtoolize}
66%{__aclocal}
67%{__autoconf}
68%{__autoheader}
69%{__automake}
70%configure
71%{__make}
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_docdir}/%{name}-doc-%{version}/html}
77
78install capitalist/capitalist $RPM_BUILD_ROOT%{_bindir}
79install capitalist/docs/capitalist.6 $RPM_BUILD_ROOT%{_mandir}/man6/capitalist.6
80install capitalist/docs/en/index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index.html
81install capitalist/docs/en/index-1.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-1.html
82install capitalist/docs/en/index-2.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-2.html
83install capitalist/docs/en/index-3.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-3.html
84install capitalist/docs/en/index-4.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-4.html
85install capitalist/docs/en/index-5.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-5.html
86install capitalist/docs/en/index-6.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/html/index-6.html
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%files
92%defattr(644,root,root,755)
93%doc AUTHORS ChangeLog README TODO
94%attr(755,root,root) %{_bindir}/capitalist
95%{_mandir}/man6/capitalist.6*
96
97%files doc
d6ed6aa6 98%defattr(644,root,root,755)
6a731076 99%{_docdir}/%{name}-doc-%{version}
This page took 0.113626 seconds and 4 git commands to generate.