aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
Commit message (Collapse)AuthorAgeFilesLines
* 1.158: only enable rubygems when /usr/bin/ruby is found1.158Funda Wang2012-09-081-1/+1
|
* "resolve" /bin/env foo interpreter to actual path, rather than generatingThierry Vignaud2012-07-251-0/+4
| | | | | dependencies on coreutils, should trim off ~800 dependencies more (Per Oyvind, mdv)
* drop automatically generated dependencies on interpreters we either don'tThierry Vignaud2012-07-251-2/+18
| | | | | | need dependencies on or that we have other dedicated dependency generators for making them duplicate, reducing ~5K packages' dependencies at next rebuild (from Per Oyvind, mdv).
* drop automatically generated rtld(GNU_HASH) dependencies, it's beenThierry Vignaud2012-07-251-3/+0
| | | | | | provided by glibc for five years now and can safely be assumed that there's no longer any need for it, reducing ~5K packages' dependency on it during next rebuild. (Per Oyvind, mdv)
* v1.145 - extract perl requires from MYMETA.yml / MYMETA.json when present1.145Jerome Quelin2011-11-081-1/+7
|
* fix typoNicolas Vigier2011-07-061-1/+1
|
* 1.135: add script for typelib() gobject-introspection bindings provides/requires1.135Nicolas Vigier2011-07-061-0/+5
|
* fix script file filtering, according to latest changes in file command outputNicolas Vigier2011-05-061-1/+1
| | | | | | | thanks to Funda Wang for reporting the problem : http://www.mageia.org/pipermail/mageia-dev/20110506/004442.html
* test return value of require scripts and exit with 1 in case of errorNicolas Vigier2011-03-031-10/+20
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
* enable python egg provides/requires1.112Per Øyvind Karlsen2010-11-011-4/+3
|
* Generate requires on "python(abi) = x.y" instead of "python >= x.y" forAnssi Hannula2010-10-301-2/+1
| | | | | python modules to properly handle the strict dependency.
* enable automatic dependency extraction for ruby gems1.107Per Øyvind Karlsen2010-09-091-2/+2
|
* - do not requires python 2.X branch for python 3.X rpm, requires instead ↵Michael Scherer2010-04-071-1/+3
| | | | python 3.X
* call perl.req-from-meta with the reight meta file when there are otherJérôme Quelin2010-03-261-1/+1
| | | | | meta.json/meta.yml files shipped in the dist.
* add rubygem(...) dependency extractor (disabled for now)Per Øyvind Karlsen2010-03-211-0/+6
|
* meta file is listed as an absolute path, not relative to BUILD rootJérôme Quelin2010-03-121-1/+1
|
* reverting commit r266103Jérôme Quelin2010-02-101-1/+1
|
* using generated MYMETA.yml would be better. indeed, this creates what'sJérôme Quelin2010-02-101-1/+1
| | | | | been detected.
* using META.(yml|json) to extract requires if presentJérôme Quelin2010-02-101-2/+9
|
* - nuke requires on python-base, packages no longer exist for python 2.6Michael Scherer2010-02-051-1/+1
|
* support ELF executables only as a.out has been deprecated since ages ago (fixesPer Øyvind Karlsen2009-11-261-2/+2
| | | | | objdump 'File format not recognized' errors)
* disable MIPS n32 ABI support (not used for now)Olivier Blin2009-09-251-31/+7
|
* add support for MIPS n32 binaries in find-requires and find-providesOlivier Blin2009-09-251-7/+31
| | | | | (from Arnaud Patard)
* fix broken site_perl regexp which would add versioned requires without epochPer Øyvind Karlsen2008-11-241-1/+1
| | | | | and merge it with vendor_perl regexp
* fix so that redundant unversioned python-base/perl-base is added as dependenciesPer Øyvind Karlsen2008-11-241-11/+22
| | | | | | if a versioned is already added (maybe worth doing similar way with other depencies as well? for consistency at least, if for nothing else)
* consistently use " at same place with sed while we're at it..Per Øyvind Karlsen2008-11-231-1/+1
|
* I originally figured that querying rpm database within script weren't supposedPer Øyvind Karlsen2008-11-231-1/+5
| | | | | | to be done, but as I now see it's done elsewhere, perl-base epoch tag should rather be handled in the script than by autotools
* don't hardcore epoch tag in versioned perl-base dependencyPer Øyvind Karlsen2008-11-231-1/+1
|
* only call php.req if they are php filesGuillaume Rousse2008-10-051-1/+1
|
* don't do php files filtering from inside php.req, but from find-requires, as ↵Guillaume Rousse2008-09-201-1/+2
| | | | per other language-specific dependencies
* automatically require perlapi-<perl-version> for binary perl modulesPascal Rigaux2007-12-211-1/+4
| | | | | (so that we can cleanly handle perl API breakage)
* Fix GCJ AOT directory regexp in find-requires.in.Anssi Hannula2007-09-141-1/+1
|
* remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm'sPascal Rigaux2007-09-101-2/+0
| | | | | "Finding Requires ...", and it's too verbose when using "rpm -bb --quiet"
* do not use buildroot since it may contain double slashes whereas filelist do notPascal Rigaux2007-09-101-1/+1
|
* Ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJAnssi Hannula2007-09-101-1/+1
| | | | | | | AOT compiled shared objects and are only useful when running the software in the package with gij (gcc java). If the user uses some other java VM, they do not need their dependencies satisfied.
* - use externals scripts for haskell depsOlivier Thauvin2007-03-101-2/+2
|
* - handle haskell requirementOlivier Thauvin2007-03-081-0/+7
|
* filter out devel(ld-linux) if using objdump too1.37Götz Waschk2007-02-191-1/+2
|
* - enable pkgconfig requirementOlivier Thauvin2007-02-161-2/+0
|
* - fork pkgconfig dependencies finder scriptOlivier Thauvin2007-02-131-2/+2
|
* - disable libtool providesOlivier Thauvin2007-02-131-1/+4
|
* - fix typo in testOlivier Thauvin2007-02-061-1/+1
|
* Use objdump instead of ldd for devel dependencies finder (#25877)Olivier Thauvin2007-02-061-7/+20
|
* - replace grep A-Z by :upper: to fix matching when using utf8 locales (#23724)Olivier Thauvin2007-01-241-1/+1
|
* Auto-detect binary files that Requires: rtld(GNU_HASH)1.34Gwenolé Beauchesne2007-01-151-0/+3
|
* Merge: exclude linux-vdso64 from devel() autorequires.Gwenolé Beauchesne2006-11-301-1/+1
|
* - fix 25126: add anchor to the regexpOlivier Thauvin2006-09-031-1/+1
|
* - add /usr/share/pkconfig as path where those can liveOlivier Thauvin2006-07-261-1/+1
|
* - enable pkgconfig & libtool providesOlivier Thauvin2006-05-311-1/+14
|