Accepting request 953307 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/953307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=99
This commit is contained in:
commit
e81f585c56
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- use bash for bash scripts (bsc#1195391)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ a uniform, machine readable format.
|
|||||||
install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
|
install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
|
||||||
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
|
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
|
||||||
# comparing, if we provide all the symbols expected.
|
# comparing, if we provide all the symbols expected.
|
||||||
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{SOURCE1} -P > gobject-introspection-typelib.installed
|
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | bash %{SOURCE1} -P > gobject-introspection-typelib.installed
|
||||||
diff -s %{SOURCE3} gobject-introspection-typelib.installed
|
diff -s %{SOURCE3} gobject-introspection-typelib.installed
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
# fixup shebangs in files installed to /usr/bin
|
# fixup shebangs in files installed to /usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user