From a4e3870e938f8ae354bdc8b20e1ac4cb5c6b9b13 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 29 2015 20:15:29 +0000 Subject: - Adapting the brp-strip-static-archive hack to work on epel7 too --- diff --git a/sdcc.spec b/sdcc.spec index b5df1fb..b97602c 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,6 +1,6 @@ Name: sdcc Version: 3.4.0 -Release: 6%{?dist} +Release: 7%{?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/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 @@ -124,6 +124,9 @@ popd %changelog +* Mon Jun 29 2015 Jaromir Capik - 3.4.0-7 +- Adapting the brp-strip-static-archive hack to work on epel7 too + * Mon Jun 29 2015 Jaromir Capik - 3.4.0-6 - Applying the PDFOPT hack unconditionally - Cleaning the spec