diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | build.macros.in | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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. # |