diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | build.macros.in | 10 |
2 files changed, 9 insertions, 10 deletions
@@ -1,3 +1,12 @@ +- build.macros: drop deprecated and unused macros + - update_menus + - clean_menus + - update_desktop_database + - clean_desktop_database + - update_mime_database + - clean_mime_database + - update_scrollkeeper + - clean_scrollkeeper - build.macros: use rpm built-in %{warn:...} macro for deprecation warnings - remove unused git-repository--after-tarball and git-repository--apply-patch - build.macros: remove %_after_setup leftovers after diff --git a/build.macros.in b/build.macros.in index a48fa9c..df65a81 100644 --- a/build.macros.in +++ b/build.macros.in @@ -62,16 +62,6 @@ # Note: Disable (by commenting out) for legacy compatibility. #%__check_multiarch_files @RPMLIBDIR@/check-multiarch-files %{buildroot} -# stuff below has been deprecated by rpm filetriggers [June 2008] -%update_menus %{nil} -%clean_menus %{nil} -%update_desktop_database %{nil} -%clean_desktop_database %{nil} -%update_mime_database %{nil} -%clean_mime_database %{nil} -%update_scrollkeeper %{nil} -%clean_scrollkeeper %{nil} - # Update Menu %_update_menus_bin %{_bindir}/update-menus |