[avr-binutils] fix FTBFS caused by popd usage (#1105986)

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jun 9 14:37:26 UTC 2014


commit 741103eddf6bcf18c5d41819b9f950ee72689c03
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Jun 9 16:37:17 2014 +0200

    fix FTBFS caused by popd usage (#1105986)

 avr-binutils.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
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 <mhlavink at redhat.com> - 1:2.23.2-6
+- fix FTBFS caused by popd usage (#1105986)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.23.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list