From 06efb215c18a0f7225f636c953f7d6bced24eee8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Sep 2014 15:16:23 +0200 Subject: gstreamer/haskell/ruby/typelib will be managed elsewhere we backported the needed .(attr|prov|req) files from FC/SuSe --- find-requires.in | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index c56c2e1..377389b 100755 --- a/find-requires.in +++ b/find-requires.in @@ -40,8 +40,6 @@ fi # filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"` -rubygemlist=`echo "$filelist"| egrep "\.gemspec$"` - # # --- If libperl.so exists and if XS modules are found, depend on perlapi- and libperl.so if [ -n "$perllist" ]; then @@ -61,18 +59,6 @@ fi [ -x /usr/lib/rpm/rpmdeps -a -n "$filelist" ] && \ echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/rpmdeps --requires -# -# --- typelib() gobject-introspection bindings -[ -x @RPMVENDORDIR@/gi-find-deps.sh ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/gi-find-deps.sh -R | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/gi-find-deps.sh failed' >&2 && exit 1 - -# -# --- Ruby gems -[ -x /usr/bin/ruby -a -x @RPMVENDORDIR@/rubygems.rb -a -n "$rubygemlist" ] && - echo $rubygemlist | tr '[:blank:]' \\n | @RPMVENDORDIR@/rubygems.rb --requires | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/rubygems.rb failed' >&2 && exit 1 - # # --- .so files. for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64)/[^/]+\.so$"`; do @@ -103,11 +89,4 @@ done | egrep -v 'devel\(linux-gate|linux-vdso32|linux-vdso64|lib(c|pthread|rt)(\ # --- multiarch-utils echo $filelist | tr '[:blank:]' '\n' | grep -q '/multiarch-.*-linux/' && echo multiarch-utils -# -# haskell requires -if [ -x /usr/bin/haskell-find-requires ]; then -echo $filelist | tr '[:blank:]' '\n' | /usr/bin/haskell-find-requires \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: /usr/bin/haskell-find-requires failed' >&2 && exit 1 -fi - exit 0 -- cgit v1.2.1