From 1c0ea5057825b156a5eff15a156e44296d64c212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 24 May 2015 15:05:21 +0300 Subject: [PATCH] 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/* -- 2.44.0