From 741103eddf6bcf18c5d41819b9f950ee72689c03 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Jun 09 2014 14:37:17 +0000 Subject: fix FTBFS caused by popd usage (#1105986) --- diff --git a/avr-binutils.spec b/avr-binutils.spec index 47048d9..8251dbb 100644 --- a/avr-binutils.spec +++ b/avr-binutils.spec @@ -2,7 +2,7 @@ Name: %{target}-binutils Version: 2.23.2 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Cross Compiling GNU binutils targeted at %{target} Group: Development/Tools @@ -47,14 +47,13 @@ CFLAGS="$RPM_OPT_FLAGS" ../binutils-%{version}/configure --prefix=%{_prefix} \ --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \ --target=%{target} --disable-werror --disable-nls make %{?_smp_mflags} -popd build - +popd %install rm -rf $RPM_BUILD_ROOT pushd build make install DESTDIR=$RPM_BUILD_ROOT -popd build +popd # these are for win targets only rm $RPM_BUILD_ROOT%{_mandir}/man1/%{target}-{dlltool,nlmconv,windres}.1 # we don't want these as we are a cross version @@ -76,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 09 2014 Michal Hlavinka - 1:2.23.2-6 +- fix FTBFS caused by popd usage (#1105986) + * Sat Jun 07 2014 Fedora Release Engineering - 1:2.23.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild