On Monday 01 September 2003 07:54, Stefan van der Eijk wrote:
> Michael,
>
> Would you consider making this into a find-requires script? In that
> case the dependencies won't need to be added manually.

done.

-- 

Micka�l Scherer
--- find-requires.bak	2003-09-01 09:49:23.000000000 +0200
+++ find-requires	2003-09-01 10:52:13.000000000 +0200
@@ -165,6 +165,10 @@
     echo $tcllist | tr '[:blank:]' \\n | /usr/lib/rpm/tcl.req | sort -u
 
 #
+# --- pkgconfig .pc files
+( echo $filelist |  tr '[:blank:]' \\n | grep -q '/usr/lib/pkgconfig/' ) && echo 'pkgconfig'
+
+#
 # --- .so files.
 for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64)/[^/]+\.so$"`; do
     objd=`objdump -p ${i} | grep SONAME`

Reply via email to