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

cleanup

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