aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Delete redundant definition of %_smp_mflagsNeal Gompa2016-05-041-6/+0
| | | | RPM supplies the exact same one in /usr/lib/rpm/platform/<arch>-linux/macros
* Remove redundant %_make_bin & mark %make as deprecatedNeal Gompa2016-05-041-2/+4
|
* Don't append %ldflags to $LDFLAGS forciblyJani Välimaa2015-12-311-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 packagePascal Terjan2015-11-151-45/+0
|
* Split dist tag generation logic out of %mkrelNeal Gompa2015-11-071-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.15Pascal Terjan2015-10-231-1/+1
|
* do not remove buildroot in %install if install is disabledOlivier Blin2015-09-211-2/+4
|
* kill unused %py_requires python macroThierry Vignaud2015-08-051-3/+0
|
* drop py_compileThierry Vignaud2015-08-051-7/+0
| | | | last user (svn) was fixed
* kill python_(version|sitelib|sitearch) macrosThierry Vignaud2015-08-041-10/+0
| | | | they are already defined in rpm...
* kill %old_makeinstall2.11Thierry Vignaud2015-06-291-18/+0
| | | | if people really want it, there's upstream %makeinstall
* deprecate %makeinstall_stdThierry Vignaud2015-06-291-1/+3
| | | | advertize upstream %make_install instead
* change file digests hashing algorithm to SHA-256Thierry Vignaud2015-06-211-0/+4
| | | | see https://fedoraproject.org/wiki/Features/StrongerHashes
* also drop old %__find_(provides|requires)Thierry Vignaud2015-06-211-3/+0
| | | | | They're still defined by rpm, we just don't support pre mga5 exceptions mechanism anymore
* drop macro needlessly duplicated with rpmThierry Vignaud2015-06-211-4/+0
|
* kill obsolete %defaultbuildrootThierry Vignaud2015-06-211-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 Vignaud2015-06-211-7/+1
| | | | better use upstream macro
* add support for limiting parallel buildsThierry Vignaud2014-10-261-1/+4
| | | | (by defining %_smp_ncpus_max in spec file for packages needing it)
* use internal dependency generatorThierry Vignaud2014-09-121-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.196Pascal Terjan2013-12-271-2/+2
|
* Fix mistake in previous version1.195Pascal Terjan2013-12-241-1/+1
|
* Only install gem .so from paths in require_paths1.194Pascal Terjan2013-12-241-12/+13
|
* Improve binary gems handling and get more compatible with Fedora1.193Pascal Terjan2013-12-171-11/+11
|
* Add -O to %makePascal Terjan2013-10-151-1/+1
|
* add switch -d to gem_install to move headers into vendorarchdir1.190Funda Wang2013-09-281-1/+7
|
* Set valid macros names for Python byte compilation1.189Philippe Makowski2013-09-251-2/+2
|
* improve macros for Python byte compilation1.188Philippe Makowski2013-09-251-1/+7
|
* add macros for Python byte compilationPhilippe Makowski2013-09-231-0/+2
|
* Support gems with .so under ext and not installed in lib1.186Pascal Terjan2013-09-201-4/+6
|