Accepting request 930083 from GNOME:Factory
(forwarded request 929859 from iznogood) OBS-URL: https://build.opensuse.org/request/show/930083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=97
This commit is contained in:
commit
b80ece7a7d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 6 10:54:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add explicit libgirepository-1_0-1 Requires to devel subpackage,
|
||||||
|
it was already pulled in via the main package, so no real change.
|
||||||
|
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 17 17:38:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Sep 17 17:38:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libffi-devel
|
Requires: libffi-devel
|
||||||
|
Requires: libgirepository-1_0-1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The goal of the project is to describe the APIs and collect them in
|
The goal of the project is to describe the APIs and collect them in
|
||||||
@ -124,8 +125,7 @@ diff -s %{SOURCE3} gobject-introspection-typelib.installed
|
|||||||
# fixup shebangs in files installed to /usr/bin
|
# fixup shebangs in files installed to /usr/bin
|
||||||
sed -i "s|%{_bindir}/env python|%{_bindir}/python|" %{buildroot}%{_bindir}/*
|
sed -i "s|%{_bindir}/env python|%{_bindir}/python|" %{buildroot}%{_bindir}/*
|
||||||
|
|
||||||
%post -n libgirepository-1_0-1 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgirepository-1_0-1
|
||||||
%postun -n libgirepository-1_0-1 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.GPL
|
%license COPYING COPYING.GPL
|
||||||
|
Loading…
Reference in New Issue
Block a user