aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-09 00:01:53 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-09 00:01:53 +0000
commit3311c0da8b542e80338d68c3db5a134ed0269027 (patch)
tree50a85413b35f18d28df7e067b78b2753a6fb1537
parentc50e40149f94adfa406e86d40a365cab631a3aea (diff)
downloadspec-helper-3311c0da8b542e80338d68c3db5a134ed0269027.tar
spec-helper-3311c0da8b542e80338d68c3db5a134ed0269027.tar.gz
spec-helper-3311c0da8b542e80338d68c3db5a134ed0269027.tar.bz2
spec-helper-3311c0da8b542e80338d68c3db5a134ed0269027.tar.xz
spec-helper-3311c0da8b542e80338d68c3db5a134ed0269027.zip
be sure to still strip files even if we're not building -debug packages (fixing regression from 0.31.1)0.31.3
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rw-r--r--spec-helper.macros.in1
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 272931e..113c5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = spec-helper
-VERSION = 0.31.2
+VERSION = 0.31.3
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE)
SCRIPT_FILES = clean_files clean_perl compress_files check_elf_files \
diff --git a/NEWS b/NEWS
index 8ab44d8..b312db7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2010-03-09 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.31.3
+ * be sure to still strip files even if we're not building -debug
+ packages (fixing regression from 0.31.1)
+
2010-03-05 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.31.2
* fix typo in macros file.. :/
diff --git a/spec-helper.macros.in b/spec-helper.macros.in
index 471e868..9e714c5 100644
--- a/spec-helper.macros.in
+++ b/spec-helper.macros.in
@@ -15,5 +15,6 @@
%{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %_spec_helper_dir/remove_info_dir} \
%{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix_eol} \
%{?!dont_check_elf_files: [ -n "$DONT_CHECK_ELF_FILES" ] || %_spec_helper_dir/check_elf_files} \
+ %{?!__debug_package: [ -n "%{?dont_strip:1}%{?!dont_strip:$DONT_STRIP}" ] || export DISABLE_DEBUG=1 && %__debug_install_post} \
%nil