[sdcc] fix dont strip libs

Roy Rankin rrankin at fedoraproject.org
Fri Oct 24 12:56:39 UTC 2014


commit f30d29abc60da1c0e106861a167715dc3d184cae
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Fri Oct 24 23:56:39 2014 +1100

    fix dont strip libs

 sdcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sdcc.spec b/sdcc.spec
index e18d596..4fe72ef 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,6 +1,6 @@
 Name:           sdcc
 Version:        3.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Small Device C Compiler
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -64,7 +64,7 @@ find -name '*.{c,h,cc}' -exec chmod -x '{}' \;
 
 # Disable brp-strip-static-archive for now because it errors trying to
 # strip foreign binaries.
-%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's#/usr/lib/rpm/redhat/brp-strip-static-archive .*##g')
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's#/usr/lib/rpm/brp-strip-static-archive .*##g')
 
 
 %build
@@ -128,6 +128,9 @@ popd
 
 
 %changelog
+* Fri Oct 24 2014 Roy Rankin <rrankin at ihug.com.au> - 3.4.0-2
+- Fix brp-strip-static-archive for path change
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list