aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 2.72.7Thierry Vignaud2014-10-262-1/+3
|
* add support for limiting parallel buildsThierry Vignaud2014-10-262-1/+7
| | | | (by defining %_smp_ncpus_max in spec file for packages needing it)
* 2.62.6Pascal Terjan2014-10-142-1/+3
|
* Support being passed the egg-info directoryPascal Terjan2014-10-142-1/+6
|
* 2.52.5Thierry Vignaud2014-10-012-1/+3
|
* do not emit PHP requires for package's own filesThierry Vignaud2014-10-012-0/+11
|
* stop generating useless ChangeLogThierry Vignaud2014-09-261-4/+1
| | | | this is just slowing packaging
* drop SVN supportThierry Vignaud2014-09-261-14/+0
|
* 2.42.4Thierry Vignaud2014-09-262-1/+3
|
* fix emitting pythoneggs deps with internal generatorThierry Vignaud2014-09-261-6/+11
| | | | | | | with internal generator we only get list of matching files but we'll never get any matching directory => check parent directory
* emit pythonegg requires/provides backThierry Vignaud2014-09-263-1/+7
|
* no need to use envThierry Vignaud2014-09-241-1/+1
|
* readd back pythoneggs.pyThierry Vignaud2014-09-242-1/+185
|
* remove dwz.macros from git (now SRPMS sources)Thierry Vignaud2014-09-243-43/+2
|
* remove now useless g-ir-extract-depsThierry Vignaud2014-09-243-76/+1
|
* remove kmod.* from git (now SRPMS sources)Thierry Vignaud2014-09-242-2/+2
| | | | | It's stupid to do our own git of some upstream git Easier to sync this way...
* 2.32.3Pascal Terjan2014-09-182-1/+3
|