]> git.pld-linux.org Git - packages/ggz-docs.git/blob - ggz-docs.spec
- new
[packages/ggz-docs.git] / ggz-docs.spec
1 Summary:        GGZ Gaming Zone documentation
2 Summary(pl.UTF-8):      Dokumentacja platformy GGZ Gaming Zone
3 Name:           ggz-docs
4 Version:        0.0.14.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Documentation
8 Source0:        http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  c139158f079bf801c93eddd06d66db95
10 Patch0:         %{name}-info.patch
11 URL:            http://www.ggzgamingzone.org/
12 BuildRequires:  docbook-dtd31-sgml
13 BuildRequires:  docbook-style-dsssl
14 BuildRequires:  docbook-utils
15 BuildRequires:  ghostscript
16 BuildRequires:  jade
17 BuildRequires:  lynx
18 BuildRequires:  texinfo
19 BuildRequires:  texlive-dvips
20 BuildRequires:  transfig
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This package contains reference documentation, tutorials and help for
26 game module writers. The client/server specification and a general
27 overview are also included, as well as game comparison tables and the
28 guides for hosting and game development.
29
30 %description -l pl.UTF-8
31 Ten pakiet zawiera dokumentację, przewodniki i opisy dla autorów
32 modułów gier. Dołączona jest także specyfikacja klienta/serwera oraz
33 ogólny przegląd, a także tablice porównawcze gier oraz przewodniki
34 dotyczą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
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -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.062245 seconds and 3 git commands to generate.