Blob Blame History Raw
#!/bin/sh
# This is rpmbuild helper script used to filter out perl(Tk) and 
# perl(Term::ReadKey) dependencies.

/usr/lib/rpm/find-requires | grep -v "perl(Tk)\|perl(Term::ReadKey)"