diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | macros.spec-helper.in (renamed from spec-helper.macros.in) | 0 |
3 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ SCRIPT_FILES = check_desktop_files \ remove_info_dir \ restrict_to_cpu0 BIN_FILES = macroszification -MACROS_FILES = spec-helper.macros +MACROS_FILES = macros.spec-helper TEST_FILES = t/*.t FILES = Makefile NEWS README \ $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) \ @@ -38,7 +38,7 @@ install: $(MACROS_FILES) install -d -m 755 $(DESTDIR)$(rpmmacrodir) install -p -m 644 $(MACROS_FILES) $(DESTDIR)$(rpmmacrodir) -spec-helper.macros: spec-helper.macros.in +macros.spec-helper: macros.spec-helper.in sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@ clean: @@ -1,3 +1,4 @@ + * rename spec-helper.macros as macros.spec-helper * remove unneeded translate_menu script (mga#26519) 2018-10-21 Jani Välimaa <wally@mageia.org> 0.31.22 diff --git a/spec-helper.macros.in b/macros.spec-helper.in index bc3b947..bc3b947 100644 --- a/spec-helper.macros.in +++ b/macros.spec-helper.in |