[sdcc/f21] fix lib stripping - try 2

Roy Rankin rrankin at fedoraproject.org
Fri Oct 24 13:05:22 UTC 2014


commit 5fb196ef329762d606b395b6e69c477c4bb65a30
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Sat Oct 25 00:05:23 2014 +1100

    fix lib stripping - try 2

 sdcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sdcc.spec b/sdcc.spec
index 40493e6..e15ff3b 100644
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -1,6 +1,6 @@
 Name:           sdcc
 Version:        3.4.0
-Release:        2%{?dist}
+Release:        3%{?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
+* Sat Oct 25 2014 Roy Rankin <rrankin at ihug.com.au> - 3.4.0-3
+-  Fix disable of brp-strip-static-archive which has different path
+ 
 * Fri Oct 24 2014 Roy Rankin <rrankin at ihug.com.au> - 3.4.0-2
 -  Fix brp-strip-static-archive path change
  


More information about the scm-commits mailing list