[packages/bitbake] package manual to -manual

glen glen at pld-linux.org
Sun May 24 14:05:26 CEST 2015


commit 1c0ea5057825b156a5eff15a156e44296d64c212
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 24 15:05:21 2015 +0300

    package manual to -manual

 bitbake.spec | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/bitbake.spec b/bitbake.spec
index 138a149..605c468 100644
--- a/bitbake.spec
+++ b/bitbake.spec
@@ -45,6 +45,25 @@ rozpakowywanie ich, łatanie, kompilowanie i tak dalej. Jest podstawą
 projektu OpenEmbedded, używanego przez projekty OpenZaurus, Familiar i
 wiele innych dystrybucji Linuksa.
 
+%package manual
+Summary:	Manual for %{name}
+Summary(fr.UTF-8):	Documentation pour %{name}
+Summary(it.UTF-8):	Documentazione di %{name}
+Summary(pl.UTF-8):	Podręcznik dla %{name}
+Group:		Documentation
+
+%description manual
+Documentation for %{name}.
+
+%description manual -l fr.UTF-8
+Documentation pour %{name}.
+
+%description manual -l it.UTF-8
+Documentazione di %{name}.
+
+%description manual -l pl.UTF-8
+Dokumentacja do %{name}.
+
 %prep
 %setup -q
 sed -i -e 's@#!/bin/sh[[:space:]]@#!/bin/bash @' lib/bb/build.py
@@ -82,3 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitescriptdir}/bitbake-%{version}-py*.egg-info
 %{py_sitescriptdir}/codegen.py[co]
 %{py_sitescriptdir}/prserv
+
+%files manual
+%defattr(644,root,root,755)
+%doc doc/manual/html/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bitbake.git/commitdiff/1c0ea5057825b156a5eff15a156e44296d64c212



More information about the pld-cvs-commit mailing list