Accepting request 390575 from GNOME:Next

- Do not package GIMarshallingTests: it's only used by the test
  suite and is useless on an installed system (the corresponding
  typelibs and libraries are also not installed).

Fix needed for the new gobject-introspection scanner logic in order to
not get invalid dependencies

OBS-URL: https://build.opensuse.org/request/show/390575
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2016-04-18 14:34:34 +00:00 committed by Git OBS Bridge
parent e4cbfa7f29
commit 5307dda692
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
- Do not package GIMarshallingTests: it's only used by the test
suite and is useless on an installed system (the corresponding
typelibs and libraries are also not installed).
-------------------------------------------------------------------
Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org

View File

@ -135,6 +135,8 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
# Drop pygtkcompat layer.it's useless and we lack other stuff for it to work
rm %{buildroot}%{local_py_sitedir}/gi/pygtkcompat.py
rm -r %{buildroot}%{local_py_sitedir}/pygtkcompat/
# Drop GIMarshallingTests - It's test suite remainders that should not be installed
find %{buildroot}%{local_py_sitedir}/gi -name GIMarshallingTests.py* -delete -print
rm examples/Makefile*
%fdupes $RPM_BUILD_ROOT

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
- Do not package GIMarshallingTests: it's only used by the test
suite and is useless on an installed system (the corresponding
typelibs and libraries are also not installed).
-------------------------------------------------------------------
Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org

View File

@ -135,6 +135,8 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
# Drop pygtkcompat layer.it's useless and we lack other stuff for it to work
rm %{buildroot}%{local_py_sitedir}/gi/pygtkcompat.py
rm -r %{buildroot}%{local_py_sitedir}/pygtkcompat/
# Drop GIMarshallingTests - It's test suite remainders that should not be installed
find %{buildroot}%{local_py_sitedir}/gi -name GIMarshallingTests.py* -delete -print
rm examples/Makefile*
%fdupes $RPM_BUILD_ROOT