diff options
Diffstat (limited to 'find-requires.in')
-rwxr-xr-x | find-requires.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/find-requires.in b/find-requires.in index 9d5e841..dbadb0b 100755 --- a/find-requires.in +++ b/find-requires.in @@ -52,6 +52,7 @@ interplist= perllist= pythonlist= tcllist= +rubygemlist=`echo "$filelist"| egrep "\.gemspec$"` uniqdeplist= @@ -234,6 +235,11 @@ if [ -n "$LIBTOOLDEP" ]; then fi # +# --- Ruby gems +#[ -x @RPMVENDORDIR@/rubygems.rb -a -n "$rubygemlist" ] && +# echo $rubygemlist | tr '[:blank:]' \\n | @RPMVENDORDIR@/rubygems.rb --requires | sort -u + +# # --- .so files. for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64)/[^/]+\.so$"`; do objd=`objdump -p ${i} | grep SONAME` |