aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.macros.in b/build.macros.in
index 68b34e5..262e138 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -4,10 +4,6 @@
%_sys_macros_dir @RPMSYSCONFDIR@/macros.d
%build_sysmacrospath() %{_sys_macros_dir}/%{?1:%{1}}%{?!1:%{name}}.macros
-# [Pixel, Dec 2008] deprecated, to remove as soon as rpm 4.6.0 dust settles down
-%defaultbuildroot %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-
-
# when %_with_git_repository is set, these macros modify the behaviour of "%prep" step:
%_after_setup %{?_with_git_repository:GIT_URL="%{?git_url}" GIT_REPOSITORY_CACHE=%{?git_repository_cache} @RPMVENDORDIR@/git-repository--after-tarball}
%_patch %{?_with_git_repository:PKG_NAME=%{name} @RPMVENDORDIR@/git-repository--apply-patch}%{?!_with_git_repository:%__patch -U}