[Rpm-maint] [rpm-software-management/rpm] add brp helper scripts from mandriva's spec-helper (#122)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Sat Jan 21 15:57:09 UTC 2017
Conan-Kudo commented on this pull request.
> %{_rpmconfigdir}/brp-strip %{__strip} \
%{_rpmconfigdir}/brp-strip-static-archive %{__strip} \
%{_rpmconfigdir}/brp-strip-comment-note %{__strip} %{__objdump} \
+ %{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %{_rpmconfigdir}/brp-clean-files} \
+ %{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %{_rpmconfigdir}/brp-remove-info-dir} \
+ %{?!dont_relink: [ -n "$DONT_RELINK" ] || %{_rpmconfigdir}/brp-relink-symlinks} \
+ %{?!dont_remove_libtool_files: [ -n "$DONT_REMOVE_LIBTOOL_FILES" ] || %{_rpmconfigdir}/brp-remove-libtool-files} \
+ %{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %{_rpmconfigdir}/brp-fix-eol} \
+ %{?!dont_remove_rpath: [ -n "$DONT_REMOVE_RPATH" ] || %{_rpmconfigdir}/brp-remove-rpath} \
+ %{?!dont_fix_file_permissions: [ -n "$DONT_FIX_FILE_PERMISSIONS" ] || %{_rpmconfigdir}/brp-fix-file-permissions} \
+ %{?!dont_fix_xdg: [ -n "$DONT_FIX_XDG" ] || %{_rpmconfigdir}/brp-fix-xdg} \
This should be renamed to something more obvious. Maybe `fix_desktop_files`. The name "XDG" isn't very helpful...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/122#pullrequestreview-17809199
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170121/2fba9cf9/attachment.html>
More information about the Rpm-maint
mailing list