Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Only install gem .so from paths in require_paths1.194 | Pascal Terjan | 2013-12-24 | 1 | -12/+13 |
| | |||||
* | Improve binary gems handling and get more compatible with Fedora1.193 | Pascal Terjan | 2013-12-17 | 1 | -11/+11 |
| | |||||
* | Add -O to %make | Pascal Terjan | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | add switch -d to gem_install to move headers into vendorarchdir1.190 | Funda Wang | 2013-09-28 | 1 | -1/+7 |
| | |||||
* | Set valid macros names for Python byte compilation1.189 | Philippe Makowski | 2013-09-25 | 1 | -2/+2 |
| | |||||
* | improve macros for Python byte compilation1.188 | Philippe Makowski | 2013-09-25 | 1 | -1/+7 |
| | |||||
* | add macros for Python byte compilation | Philippe Makowski | 2013-09-23 | 1 | -0/+2 |
| | |||||
* | Support gems with .so under ext and not installed in lib1.186 | Pascal Terjan | 2013-09-20 | 1 | -4/+6 |
| | |||||
* | Fix typo in previous version :(1.185 | Pascal Terjan | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Support empty gems1.184 | Pascal Terjan | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Handle another git ls-files syntax in gem_setup | Pascal Terjan | 2013-09-12 | 1 | -0/+1 |
| | |||||
* | Fix install of gems with several .so1.182 | Pascal Terjan | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | Support gems with the .so in a subdirectory1.181 | Pascal Terjan | 2013-09-10 | 1 | -4/+4 |
| | |||||
* | Create a gem_setup macro fixing most common problems1.180 | Pascal Terjan | 2013-09-10 | 1 | -0/+11 |
| | |||||
* | Remove extra space in __ruby_module_name1.179 | Pascal Terjan | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | 1.178 rely on plain gem command to build rubygems1.178 | Funda Wang | 2013-08-15 | 1 | -16/+19 |
| | |||||
* | Add version macros for systemd/rpm-helper to ease distro upgrades | Colin Guthrie | 2013-03-24 | 1 | -1/+8 |
| | |||||
* | add some macros for udev rules and tmpfiles snippets | Colin Guthrie | 2012-11-25 | 1 | -0/+4 |
| | |||||
* | modify arch_tagged macro to use ()(64bit) instead of (lib64), to be | Olivier Blin | 2012-11-22 | 1 | -1/+1 |
| | | | | | compatible with the mark64 provides generated by find-provides | ||||
* | 1.162: set LC_CTYPE as UTF-8 when building gem1.162 | Funda Wang | 2012-11-02 | 1 | -0/+2 |
| | |||||
* | enable including mini debuginfo in binaries | Thierry Vignaud | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | use upstream find-debuginfo.sh as we merged our changes back into rpm package | Thierry Vignaud | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | shrunk debug packages through using dwz | Thierry Vignaud | 2012-07-31 | 1 | -1/+1 |
| | | | | (https://fedoraproject.org/wiki/Features/DwarfCompressor) |