rpms/sdcc/devel sdcc.spec,1.20,1.21

konradm konradm at fedoraproject.org
Mon Dec 7 07:00:02 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/sdcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15499

Modified Files:
	sdcc.spec 
Log Message:
* Sun Dec 6 2009 Conrad Meyer <konrad at tylerc.org> - 2.9.0-7
- Only disable brp-strip-static.



Index: sdcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sdcc/devel/sdcc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sdcc.spec	7 Dec 2009 03:18:18 -0000	1.20
+++ sdcc.spec	7 Dec 2009 07:00:02 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           sdcc
 Version:        2.9.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Small Device C Compiler
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -60,9 +60,9 @@ Emacs extensions for SDCC.
 %patch3 -p1
 find -name '*.[ch]' -exec chmod -x '{}' \;
 
-# Disable brp-strip for now because it errors trying to strip foreign
-# binaries.
-%global __os_install_post /usr/lib/rpm/redhat/brp-compress
+# 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')
 
 
 %build
@@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 6 2009 Conrad Meyer <konrad at tylerc.org> - 2.9.0-7
+- Only disable brp-strip-static.
+
 * Sun Dec 6 2009 Conrad Meyer <konrad at tylerc.org> - 2.9.0-6
 - Work around rpmbuild failure by disabling brp-strip.
 




More information about the scm-commits mailing list