From ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97 Mon Sep 17 00:00:00 2001 From: Matthieu Crapet Date: Wed, 19 Feb 2014 16:13:54 +0100 Subject: recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) Completes previous commit b5292d4115a4555a66b5e35acdc67dd71fb8577f. Updates SUMMARY[doc] (meta/conf/documentation.conf). Changes: - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet Signed-off-by: Saul Wold --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta/recipes-devtools/rpm') diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 7921f40769..dbdab1a5e3 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -5,10 +5,10 @@ verifying, querying, and updating software packages. Each software \ package consists of an archive of files along with information about \ the package like its version, a description, etc." -SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages." +SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages" DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." -SUMMARY_${PN}-dev = "Development files for manipulating RPM packages." +SUMMARY_${PN}-dev = "Development files for manipulating RPM packages" DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ development files will simplify the process of writing programs that \ manipulate RPM packages and databases. These files are intended to \ @@ -16,20 +16,20 @@ simplify the process of creating graphical package managers or any \ other tools that need an intimate knowledge of RPM packages in order \ to function." -SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration." +SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration" DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ and configuration common between RPM Package Manager." -SUMMARY_${PN}-build = "Scripts and executable programs used to build packages." +SUMMARY_${PN}-build = "Scripts and executable programs used to build packages" DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ that are used to build packages using the RPM Package Manager." -SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages." +SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages" DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ written in the Python programming language to use the interface \ supplied by the RPM Package Manager libraries." -SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages." +SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages" DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ written in the Perl programming language to use the interface \ supplied by the RPM Package Manager libraries." -- cgit 1.2.3-korg