remove gdbus-peer rpath compile option
(cherry picked from commit a4209255ebf7eb94124e452ef47c4f8ca9acef86)
This commit is contained in:
parent
d0eaebff70
commit
fb72ce6c23
11
glib2.spec
11
glib2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.68.1
|
Version: 2.68.1
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: The core library that forms the basis for projects such as GTK+ and GNOME
|
Summary: The core library that forms the basis for projects such as GTK+ and GNOME
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -98,6 +98,9 @@ rm -rf %{buildroot}/%{_datadir}/gdb/auto-load/%{_libdir}/__pycache__
|
|||||||
rm -rf %{buildroot}/%{_datadir}/glib-2.0/codegen/__pycache__
|
rm -rf %{buildroot}/%{_datadir}/glib-2.0/codegen/__pycache__
|
||||||
rm -rf %{buildroot}/%{_datadir}/glib-2.0/gdb/__pycache__
|
rm -rf %{buildroot}/%{_datadir}/glib-2.0/gdb/__pycache__
|
||||||
|
|
||||||
|
# remove rpath
|
||||||
|
chrpath -d %{buildroot}/%{_libexecdir}/installed-tests/glib/gdbus-peer
|
||||||
|
|
||||||
%find_lang glib20
|
%find_lang glib20
|
||||||
|
|
||||||
%transfiletriggerin -- %{_libdir}/gio/modules
|
%transfiletriggerin -- %{_libdir}/gio/modules
|
||||||
@ -171,6 +174,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 9 2022 yangcheng<yangcheng87@h-partners.com> - 2.68.1-9
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove gdbus-peer rpath compile option
|
||||||
|
|
||||||
* Wed Mar 2 2022 hanhui<hanhui15@h-partners.com> - 2.68.1-8
|
* Wed Mar 2 2022 hanhui<hanhui15@h-partners.com> - 2.68.1-8
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user