aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.342.34Thierry Vignaud2018-09-082-1/+3
|
* emits requires(posttrans) on info-installThierry Vignaud2018-09-082-0/+4
| | | | (needs newer rpm)
* 2.332.33Thierry Vignaud2018-09-072-1/+3
|
* emits requires on info-install instead of providesThierry Vignaud2018-09-072-1/+3
|
* 2.322.32Thierry Vignaud2018-09-042-1/+3
|
* remove obsolete $Id: CVS tagsThierry Vignaud2018-09-0411-11/+0
|
* Automatically emits requires on info-install for *.info filesThierry Vignaud2018-09-044-0/+11
|
* 2.312.31Thierry Vignaud2018-08-092-1/+3
|
* emit perl-base requires for new 32bit perl pathThierry Vignaud2018-08-092-1/+3
|
* 2.302.30Thierry Vignaud2018-08-092-1/+3
|
* emit perl-base requires for new perl pathesThierry Vignaud2018-08-092-1/+3
|
* 2.292.29Jani Välimaa2018-08-052-1/+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-052-1/+2
|
* build.macros: fix python bytecompile in __os_instal_post as ↵Jani Välimaa2018-08-052-1/+3
| | | | __brp_python_bytecompile is now defined by rpm upstream
* 2.282.28Jani Välimaa2018-05-262-1/+3
|
* Add -fasynchronous-unwind-tables to default optflags for x86_64 and aarch64Jani Välimaa2018-04-212-2/+4
|
* 2.272.27Jani Välimaa2018-03-222-1/+3
|
* Add aarch64 configJani Välimaa2018-03-223-0/+8
|
* 2.262.26Thierry Vignaud2018-01-252-1/+3
|
* define %_pkgdocdir (mga#22444)Thierry Vignaud2018-01-252-0/+3
|
* 2.252.25Neal Gompa2017-08-062-1/+3
|
* Remove pythoneggs.py in favor of using upstreamed pythondistdeps.pyNeal Gompa2017-08-064-200/+4
|
* 2.242.24Thierry Vignaud2017-08-032-1/+3
|
* drop now useless brp-java-repack-jarsThierry Vignaud2017-08-034-101/+1
|
* generate .gdb_index sections by defaultThierry Vignaud2017-08-032-0/+2
|
* move _debuginfo_subpackages and _debugsource_packages from rpmThierry Vignaud2017-08-032-0/+5
|
* 2.232.23Neal Gompa2017-07-302-1/+3
|
* Remove leftover definition for find-lang.plNeal Gompa2017-07-302-2/+3
|
* 2.222.22Neal Gompa2017-07-302-1/+3
|
* Rename %configure to %main_configure and add %configure shimsNeal Gompa2017-07-302-1/+12
| | | | | | 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-302-6/+2
| | | | It breaks split debuginfo and debugsource subpackage generation
* Remove find-lang.pl in favor of using upstream find-lang.shNeal Gompa2017-07-306-187/+1
|
* Unify the %configure macrosNeal Gompa2017-07-302-25/+7
| | | | | | %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.
* 2.212.21Thierry Vignaud2017-07-262-1/+3
|
* support split debugsources in our macrosThierry Vignaud2017-07-262-1/+5
|
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-2/+0
| | | | (need latest perl_checker)
* 2.202.20Neal Gompa (ニール・ゴンパ)2016-05-042-1/+6
|
* 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
|
* 2.192.19Pascal Terjan2016-04-122-1/+3
|
* use rtp's solution to build for armv5tl on armv5tl distroPascal Terjan2016-04-124-1/+7
|
* 2.182.18Pascal Terjan2016-04-122-1/+4
|
* Use gnueabiPascal Terjan2016-04-121-4/+1
|
* Add armv7hl configPascal Terjan2016-04-122-4/+20
|
* Don't append %ldflags to $LDFLAGS forciblyJani Välimaa2015-12-312-1/+3
| | | | | | | | | | 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.
* 2.172.17Pascal Terjan2015-11-152-1/+3
|
* Move rubygem build macros to rubygem packagePascal Terjan2015-11-152-45/+2
|
* 2.162.16Neal Gompa2015-11-072-1/+3
|
* Split dist tag generation logic out of %mkrelNeal Gompa2015-11-072-1/+7
| | | | | | | | 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.