forked from pool/coccinelle
disable strip
OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=7
This commit is contained in:
parent
7316a76027
commit
ecc0cd7699
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 19:14:40 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- disable stripping on ocaml -custom binaries to make program
|
||||||
|
usable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 25 00:51:20 UTC 2010 - jengelh@medozas.de
|
Thu Mar 25 00:51:20 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: coccinelle
|
Name: coccinelle
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: jen1
|
||||||
Summary: Semantic patch utility
|
Summary: Semantic patch utility
|
||||||
License: GPL2
|
License: GPL2
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
@ -31,6 +31,14 @@ used (by us and others) for finding and fixing bugs in systems code.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
# "because it is simply not possible to strip ocaml binaries that are built
|
||||||
|
# with the -custom option."
|
||||||
|
export NO_BRP_STRIP_DEBUG=true
|
||||||
|
export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||||
|
%define __debug_install_post %{nil}
|
||||||
|
>debugfiles.list
|
||||||
|
>debugsources.list
|
||||||
|
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
rm -Rf "$b"
|
rm -Rf "$b"
|
||||||
mkdir "$b"
|
mkdir "$b"
|
||||||
|
Loading…
Reference in New Issue
Block a user