aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--NEWS1
-rw-r--r--macros.spec-helper.in (renamed from spec-helper.macros.in)0
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index edddac8..e2f5bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
diff --git a/NEWS b/NEWS
index 17d914a..86414fa 100644
--- a/NEWS
+++ b/NEWS
@@ -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