|
@@ -1,13 +1,13 @@
|
|
%bcond_with systemd
|
|
%bcond_with systemd
|
|
|
|
|
|
%global bubblewrap_version 0.4.1
|
|
%global bubblewrap_version 0.4.1
|
|
-%global ostree_version 2020.4
|
|
|
|
|
|
+%global ostree_version 2020.8
|
|
|
|
|
|
Name: flatpak
|
|
Name: flatpak
|
|
-Version: 1.8.1
|
|
|
|
|
|
+Version: 1.10.1
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Summary: Application deployment framework for desktop apps
|
|
Summary: Application deployment framework for desktop apps
|
|
-
|
|
|
|
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -67,7 +67,6 @@ Requires: /usr/bin/xdg-dbus-proxy
|
|
#Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
|
#Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
|
Requires: %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
Requires: %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
Recommends: p11-kit-server
|
|
Recommends: p11-kit-server
|
|
-
|
|
|
|
Recommends: xdg-desktop-portal > 0.10
|
|
Recommends: xdg-desktop-portal > 0.10
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -75,8 +74,10 @@ flatpak is a system for building, distributing and running sandboxed desktop
|
|
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
|
|
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
|
|
more information.
|
|
more information.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Group: programming
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
@@ -86,6 +87,7 @@ This package contains the pkg-config file and development headers for %{name}.
|
|
|
|
|
|
%package libs
|
|
%package libs
|
|
Summary: Libraries for %{name}
|
|
Summary: Libraries for %{name}
|
|
|
|
+Group: system
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
@@ -96,6 +98,7 @@ This package contains libflatpak.
|
|
|
|
|
|
%package session-helper
|
|
%package session-helper
|
|
Summary: User D-Bus service used by %{name} and others
|
|
Summary: User D-Bus service used by %{name} and others
|
|
|
|
+Group: system
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Conflicts: flatpak < 1.4.1-2
|
|
Conflicts: flatpak < 1.4.1-2
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
@@ -108,6 +111,7 @@ that's used by %{name} and other packages.
|
|
|
|
|
|
%package tests
|
|
%package tests
|
|
Summary: Tests for %{name}
|
|
Summary: Tests for %{name}
|
|
|
|
+Group: programming
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
@@ -118,6 +122,9 @@ Requires: ostree%{?_isa} >= %{ostree_version}
|
|
This package contains installed tests for %{name}.
|
|
This package contains installed tests for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%autosetup -p1
|
|
%autosetup -p1
|
|
|
|
|
|
@@ -174,7 +181,6 @@ getent passwd flatpak >/dev/null || \
|
|
-c "User for flatpak system helper" flatpak
|
|
-c "User for flatpak system helper" flatpak
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
-
|
|
|
|
%if 0
|
|
%if 0
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%post
|
|
%post
|
|
@@ -199,8 +205,7 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
|
|
-%post libs -p /sbin/ldconfig
|
|
|
|
-%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
+%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
@@ -243,6 +248,7 @@ fi
|
|
%{_unitdir}/flatpak-system-helper.service
|
|
%{_unitdir}/flatpak-system-helper.service
|
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
|
%{_userunitdir}/flatpak-portal.service
|
|
%{_userunitdir}/flatpak-portal.service
|
|
|
|
+%{_systemd_system_env_generator_dir}/60-flatpak-system-only
|
|
%{_systemd_user_env_generator_dir}/60-flatpak
|
|
%{_systemd_user_env_generator_dir}/60-flatpak
|
|
/usr/lib/sysusers.d/flatpak.conf
|
|
/usr/lib/sysusers.d/flatpak.conf
|
|
%endif
|
|
%endif
|
|
@@ -274,6 +280,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.10.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Jul 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.8.1-1
|
|
* Tue Jul 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.8.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|