Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use rpmdeps to generate any "normal" dependencies | Thierry Vignaud | 2014-09-15 | 1 | -0/+5 |
| | | | | in case someone disables internal deps generator | ||||
* | convert kmod provides to internal generator | Thierry Vignaud | 2014-09-15 | 1 | -6/+0 |
| | |||||
* | convert devel(foo) deps to internal generator | Thierry Vignaud | 2014-09-12 | 1 | -9/+0 |
| | | | | also kill X11R6 path btw (killed years ago) | ||||
* | convert "perlapi" deps to internal generator | Thierry Vignaud | 2014-09-12 | 1 | -17/+0 |
| | |||||
* | gstreamer/haskell/ruby/typelib will be managed elsewhere | Thierry Vignaud | 2014-09-12 | 1 | -34/+0 |
| | | | | we backported the needed .(attr|prov|req) files from FC/SuSe | ||||
* | convert PHP deps to internal generator | Thierry Vignaud | 2014-09-12 | 1 | -6/+0 |
| | |||||
* | drop most of the script-based dependency generation bits | Thierry Vignaud | 2014-09-12 | 1 | -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.sh | Thierry Vignaud | 2014-09-09 | 1 | -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 of | Thierry Vignaud | 2012-10-23 | 1 | -0/+3 |
| | | | | objdump when localized (mga#7883) | ||||
* | recognize gst1.0.prov | Funda Wang | 2012-09-17 | 1 | -0/+4 |
| | |||||
* | 1.158: only enable rubygems when /usr/bin/ruby is found1.158 | Funda Wang | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | find-provides: fix pok's perlapi auto provides | Thierry Vignaud | 2012-08-24 | 1 | -2/+7 |
| | |||||
* | ignore fontconfig.prov exit code (mga#7078) which is random | Thierry Vignaud | 2012-08-21 | 1 | -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 found | Thierry Vignaud | 2012-07-27 | 1 | -0/+12 |
| | | | | (inspirated from mdv (pok)) | ||||
* | Fix typo | Dexter Morgan | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | do not keep lower case provides since we do not emit lower case requires anyway | Thierry Vignaud | 2012-07-26 | 1 | -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 file | Thierry Vignaud | 2012-07-25 | 1 | -3/+3 |
| | |||||
* | Fix generation of provides for osgi and maven | Dexter Morgan | 2012-06-27 | 1 | -5/+5 |
| | |||||
* | Handle better osgi.prov by only looking at the wanted files ( remove error ↵ | Dexter Morgan | 2012-02-13 | 1 | -2/+5 |
| | | | | at rpm building) | ||||
* | Better handle maven.prov | Dexter Morgan | 2011-12-31 | 1 | -2/+5 |
| | |||||
* | Add support for osgi and maven provide | Dexter Morgan | 2011-12-28 | 1 | -0/+14 |
| | |||||
* | Use upstream desktop-file.prov as we had exactly the same file | Dexter Morgan | 2011-12-28 | 1 | -3/+3 |
| | |||||
* | keep lower-case perl provides in automatic extraction1.142 | Jerome Quelin | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | 1.135: add script for typelib() gobject-introspection bindings provides/requires1.135 | Nicolas Vigier | 2011-07-06 | 1 | -0/+6 |
| | |||||
* | 1.134: add mimehandler autoprov for desktop files1.134 | Funda Wang | 2011-07-06 | 1 | -0/+6 |
| | |||||
* | add fontconfig.prov provides script1.123 | Nicolas Vigier | 2011-03-13 | 1 | -0/+6 |
| | |||||
* | test return value of provide scripts and exit with 1 in case of error | Nicolas Vigier | 2011-03-03 | 1 | -11/+22 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-01-06 | 1 | -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 provides | Funda Wang | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | enable python egg provides/requires1.112 | Per Øyvind Karlsen | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | enable rubygems(...) provides | Per Øyvind Karlsen | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | add rubygem(...) dependency extractor (disabled for now) | Per Øyvind Karlsen | 2010-03-21 | 1 | -0/+6 |
| | |||||
* | disable MIPS n32 ABI support (not used for now) | Olivier Blin | 2009-09-25 | 1 | -10/+2 |
| | |||||
* | add support for MIPS n32 binaries in find-requires and find-provides | Olivier Blin | 2009-09-25 | 1 | -2/+10 |
| | | | | | (from Arnaud Patard) | ||||
* | fix check for kmod.prov | Olivier Blin | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | Ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ | Anssi Hannula | 2007-09-10 | 1 | -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 Blin | 2007-08-25 | 1 | -0/+5 |
| | |||||
* | - use externals scripts for haskell deps | Olivier Thauvin | 2007-03-10 | 1 | -2/+2 |
| | |||||
* | - handle haskell requirement | Olivier Thauvin | 2007-03-08 | 1 | -0/+7 |
| | |||||
* | - fork pkgconfig dependencies finder script | Olivier Thauvin | 2007-02-13 | 1 | -2/+2 |
| | |||||
* | - disable libtool provides | Olivier Thauvin | 2007-02-13 | 1 | -0/+3 |
| | |||||
* | - replace grep A-Z by :upper: to fix matching when using utf8 locales (#23724) | Olivier Thauvin | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | - enable pkgconfig & libtool provides | Olivier Thauvin | 2006-05-31 | 1 | -1/+10 |
| | |||||
* | Revert recent changes to computation of provides/requires w.r.t .so files that | Rafael Garcia-Suarez | 2006-05-10 | 1 | -1/+1 |
| | | | | | are not in standard paths. | ||||
* | Don't provide .so files that aren't in standard paths | Rafael Garcia-Suarez | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | - add php-pear auto req/prov from pld (suggested by oden) | Olivier Thauvin | 2005-08-07 | 1 | -0/+6 |
| | |||||
* | - fix tr call for mono req/prov | Olivier Thauvin | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | - import | Olivier Thauvin | 2005-04-26 | 1 | -0/+76 |