clean up spec file: remove comment out macros and sub packages 89/5789/1 2.2_release submit/tizen_2.2/20130717.065531
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 3 Jul 2013 14:36:19 +0000 (22:36 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 17 Jul 2013 06:54:12 +0000 (14:54 +0800)
macro like %package can't be commented out, should be removed
instead

Change-Id: I9a22e21e2c5248507861e8c8b78393026a88f0e8

packaging/systemd.spec

index 13d36f3..ed02506 100644 (file)
@@ -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