From b8c7c4c827f4f5ddbdf735cba1e072a3ffa82989 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 15 Jun 2005 22:18:12 +0000 Subject: [PATCH] Enable python, pkgconfig provides --- find-provides | 5 +++++ macros | 1 + 2 files changed, 6 insertions(+) diff --git a/find-provides b/find-provides index 6af54cd..f0a5624 100755 --- a/find-provides +++ b/find-provides @@ -65,4 +65,9 @@ done | sort -u [ -x /usr/lib/rpm/redhat/find-provides.libtool ] && echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/redhat/find-provides.libtool | sort -u +# +# --- pkgconfig +[ -x /usr/lib/rpm/redhat/find-provides.pkgconfig ] && + echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/redhat/find-provides.pkgconfig | sort -u + exit 0 diff --git a/macros b/macros index 9aa8269..a24c3cd 100644 --- a/macros +++ b/macros @@ -85,6 +85,7 @@ /usr/lib/rpm/redhat/brp-strip %{__strip} \ /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ + /usr/lib/rpm/redhat/brp-python-bytecompile \ %{nil} # /usr/lib/rpm/redhat/brp-implant-ident-static