diff options
Diffstat (limited to 'packaging/rpm-tizen_macros')
-rw-r--r-- | packaging/rpm-tizen_macros | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/packaging/rpm-tizen_macros b/packaging/rpm-tizen_macros index 18613ad3e..c52767397 100644 --- a/packaging/rpm-tizen_macros +++ b/packaging/rpm-tizen_macros @@ -22,27 +22,10 @@ %kernel_name %(/bin/rpm -q --queryformat '%{RPMTAG_NAME}' $(/bin/rpm -q --whatprovides kernel)) # this script calls all scripts in /usr/lib/rpm/brp-tizen.d -%__arch_install_post /usr/lib/rpm/check-buildroot - -%__strip_install_post \ - %{!?__debug_package:/usr/lib/rpm/brp-strip %{__strip}} \ - /usr/lib/rpm/brp-strip-static-archive %{__strip} \ - /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} \ -%{nil} - -%__os_install_post \ - /usr/lib/rpm//brp-compress \ - %{!?_rpm_strip_disable:%{__strip_install_post}}\ - /usr/lib/rpm/brp-python-hardlink \ - %{!?disable_docs_package:/usr/lib/rpm/tizen/find-docs.sh %{buildroot}} \ -%{nil} - -# /usr/lib/rpm/tizen/brp-implant-ident-static - -%__spec_install_post\ - %{?__debug_package:%{__debug_install_post}}\ - %{__arch_install_post}\ - %{__os_install_post}\ +%__os_install_post \ + /usr/lib/rpm/brp-compress \ + /usr/lib/rpm/brp-tizen \ + %{!?disable_docs_package:/usr/lib/rpm/tizen/find-docs.sh %{buildroot}} \ %{nil} # macro: %configure_kernel_source |