Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add %_metainfodir macro for appdata metainfo dir | Jani Välimaa | 2019-01-19 | 1 | -0/+3 |
| | |||||
* | Strip binaries and libraries in __os_install_post if __debug_package isn't ↵ | Jani Välimaa | 2018-10-21 | 1 | -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 rpm | Thierry Vignaud | 2018-09-24 | 1 | -2/+0 |
| | |||||
* | those macros are used at build time | Thierry Vignaud | 2018-09-24 | 1 | -0/+6 |
| | |||||
* | remove sparc lists unused for years | Thierry Vignaud | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | sync comment with FC | Thierry Vignaud | 2018-09-24 | 1 | -2/+7 |
| | |||||
* | Automatically compile python files | Thierry Vignaud | 2018-09-24 | 1 | -0/+4 |
| | |||||
* | add __brp_mangle_shebangs from FC in order to: | Thierry Vignaud | 2018-09-24 | 1 | -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 too | Thierry Vignaud | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | split&sync %__brp_python_bytecompile with upstream | Thierry Vignaud | 2018-09-24 | 1 | -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 macro | Thierry Vignaud | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | terminate build when missing buildids by default | Thierry Vignaud | 2018-09-24 | 1 | -0/+4 |
| | |||||
* | move %__spec_install_pre too | Thierry Vignaud | 2018-09-24 | 1 | -12/+14 |
| | | | | it's now easier to compare with FC | ||||
* | move %__os_install_post | Thierry Vignaud | 2018-09-24 | 1 | -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 time | Thierry Vignaud | 2018-09-24 | 1 | -0/+3 |
| | |||||
* | reorder for easier comp with FC | Thierry Vignaud | 2018-09-24 | 1 | -13/+15 |
| | |||||
* | remove duplicated systemd macros | Thierry Vignaud | 2018-09-24 | 1 | -3/+0 |
| | |||||
* | triming changelog is done at build time, also reduce it to 2 years | Thierry Vignaud | 2018-09-24 | 1 | -0/+3 |
| | |||||
* | build.macros: fix typo in __brp_python_bytecompile call | Jani Välimaa | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | build.macros: allow redefinition of __brp_python_hardlink in __os_instal_post | Jani Välimaa | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | build.macros: fix python bytecompile in __os_instal_post as ↵ | Jani Välimaa | 2018-08-05 | 1 | -1/+1 |
| | | | | __brp_python_bytecompile is now defined by rpm upstream | ||||
* | drop now useless brp-java-repack-jars | Thierry Vignaud | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | generate .gdb_index sections by default | Thierry Vignaud | 2017-08-03 | 1 | -0/+1 |
| | |||||
* | move _debuginfo_subpackages and _debugsource_packages from rpm | Thierry Vignaud | 2017-08-03 | 1 | -0/+3 |
| | |||||
* | Rename %configure to %main_configure and add %configure shims | Neal Gompa | 2017-07-30 | 1 | -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_post | Neal Gompa | 2017-07-30 | 1 | -6/+0 |
| | | | | It breaks split debuginfo and debugsource subpackage generation | ||||
* | Remove find-lang.pl in favor of using upstream find-lang.sh | Neal Gompa | 2017-07-30 | 1 | -2/+0 |
| | |||||
* | Unify the %configure macros | Neal Gompa | 2017-07-30 | 1 | -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 macros | Thierry Vignaud | 2017-07-26 | 1 | -1/+3 |
| | |||||
* | Delete redundant definition of %_smp_mflags | Neal Gompa | 2016-05-04 | 1 | -6/+0 |
| | | | | RPM supplies the exact same one in /usr/lib/rpm/platform/<arch>-linux/macros | ||||
* | Remove redundant %_make_bin & mark %make as deprecated | Neal Gompa | 2016-05-04 | 1 | -2/+4 |
| | |||||
* | Don't append %ldflags to $LDFLAGS forcibly | Jani Välimaa | 2015-12-31 | 1 | -1/+1 |
| | | | | | | | | | | This makes the behaviour similar with CFLAGS/CXXFLAGS/FFLAGS. Previously 'export LDFLAGS="%{ldflags} -lfoo"' before %setup_compile_flags usage in .spec caused LDFLAGS being exported as '%{ldflags} -lfoo %{ldflags}' If %ldflags is %nil which is pretty unlikely and LDFLAGS isn't exported beforehand, then LDFLAGS is just empty. | ||||
* | Move rubygem build macros to rubygem package | Pascal Terjan | 2015-11-15 | 1 | -45/+0 |
| | |||||
* | Split dist tag generation logic out of %mkrel | Neal Gompa | 2015-11-07 | 1 | -1/+4 |
| | | | | | | | | The logic used to define the distribution tag has been part of %mkrel for quite a while. However, it is useful to have it split out so that %mkrel can be reconfigured by tools that do overrides to %dist or use %dist if it is already defined elsewhere. | ||||
* | Update gem_install2.15 | Pascal Terjan | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | do not remove buildroot in %install if install is disabled | Olivier Blin | 2015-09-21 | 1 | -2/+4 |
| | |||||
* | kill unused %py_requires python macro | Thierry Vignaud | 2015-08-05 | 1 | -3/+0 |
| | |||||
* | drop py_compile | Thierry Vignaud | 2015-08-05 | 1 | -7/+0 |
| | | | | last user (svn) was fixed | ||||
* | kill python_(version|sitelib|sitearch) macros | Thierry Vignaud | 2015-08-04 | 1 | -10/+0 |
| | | | | they are already defined in rpm... | ||||
* | kill %old_makeinstall2.11 | Thierry Vignaud | 2015-06-29 | 1 | -18/+0 |
| | | | | if people really want it, there's upstream %makeinstall | ||||
* | deprecate %makeinstall_std | Thierry Vignaud | 2015-06-29 | 1 | -1/+3 |
| | | | | advertize upstream %make_install instead | ||||
* | change file digests hashing algorithm to SHA-256 | Thierry Vignaud | 2015-06-21 | 1 | -0/+4 |
| | | | | see https://fedoraproject.org/wiki/Features/StrongerHashes | ||||
* | also drop old %__find_(provides|requires) | Thierry Vignaud | 2015-06-21 | 1 | -3/+0 |
| | | | | | They're still defined by rpm, we just don't support pre mga5 exceptions mechanism anymore | ||||
* | drop macro needlessly duplicated with rpm | Thierry Vignaud | 2015-06-21 | 1 | -4/+0 |
| | |||||
* | kill obsolete %defaultbuildroot | Thierry Vignaud | 2015-06-21 | 1 | -4/+0 |
| | | | | defaultbuildroot.patch wa dropped in rpm-4.6.0-0.rc2.1mnb2 on Dec 11 2008... | ||||
* | kill redondant/unmainted macro (mga#4927) | Thierry Vignaud | 2015-06-21 | 1 | -7/+1 |
| | | | | better use upstream macro | ||||
* | add support for limiting parallel builds | Thierry Vignaud | 2014-10-26 | 1 | -1/+4 |
| | | | | (by defining %_smp_ncpus_max in spec file for packages needing it) | ||||
* | use internal dependency generator | Thierry Vignaud | 2014-09-12 | 1 | -6/+3 |
| | | | | | | (instead of so called "external generator") internal dependency generator is now used by all other distros and is way much faster :-) | ||||
* | Use correct macro for gems dir now that rubygems moved1.196 | Pascal Terjan | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | Fix mistake in previous version1.195 | Pascal Terjan | 2013-12-24 | 1 | -1/+1 |
| |