File filter-provides-openldap.sh of Package dba-openldap-2610
#!/bin/sh if [ -x /usr/lib/rpm/redhat/find-provides ] ; then FINDPROV=/usr/lib/rpm/redhat/find-provides else FINDPROV=/usr/lib/rpm/find-provides fi $FINDPROV $* | sed -e '/.*so.*$/d' | \ sed -e '/libtool*/d' | \ sed -e '/pkgconfig*/d'