Commit 05f55615 authored by Jonathan Perkin's avatar Jonathan Perkin

cleanup

parent 0efd7b48
......@@ -44,8 +44,6 @@
%define undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
%endif
%define fileexists() %(set -x; [ -e "%{1}" ] && echo 1 || echo 0)
# ----------------------------------------------------------------------------
# RPM build tools now automatically detect Perl module dependencies. This
# detection causes problems as it is broken in some versions, and it also
......@@ -64,15 +62,10 @@
# Command line handling
##############################################################################
#
# To enable the following options:
#
# $ rpmbuild --with <option> # RPM 4.x+
# $ rpmbuild --define '_with_<option> 1' # RPM 3.x
# To set options:
#
# To disable:
# $ rpmbuild --define="option <x>" ...
#
# $ rpmbuild --without <option> # RPM 4.x+
# $ rpmbuild --define '_without_<option> 1' # RPM 3.x
# ----------------------------------------------------------------------------
# Commercial builds
......@@ -175,9 +168,6 @@
%define distro_requires coreutils grep procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd
%endif
%{echo:Building for %{distro_description}
}
# ----------------------------------------------------------------------------
# Support optional "tcmalloc" library (experimental)
# ----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment