1
0

Accepting request 73379 from home:vuntz:branches:GNOME:Factory

Add exclude path to gobjectintrospection.attr

OBS-URL: https://build.opensuse.org/request/show/73379
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2011-06-11 13:52:40 +00:00 committed by Git OBS Bridge
parent 7962eeb41e
commit 18c2835e33
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jun 11 15:08:25 CEST 2011 - vuntz@opensuse.org
- Add an exclude path to gobjectintrospection.attr: we do not want
to look at files in /usr/share/doc/packages/ as those are just
documentation files. If examples are provided as documentation,
we do not want those examples to cause excessive Requires. This
fixes python-gobject requiring typelib(Gtk).
-------------------------------------------------------------------
Fri Jun 3 13:13:22 UTC 2011 - dimstar@opensuse.org

View File

@ -1,3 +1,4 @@
%__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P
%__gobjectintrospection_requires %{_rpmconfigdir}/gi-find-deps.sh -R
%__gobjectintrospection_path ^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
%__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P
%__gobjectintrospection_requires %{_rpmconfigdir}/gi-find-deps.sh -R
%__gobjectintrospection_path ^(%{_libdir}/.*\.typelib)|(.*\.py)|(.*\.js)$
%__gobjectintrospection_exclude_path ^/usr/share/doc/packages/