From 06a3b228ad9ca546a0e177f32d470bbe70adadce Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 2 May 2015 09:36:05 +0200 Subject: drop macro needlessly duplicated with rpm --- build.macros.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.macros.in b/build.macros.in index 262e138..06718bb 100644 --- a/build.macros.in +++ b/build.macros.in @@ -72,10 +72,6 @@ # Note: Disable (by commenting out) for legacy compatibility. #%__check_multiarch_files @RPMLIBDIR@/check-multiarch-files %{buildroot} -# Use internal dependency generator rather than external helpers like all other distros -# (much faster): -%_use_internal_dependency_generator 1 - %__find_provides @RPMVENDORDIR@/filter.sh '%{?_provides_exceptions:%{_provides_exceptions}}%{!?_provides_exceptions: }' '%{?_exclude_files_from_autoprov:%{_exclude_files_from_autoprov}}%{!?_exclude_files_from_autoprov: }' '%{buildroot}' @RPMVENDORDIR@/find-provides %__find_requires @RPMVENDORDIR@/filter.sh '%{?_requires_exceptions:%{_requires_exceptions}}%{!?_requires_exceptions: }' '%{?_exclude_files_from_autoreq:%{_exclude_files_from_autoreq}}%{!?_exclude_files_from_autoreq: }' '%{buildroot}' @RPMVENDORDIR@/find-requires %{?buildroot:%{buildroot}} %{?_target_cpu:%{_target_cpu}} -- cgit v1.2.1