Enable python, pkgconfig provides
This commit is contained in:
parent
5fc6cf03a1
commit
b8c7c4c827
@ -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
|
||||
|
1
macros
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user