Accepting request 859487 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/859487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=52
This commit is contained in:
commit
c1aca0f2d4
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 15:54:11 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage,
|
||||
allow to remove python3 dependency on main package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 10:36:42 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable LTO (boo#1133124) as gobject-introspection works fine with LTO.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 17:30:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -146,7 +146,6 @@ more information.
|
||||
sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
@ -207,8 +206,6 @@ fi
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%{_bindir}/flatpak
|
||||
%{_bindir}/flatpak-bisect
|
||||
%{_bindir}/flatpak-coredumpctl
|
||||
%{_libexecdir}/flatpak-portal
|
||||
%{_libexecdir}/flatpak-session-helper
|
||||
%{_libexecdir}/flatpak-system-helper
|
||||
@ -273,6 +270,8 @@ fi
|
||||
%{_datadir}/zsh/site-functions/_flatpak
|
||||
|
||||
%files devel
|
||||
%{_bindir}/flatpak-bisect
|
||||
%{_bindir}/flatpak-coredumpctl
|
||||
%{_libdir}/pkgconfig/flatpak.pc
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_includedir}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user