aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--build.macros.in3
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d621840..cd86a81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- add %_metainfodir macro for appdata metainfo dir
+
Version 2.37 - 21 October 2018, by Jani Välimaa
- strip binaries and libraries in __os_install_post if __debug_package isn't defined
diff --git a/build.macros.in b/build.macros.in
index fd03706..c9c1491 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -53,6 +53,9 @@
# compatibility
%webappconfdir %_webappconfdir
+# For Appdata metainfo
+%_metainfodir %{_datadir}/metainfo
+
#==============================================================================
# ---- Build configuration macros.
#