From: Karol Lewandowski Date: Wed, 6 Nov 2019 11:37:19 +0000 (+0100) Subject: spec: Standarize field justification to spaces X-Git-Tag: submit/tizen/20191108.142020~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6eaf84fd0d0d1363902de4094c9523df4894faac;p=platform%2Fcore%2Fsystem%2Fcrash-worker.git spec: Standarize field justification to spaces Change-Id: I51e143520f84d3194c8735101cc93f4b4dd84fff --- diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec index c4ddbfc..260c3ed 100644 --- a/packaging/crash-worker.spec +++ b/packaging/crash-worker.spec @@ -11,14 +11,14 @@ # NOTE: To disable coredump set DumpCore=0 in configuration file -Name: crash-worker -Summary: Crash-manager -Version: 5.5.26 -Release: 1 -Group: Framework/system -License: Apache-2.0 and BSD -Source0: %{name}-%{version}.tar.gz -Source1001: crash-worker.manifest +Name: crash-worker +Summary: Coredump handler and report generator for Tizen +Version: 5.5.26 +Release: 1 +Group: Framework/system +License: Apache-2.0 and BSD +Source0: %{name}-%{version}.tar.gz +Source1001: crash-worker.manifest BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(iniparser) @@ -27,12 +27,10 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(rpm) BuildRequires: cmake BuildRequires: pkgconfig(pkgmgr-info) - BuildRequires: pkgconfig(libunwind-generic) BuildRequires: libelf-devel libelf BuildRequires: libebl-devel libebl BuildRequires: libdw-devel libdw - %if %{with doc} BuildRequires: doxygen %endif @@ -44,51 +42,42 @@ BuildRequires: boost-devel Requires(post): coreutils Requires(post): tar Requires(post): gzip -Requires: zip -Requires: libelf -Requires: libdw -Requires: minicoredumper >= 2.1.0 -Requires: %{_bindir}/buxton2ctl +Requires: zip +Requires: libelf +Requires: libdw +Requires: minicoredumper >= 2.1.0 +Requires: %{_bindir}/buxton2ctl %if %{with crashservice} -Requires: %{name}-livedumper = %{version}-%{release} +Requires: %{name}-livedumper = %{version}-%{release} %endif - %description -crash-manager - -%package -n libcrash-service -Summary: libcrash-service provides API to communicate with crash-service -%description -n libcrash-service +%package -n libcrash-service +Summary: libcrash-service provides API to communicate with crash-service +%description -n libcrash-service -%package devel -Summary: Crash-manager development package -%description devel -Requires: libcrash-service -This package provides library and header files. +%package devel +Requires: libcrash-service +Summary: Crash-manager headers and library for linking +%description devel %if %{with doc} -%package doc -Summary: Documentation package for crash-worker -Group: Framework/System - -%description doc -This package provides development documentation for crash-worker. +%package doc +Summary: Documentation package for crash-worker +Group: Framework/System +%description doc %endif %if %{with tests} -%package tests -Summary: Package with binaries and data for crash-worker tests - -%description tests -This package contains installable tests in Bash. +%package tests +Summary: Package with binaries and data for crash-worker tests +%description tests %endif %if %{with livedumper} -%package livedumper -Summary: Livedumper allows to dump core of live process - -%description livedumper +%package livedumper +Summary: Livedumper allows to dump core of live process +%description livedumper %endif %prep