aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix inaccurate news entry for 2.20.1distro/mga6Rémi Verschelde2017-10-171-2/+3
|
* 2.20.12.20.1Rémi Verschelde2017-09-182-1/+3
|
* Remove redundant %__debug_install_postNeal Gompa2017-09-182-4/+3
| | | | | | It breaks split debuginfo and debugsource subpackage generation (cherry picked from commit ebae14c902cd319f62ccbdc11db0975f6f9792a9)
* 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.
* Update gem_install2.15Pascal Terjan2015-10-233-2/+6
|
* 2.142.14Pascal Terjan2015-10-212-1/+3
|
* Update NEWSPascal Terjan2015-10-201-0/+1
|
* Make python dependencies extraction much fasterPascal Terjan2015-10-201-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 disabledOlivier Blin2015-09-212-2/+7
|
* 2.132.13Thierry Vignaud2015-08-242-1/+3
|
* fix another warningThierry Vignaud2015-08-241-0/+2
|
* add a dummy ChangeLog for automakeThierry Vignaud2015-08-241-0/+0
|
* run cmds in the canonical orderThierry Vignaud2015-08-241-2/+2
|
* fix a warningThierry Vignaud2015-08-241-0/+1
|
* do not bother check for rpm headersThierry Vignaud2015-08-241-1/+1
| | | | we already detected with pkg-config
* kill unused %py_requires python macroThierry Vignaud2015-08-052-3/+1
|
* drop py_compileThierry Vignaud2015-08-051-7/+0
| | | | last user (svn) was fixed
* kill python_(version|sitelib|sitearch) macrosThierry Vignaud2015-08-042-10/+2
| | | | they are already defined in rpm...
* Drop leading zero from dates in 2 latest NEWS entries.Christiaan Welvaart2015-07-111-2/+2
|
* update NEWSChristiaan Welvaart2015-07-071-0/+6
|
* 2.122.12Christiaan Welvaart2015-07-071-1/+1
|
* Drop -fPIC from x86-64 optflags - this option should only be used for code ↵Christiaan Welvaart2015-07-071-3/+3
| | | | that ends up in a shared library.
* kill %old_makeinstall2.11Thierry Vignaud2015-06-292-18/+1
| | | | if people really want it, there's upstream %makeinstall
* deprecate %makeinstall_stdThierry Vignaud2015-06-292-1/+5
| | | | advertize upstream %make_install instead
* 2.102.10Thierry Vignaud2015-06-282-1/+3
|
* remember to merge perl.{prov,req}Thierry Vignaud2015-06-261-0/+1
|
* stop emitting perlapi-<version> providesThierry Vignaud2015-06-264-19/+3
| | | | now that nothing requires it
* 2.92.9Thierry Vignaud2015-06-242-1/+3
|
* stop emitting perlapi-<version> requiresThierry Vignaud2015-06-244-20/+2
| | | | now that libperl has a proper soname
* 2.82.8Thierry Vignaud2015-06-212-1/+3
|
* firmware.prov is not actually used by FCThierry Vignaud2015-06-211-1/+0
|
* remove unused kmod.* filesThierry Vignaud2015-06-214-21/+1
| | | | | Should have been done in commit d629c66e5ee362a67c9564e74619104a51f769ee
* update TODO listThierry Vignaud2015-06-211-1/+0
|
* change file digests hashing algorithm to SHA-256Thierry Vignaud2015-06-212-0/+5
| | | | see https://fedoraproject.org/wiki/Features/StrongerHashes
* also drop old %__find_(provides|requires)Thierry Vignaud2015-06-214-40/+1
| | | | | 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-212-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 Vignaud2015-06-212-7/+3
| | | | better use upstream macro