[packages/ggz-docs] - new

qboosh qboosh at pld-linux.org
Tue Jan 29 17:36:50 CET 2013


commit edda7bac655d644ece008c7d8de4321d1000a9bd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 29 17:37:33 2013 +0100

    - new

 ggz-docs-info.patch | 28 ++++++++++++++++++++++
 ggz-docs.spec       | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)
---
diff --git a/ggz-docs.spec b/ggz-docs.spec
new file mode 100644
index 0000000..00eca7f
--- /dev/null
+++ b/ggz-docs.spec
@@ -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*
diff --git a/ggz-docs-info.patch b/ggz-docs-info.patch
new file mode 100644
index 0000000..9d0454d
--- /dev/null
+++ b/ggz-docs-info.patch
@@ -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
+ 
+- at dircategory GGZ Gaming Zone
++ at 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
+ 
+- at dircategory GGZ Gaming Zone
++ at 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 ===============================================
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ggz-docs.git/commitdiff/edda7bac655d644ece008c7d8de4321d1000a9bd



More information about the pld-cvs-commit mailing list