From: Zhang Qiang Date: Wed, 3 Jul 2013 14:36:19 +0000 (+0800) Subject: clean up spec file: remove comment out macros and sub packages X-Git-Tag: 2.2_release^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=048d43d00b45c0fe08990fc16de4467562871c8c;p=external%2Fsystemd.git clean up spec file: remove comment out macros and sub packages macro like %package can't be commented out, should be removed instead Change-Id: I9a22e21e2c5248507861e8c8b78393026a88f0e8 --- diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 13d36f3..ed02506 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -51,18 +51,6 @@ of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit. -# tools package dislabled because of pycairo package dependency -# %package tools -# Summary: Analyze systemd startup timing -# Group: Development/Tools -# Requires: pycairo -# Requires: python-xml -# Requires: %{name} = %{version}-%{release} - -# %description tools -# This package installs the systemd-analyze tool, which allows one to -# inspect and graph service startup timing in table or graph format. - %package devel Summary: Development tools for systemd Group: Development/Libraries @@ -135,36 +123,6 @@ Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} This package includes the man pages for systemd. -# %package sysv-docs -# Summary: System and session manager man pages - SysV links -# Group: Development/Libraries -# Requires: %{name} = %{version}-%{release} - -# %description sysv-docs -# This package provides the manual pages needed for systemd -# to replace sysvinit. - -# %package sysv -# Summary: System and session manager - SysV links -# Group: System/Startup Services -# Requires: %{name} = %{version}-%{release} -# Obsoletes: sysvinit < 3.0 -# Provides: sysvinit = 3.0 - - - #%description sysv -# Systemd is a replacement for sysvinit. It is dependency-based and -# able to read the LSB init script headers in addition to parsing rcN.d -# links as hints. - -# It also provides process supervision using cgroups and the ability to -# not only depend on other init script being started, but also -# availability of a given mount point or dbus service. - -# This package provides the links needed for systemd -# to replace sysvinit. - - %prep %setup -q -n %{name}-%{version} %patch1 -p1