diff --git a/macros b/macros index 1abe947..6e8cd5c 100644 --- a/macros +++ b/macros @@ -6,7 +6,7 @@ %_vendor redhat %_os linux %_gnu -gnu -%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os} +%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu} #============================================================================== # ---- configure macros. @@ -37,7 +37,9 @@ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ - ./configure %{_target_platform} \\\ + ./configure --host=%{_host} --build=%{_build} \\\ + --target=%{_target_platform} \\\ + --program-prefix=%{?_program_prefix:%{_program_prefix}} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ --bindir=%{_bindir} \\\ diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 85eb198..f91863f 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config Version: 7.3.92 -Release: 2 +Release: 4 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -27,6 +27,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Jun 26 2002 Jens Petersen 7.3.92-4 +- fix %configure targetting for autoconf-2.5x (#58468) +- include ~/.rpmmacros in macrofiles file path again + +* Fri Jun 21 2002 Tim Powers 7.3.92-3 +- automated rebuild + * Fri Jun 21 2002 Elliot Lee 7.3.92-2 - Don't define _arch