aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
Commit message (Collapse)AuthorAgeFilesLines
* build.macros: fix tabs vs. spacesJani Välimaa2020-01-161-1/+1
|
* build macros: fix configure macro continuationJani Välimaa2020-01-161-1/+1
|
* build.macros: sync configure macro with rpm upstreamJani Välimaa2020-01-161-5/+6
|
* build.macros: replace configure2_5x with configure macroJani Välimaa2020-01-161-6/+3
|
* build.macros: drop legacy libtoolize calls from configure macrosJani Välimaa2020-01-161-9/+1
|
* build.macros: drop deprecated and unused __cputoolize macorJani Välimaa2020-01-161-1/+0
|
* build.macros: drop legacy --x-includes= and --x-libraries= from configure macrosJani Välimaa2020-01-161-3/+1
|
* Clean build.macros.in a bitJani Välimaa2019-12-281-6/+4
|
* build.macros: add build_* flags and set_build_flags macro from upstream rpmJani Välimaa2019-12-281-6/+34
| | | | | | | %build_cflags %build_cxxflags %build_fflags %build_ldflags
* build.macros: add __global_* flags for compatibility with FedoraJani Välimaa2019-12-281-1/+7
| | | | | | | | %__global_cflags %{build_cflags} %__global_cxxflags %{build_cxxflags} %__global_fflags %{build_fflags} %__global_fcflags %{build_fflags} %__global_ldflags %{build_ldflags}
* build.macros: drop unused make_session and make_dm_sessionJani Välimaa2019-12-281-6/+0
|
* build.macros: drop more unused macrosJani Välimaa2019-12-271-3/+0
|
* build.macros: drop unused _update_menus_bin macroJani Välimaa2019-12-271-3/+1
|
* build.macros: drop unused __chkconfig and __service macrosJani Välimaa2019-12-271-3/+0
|
* build.macros: drop deprecated and unused post_install_gconf_schemasJani Välimaa2019-12-271-3/+1
|
* build.macros: drop deprecated and unused macrosJani Välimaa2019-12-271-10/+0
|
* build.macros: use %{warn:...} macro for deprecation warningsJani Välimaa2019-12-271-3/+3
|
* build.macros: remove %_after_setup leftoversJani Välimaa2019-12-261-8/+0
| | | | Support for it was dropped when introduce-_after_setup-which-is-called-after-setup.patch was removed from rpm
* Replace setup_compile_flags rpm macro with upstream set_build_flags macroJani Välimaa2019-12-261-5/+3
| | | | Deprecation warning is output is %setup_compile_flags is used.
* Switch binary payload compression to Zstandard level 19Thierry Vignaud2019-12-231-2/+2
| | | | | for faster installations, as discussed with tmb See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression
* fix %__libtoolize disapearing in rpm-4.15 (mga#25440)Thierry Vignaud2019-09-191-0/+1
|
* Add %_metainfodir macro for appdata metainfo dirJani Välimaa2019-01-191-0/+3
|
* Strip binaries and libraries in __os_install_post if __debug_package isn't ↵Jani Välimaa2018-10-211-0/+10
| | | | | | | | | defined Add __brp_strip, __brp_strip_comment_note, __brp_strip_static_archive and __brp_strip_shared for stripping. One can skip stripping by using '%define __strip %{_bindir}/true' in .spec, if needed.
* remove macros duplicated from rpmThierry Vignaud2018-09-241-2/+0
|
* those macros are used at build timeThierry Vignaud2018-09-241-0/+6
|
* remove sparc lists unused for yearsThierry Vignaud2018-09-241-3/+0
|
* sync comment with FCThierry Vignaud2018-09-241-2/+7
|
* Automatically compile python filesThierry Vignaud2018-09-241-0/+4
|
* add __brp_mangle_shebangs from FC in order to:Thierry Vignaud2018-09-241-0/+6
| | | | | | | - fix /bin -> /usr/bin - resolve "env foobar" -> "foobar" install it in /usr/lib/rpm/redhat to make clear from where it comes
* split %__brp_python_hardlink tooThierry Vignaud2018-09-241-1/+2
|
* split&sync %__brp_python_bytecompile with upstreamThierry Vignaud2018-09-241-1/+5
| | | | | | | | Thus using "%global __python %{__python3}" enables to properly fix python3 bytecompiling Also recognize %_python_bytecompile_extra for compiling outisde python specific directories
* kill unusued %_python_bytecompile_build macroThierry Vignaud2018-09-241-3/+0
|
* terminate build when missing buildids by defaultThierry Vignaud2018-09-241-0/+4
|
* move %__spec_install_pre tooThierry Vignaud2018-09-241-12/+14
| | | | it's now easier to compare with FC
* move %__os_install_postThierry Vignaud2018-09-241-6/+6
| | | | | It's run at end of %install, not at beginning Plus it's now easier to compare with FC
* binary payload is chosen at build timeThierry Vignaud2018-09-241-0/+3
|
* reorder for easier comp with FCThierry Vignaud2018-09-241-13/+15
|
* remove duplicated systemd macrosThierry Vignaud2018-09-241-3/+0
|
* triming changelog is done at build time, also reduce it to 2 yearsThierry Vignaud2018-09-241-0/+3
|
* build.macros: fix typo in __brp_python_bytecompile callJani Välimaa2018-08-051-1/+1
|
* build.macros: allow redefinition of __brp_python_hardlink in __os_instal_postJani Välimaa2018-08-051-1/+1
|
* build.macros: fix python bytecompile in __os_instal_post as ↵Jani Välimaa2018-08-051-1/+1
| | | | __brp_python_bytecompile is now defined by rpm upstream
* drop now useless brp-java-repack-jarsThierry Vignaud2017-08-031-1/+0
|
* generate .gdb_index sections by defaultThierry Vignaud2017-08-031-0/+1
|
* move _debuginfo_subpackages and _debugsource_packages from rpmThierry Vignaud2017-08-031-0/+3
|
* Rename %configure to %main_configure and add %configure shimsNeal Gompa2017-07-301-1/+10
| | | | | | This allows %configure and %configure2_5x to use %main_configure and tweak it on the fly. This is intended to be temporary until packages are fixed to use %configure properly.
* Remove redundant %__debug_install_postNeal Gompa2017-07-301-6/+0
| | | | It breaks split debuginfo and debugsource subpackage generation
* Remove find-lang.pl in favor of using upstream find-lang.shNeal Gompa2017-07-301-2/+0
|
* Unify the %configure macrosNeal Gompa2017-07-301-25/+5
| | | | | | %configure now behaves like %configure2_5x by default, but will revert to legacy %configure behavior if "%global _legacy_autotools 1" is present in the spec of the package being built.
* support split debugsources in our macrosThierry Vignaud2017-07-261-1/+3
|