]> git.pld-linux.org Git - packages/ggz-docs.git/commitdiff
- new master
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jan 2013 16:37:33 +0000 (17:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jan 2013 16:37:33 +0000 (17:37 +0100)
ggz-docs-info.patch [new file with mode: 0644]
ggz-docs.spec [new file with mode: 0644]

diff --git a/ggz-docs-info.patch b/ggz-docs-info.patch
new file mode 100644 (file)
index 0000000..9d0454d
--- /dev/null
@@ -0,0 +1,28 @@
+--- ggz-docs-0.0.14.1/games/game-development/ggz-game-development-guide.texi.orig      2008-01-05 20:02:10.000000000 +0100
++++ ggz-docs-0.0.14.1/games/game-development/ggz-game-development-guide.texi   2013-01-29 16:39:22.599743838 +0100
+@@ -17,9 +17,9 @@ games, APIs for various programming lang
+ and integrate game packages.
+ @end documentdescription
+-@dircategory GGZ Gaming Zone
++@dircategory Software development:
+ @direntry
+-* ggz-gamedev: (ggz-gamedev). The GGZ Gaming Zone Game Development Guide
++* ggz-gamedev: (ggz-gamedev).         The GGZ Gaming Zone Game Development Guide
+ @end direntry
+ @c End of header ===============================================
+--- ggz-docs-0.0.14.1/server/hosting/ggz-hosting-guide.texi.orig       2008-01-05 20:02:14.000000000 +0100
++++ ggz-docs-0.0.14.1/server/hosting/ggz-hosting-guide.texi    2013-01-29 16:42:16.426406883 +0100
+@@ -17,9 +17,9 @@ described in detail. Aspects of operatio
+ gaming portals using GGZ Community are covered as well.
+ @end documentdescription
+-@dircategory GGZ Gaming Zone
++@dircategory Software development:
+ @direntry
+-* ggz-hosting: (ggz-hosting). The GGZ Gaming Zone Hosting Guide
++* ggz-hosting: (ggz-hosting).         The GGZ Gaming Zone Hosting Guide
+ @end direntry
+ @c End of header ===============================================
diff --git a/ggz-docs.spec b/ggz-docs.spec
new file mode 100644 (file)
index 0000000..00eca7f
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       GGZ Gaming Zone documentation
+Summary(pl.UTF-8):     Dokumentacja platformy GGZ Gaming Zone
+Name:          ggz-docs
+Version:       0.0.14.1
+Release:       1
+License:       GPL v2+
+Group:         Documentation
+Source0:       http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: c139158f079bf801c93eddd06d66db95
+Patch0:                %{name}-info.patch
+URL:           http://www.ggzgamingzone.org/
+BuildRequires: docbook-dtd31-sgml
+BuildRequires: docbook-style-dsssl
+BuildRequires: docbook-utils
+BuildRequires: ghostscript
+BuildRequires: jade
+BuildRequires: lynx
+BuildRequires: texinfo
+BuildRequires: texlive-dvips
+BuildRequires: transfig
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains reference documentation, tutorials and help for
+game module writers. The client/server specification and a general
+overview are also included, as well as game comparison tables and the
+guides for hosting and game development.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera dokumentację, przewodniki i opisy dla autorów
+modułów gier. Dołączona jest także specyfikacja klienta/serwera oraz
+ogólny przegląd, a także tablice porównawcze gier oraz przewodniki
+dotyczące hostowania i rozwijania gier.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure \
+       --enable-guides \
+       --enable-spec
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS QuickStart.GGZ README README.GGZ TODO
+%{_docdir}/ggz-docs
+%{_infodir}/ggz-game-development-guide.info*
+%{_infodir}/ggz-hosting-guide.info*
This page took 0.090482 seconds and 4 git commands to generate.