]> git.pld-linux.org Git - packages/ggz-docs.git/blame - ggz-docs.spec
- new
[packages/ggz-docs.git] / ggz-docs.spec
CommitLineData
edda7bac
JB
1Summary: GGZ Gaming Zone documentation
2Summary(pl.UTF-8): Dokumentacja platformy GGZ Gaming Zone
3Name: ggz-docs
4Version: 0.0.14.1
5Release: 1
6License: GPL v2+
7Group: Documentation
8Source0: http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: c139158f079bf801c93eddd06d66db95
10Patch0: %{name}-info.patch
11URL: http://www.ggzgamingzone.org/
12BuildRequires: docbook-dtd31-sgml
13BuildRequires: docbook-style-dsssl
14BuildRequires: docbook-utils
15BuildRequires: ghostscript
16BuildRequires: jade
17BuildRequires: lynx
18BuildRequires: texinfo
19BuildRequires: texlive-dvips
20BuildRequires: transfig
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25This package contains reference documentation, tutorials and help for
26game module writers. The client/server specification and a general
27overview are also included, as well as game comparison tables and the
28guides for hosting and game development.
29
30%description -l pl.UTF-8
31Ten pakiet zawiera dokumentację, przewodniki i opisy dla autorów
32modułów gier. Dołączona jest także specyfikacja klienta/serwera oraz
33ogólny przegląd, a także tablice porównawcze gier oraz przewodniki
34dotyczące hostowania i rozwijania gier.
35
36%prep
37%setup -q
38%patch0 -p1
39
40%build
41%configure \
42 --enable-guides \
43 --enable-spec
44
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post -p /sbin/postshell
57-/usr/sbin/fix-info-dir -c %{_infodir}
58
59%postun -p /sbin/postshell
60-/usr/sbin/fix-info-dir -c %{_infodir}
61
62%files
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog NEWS QuickStart.GGZ README README.GGZ TODO
65%{_docdir}/ggz-docs
66%{_infodir}/ggz-game-development-guide.info*
67%{_infodir}/ggz-hosting-guide.info*
This page took 0.139468 seconds and 4 git commands to generate.