aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
Commit message (Collapse)AuthorAgeFilesLines
* use rpmdeps to generate any "normal" dependenciesThierry Vignaud2014-09-151-0/+5
| | | | in case someone disables internal deps generator
* convert kmod provides to internal generatorThierry Vignaud2014-09-151-6/+0
|
* convert devel(foo) deps to internal generatorThierry Vignaud2014-09-121-9/+0
| | | | also kill X11R6 path btw (killed years ago)
* convert "perlapi" deps to internal generatorThierry Vignaud2014-09-121-17/+0
|
* gstreamer/haskell/ruby/typelib will be managed elsewhereThierry Vignaud2014-09-121-34/+0
| | | | we backported the needed .(attr|prov|req) files from FC/SuSe
* convert PHP deps to internal generatorThierry Vignaud2014-09-121-6/+0
|
* drop most of the script-based dependency generation bitsThierry Vignaud2014-09-121-108/+2
| | | | | | | | | Use rpmdeps to generate any "normal" dependencies even for the kernel module stuff, drop all other unnecessary duplication like elf, libtool and pkgconfig deps. But for TCL, which is broken since forever (we don't package the needed prov/req scripts since at least 2007)
* use upstream pkgconfigdeps.shThierry Vignaud2014-09-091-3/+3
| | | | | after syncing, the only remaining difference is checks added by boklm because we were still using the external generator
* set LC_ALL=C in find-{provides,requires}, thus fixing parsing output ofThierry Vignaud2012-10-231-0/+3
| | | | objdump when localized (mga#7883)
* recognize gst1.0.provFunda Wang2012-09-171-0/+4
|
* 1.158: only enable rubygems when /usr/bin/ruby is found1.158Funda Wang2012-09-081-1/+1
|
* find-provides: fix pok's perlapi auto providesThierry Vignaud2012-08-241-2/+7
|
* ignore fontconfig.prov exit code (mga#7078) which is randomThierry Vignaud2012-08-211-2/+1
| | | | | | rationale: it runs fc-query on every path matching /usr/share/fonts so its error code is the the one of the latest fc-query whose argument can be a directory or fonts.scale ...
* generate a perlapi-<version> provide when libperl.so is foundThierry Vignaud2012-07-271-0/+12
| | | | (inspirated from mdv (pok))
* Fix typoDexter Morgan2012-07-261-1/+1
|
* do not keep lower case provides since we do not emit lower case requires anywayThierry Vignaud2012-07-261-1/+1
| | | | | (basically reverting commit r1892 by jquelin on Mon Aug 2011: "keep lower-case perl provides in automatic extraction"0)
* use upstream fonconfig.prov as we had exactly the same fileThierry Vignaud2012-07-251-3/+3
|
* Fix generation of provides for osgi and mavenDexter Morgan2012-06-271-5/+5
|
* Handle better osgi.prov by only looking at the wanted files ( remove error ↵Dexter Morgan2012-02-131-2/+5
| | | | at rpm building)
* Better handle maven.provDexter Morgan2011-12-311-2/+5
|
* Add support for osgi and maven provideDexter Morgan2011-12-281-0/+14
|
* Use upstream desktop-file.prov as we had exactly the same fileDexter Morgan2011-12-281-3/+3
|
* keep lower-case perl provides in automatic extraction1.142Jerome Quelin2011-08-291-1/+1
|
* 1.135: add script for typelib() gobject-introspection bindings provides/requires1.135Nicolas Vigier2011-07-061-0/+6
|
* 1.134: add mimehandler autoprov for desktop files1.134Funda Wang2011-07-061-0/+6
|
* add fontconfig.prov provides script1.123Nicolas Vigier2011-03-131-0/+6
|
* test return value of provide scripts and exit with 1 in case of errorNicolas Vigier2011-03-031-11/+22
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-2/+2
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* find gstreamer providesFunda Wang2010-11-021-0/+5
|
* enable python egg provides/requires1.112Per Øyvind Karlsen2010-11-011-2/+2
|
* enable rubygems(...) providesPer Øyvind Karlsen2010-03-231-2/+2
|
* add rubygem(...) dependency extractor (disabled for now)Per Øyvind Karlsen2010-03-211-0/+6
|
* disable MIPS n32 ABI support (not used for now)Olivier Blin2009-09-251-10/+2
|
* add support for MIPS n32 binaries in find-requires and find-providesOlivier Blin2009-09-251-2/+10
| | | | | (from Arnaud Patard)
* fix check for kmod.provOlivier Blin2007-10-021-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.
* add automatic kmod provides (based on work from Danny Tholen)Olivier Blin2007-08-251-0/+5
|
* - use externals scripts for haskell depsOlivier Thauvin2007-03-101-2/+2
|
* - handle haskell requirementOlivier Thauvin2007-03-081-0/+7
|
* - fork pkgconfig dependencies finder scriptOlivier Thauvin2007-02-131-2/+2
|
* - disable libtool providesOlivier Thauvin2007-02-131-0/+3
|
* - replace grep A-Z by :upper: to fix matching when using utf8 locales (#23724)Olivier Thauvin2007-01-241-1/+1
|
* - enable pkgconfig & libtool providesOlivier Thauvin2006-05-311-1/+10
|
* Revert recent changes to computation of provides/requires w.r.t .so files thatRafael Garcia-Suarez2006-05-101-1/+1
| | | | | are not in standard paths.
* Don't provide .so files that aren't in standard pathsRafael Garcia-Suarez2006-03-241-1/+1
|
* - add php-pear auto req/prov from pld (suggested by oden)Olivier Thauvin2005-08-071-0/+6
|
* - fix tr call for mono req/provOlivier Thauvin2005-04-271-1/+1
|
* - importOlivier Thauvin2005-04-261-0/+76