Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use rtp's solution to build for armv5tl on armv5tl distro | Pascal Terjan | 2016-04-12 | 4 | -1/+7 |
| | |||||
* | 2.182.18 | Pascal Terjan | 2016-04-12 | 2 | -1/+4 |
| | |||||
* | Use gnueabi | Pascal Terjan | 2016-04-12 | 1 | -4/+1 |
| | |||||
* | Add armv7hl config | Pascal Terjan | 2016-04-12 | 2 | -4/+20 |
| | |||||
* | Don't append %ldflags to $LDFLAGS forcibly | Jani Välimaa | 2015-12-31 | 2 | -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.17 | Pascal Terjan | 2015-11-15 | 2 | -1/+3 |
| | |||||
* | Move rubygem build macros to rubygem package | Pascal Terjan | 2015-11-15 | 2 | -45/+2 |
| | |||||
* | 2.162.16 | Neal Gompa | 2015-11-07 | 2 | -1/+3 |
| | |||||
* | Split dist tag generation logic out of %mkrel | Neal Gompa | 2015-11-07 | 2 | -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. | ||||
* | Update gem_install2.15 | Pascal Terjan | 2015-10-23 | 3 | -2/+6 |
| | |||||
* | 2.142.14 | Pascal Terjan | 2015-10-21 | 2 | -1/+3 |
| | |||||
* | Update NEWS | Pascal Terjan | 2015-10-20 | 1 | -0/+1 |
| | |||||
* | Make python dependencies extraction much faster | Pascal Terjan | 2015-10-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | New style rpm dependency extractors mean that the script is called for each file in the package. This exhibit the slowness of the python one, where most of the time is spent on importing a module which is usually not needed. Running pythoneggs.py --requires on python-setuptools: Before: real 1m43.763s user 1m33.220s sys 0m7.460s After: real 0m18.298s user 0m15.060s sys 0m2.190s | ||||
* | do not remove buildroot in %install if install is disabled | Olivier Blin | 2015-09-21 | 2 | -2/+7 |
| | |||||
* | 2.132.13 | Thierry Vignaud | 2015-08-24 | 2 | -1/+3 |
| | |||||
* | fix another warning | Thierry Vignaud | 2015-08-24 | 1 | -0/+2 |
| | |||||
* | add a dummy ChangeLog for automake | Thierry Vignaud | 2015-08-24 | 1 | -0/+0 |
| | |||||
* | run cmds in the canonical order | Thierry Vignaud | 2015-08-24 | 1 | -2/+2 |
| | |||||
* | fix a warning | Thierry Vignaud | 2015-08-24 | 1 | -0/+1 |
| | |||||
* | do not bother check for rpm headers | Thierry Vignaud | 2015-08-24 | 1 | -1/+1 |
| | | | | we already detected with pkg-config | ||||
* | kill unused %py_requires python macro | Thierry Vignaud | 2015-08-05 | 2 | -3/+1 |
| | |||||
* | 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 | 2 | -10/+2 |
| | | | | they are already defined in rpm... | ||||
* | Drop leading zero from dates in 2 latest NEWS entries. | Christiaan Welvaart | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | update NEWS | Christiaan Welvaart | 2015-07-07 | 1 | -0/+6 |
| | |||||
* | 2.122.12 | Christiaan Welvaart | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Drop -fPIC from x86-64 optflags - this option should only be used for code ↵ | Christiaan Welvaart | 2015-07-07 | 1 | -3/+3 |
| | | | | that ends up in a shared library. | ||||
* | kill %old_makeinstall2.11 | Thierry Vignaud | 2015-06-29 | 2 | -18/+1 |
| | | | | if people really want it, there's upstream %makeinstall | ||||
* | deprecate %makeinstall_std | Thierry Vignaud | 2015-06-29 | 2 | -1/+5 |
| | | | | advertize upstream %make_install instead | ||||
* | 2.102.10 | Thierry Vignaud | 2015-06-28 | 2 | -1/+3 |
| | |||||
* | remember to merge perl.{prov,req} | Thierry Vignaud | 2015-06-26 | 1 | -0/+1 |
| | |||||
* | stop emitting perlapi-<version> provides | Thierry Vignaud | 2015-06-26 | 4 | -19/+3 |
| | | | | now that nothing requires it | ||||
* | 2.92.9 | Thierry Vignaud | 2015-06-24 | 2 | -1/+3 |
| | |||||
* | stop emitting perlapi-<version> requires | Thierry Vignaud | 2015-06-24 | 4 | -20/+2 |
| | | | | now that libperl has a proper soname | ||||
* | 2.82.8 | Thierry Vignaud | 2015-06-21 | 2 | -1/+3 |
| | |||||
* | firmware.prov is not actually used by FC | Thierry Vignaud | 2015-06-21 | 1 | -1/+0 |
| | |||||
* | remove unused kmod.* files | Thierry Vignaud | 2015-06-21 | 4 | -21/+1 |
| | | | | | Should have been done in commit d629c66e5ee362a67c9564e74619104a51f769ee | ||||
* | update TODO list | Thierry Vignaud | 2015-06-21 | 1 | -1/+0 |
| | |||||
* | change file digests hashing algorithm to SHA-256 | Thierry Vignaud | 2015-06-21 | 2 | -0/+5 |
| | | | | see https://fedoraproject.org/wiki/Features/StrongerHashes | ||||
* | also drop old %__find_(provides|requires) | Thierry Vignaud | 2015-06-21 | 4 | -40/+1 |
| | | | | | 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 | 2 | -4/+1 |
| | | | | 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 | 2 | -7/+3 |
| | | | | better use upstream macro | ||||
* | 2.72.7 | Thierry Vignaud | 2014-10-26 | 2 | -1/+3 |
| | |||||
* | add support for limiting parallel builds | Thierry Vignaud | 2014-10-26 | 2 | -1/+7 |
| | | | | (by defining %_smp_ncpus_max in spec file for packages needing it) | ||||
* | 2.62.6 | Pascal Terjan | 2014-10-14 | 2 | -1/+3 |
| | |||||
* | Support being passed the egg-info directory | Pascal Terjan | 2014-10-14 | 2 | -1/+6 |
| | |||||
* | 2.52.5 | Thierry Vignaud | 2014-10-01 | 2 | -1/+3 |
| | |||||
* | do not emit PHP requires for package's own files | Thierry Vignaud | 2014-10-01 | 2 | -0/+11 |
| | |||||
* | stop generating useless ChangeLog | Thierry Vignaud | 2014-09-26 | 1 | -4/+1 |
| | | | | this is just slowing packaging |