From 0a62d787db931c7ce8ee8d17dfeda70d5b236822 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 03 2014 16:59:50 +0000 Subject: Update location of rpm macro file for rpm >= 4.11. --- diff --git a/ffcall.spec b/ffcall.spec index a8af5e7..155e50f 100644 --- a/ffcall.spec +++ b/ffcall.spec @@ -8,7 +8,7 @@ Name: ffcall Version: 1.10 -Release: 13.20120424cvs%{?dist} +Release: 14.20120424cvs%{?dist} Summary: Libraries for foreign function call interfaces Group: System Environment/Libraries @@ -64,8 +64,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la cd $RPM_BUILD_ROOT%{_mandir}/man3 # Advertise supported architectures -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm -cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.ffcall << EOF +mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d +cat > $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.%{name} << EOF # arches that ffcall supports %%ffcall_arches %{ffcall_arches} EOF @@ -85,10 +85,13 @@ done %{_libdir}/*.a %{_includedir}/* %{_mandir}/man*/* -%{_sysconfdir}/rpm/macros.%{name} +%{_rpmconfigdir}/macros.d/macros.%{name} %changelog +* Mon Feb 3 2014 Jerry James - 1.10-14.20120424cvs +- Update location of rpm macro file for rpm >= 4.11 + * Fri Sep 6 2013 Jerry James - 1.10-13.20120424cvs - Update -arm patch to really use the EABI and hopefully fix clisp