mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-05-15 12:39:55 +08:00
add bubblewrap-ln-flatpak.spec
This commit is contained in:
parent
045565b4b9
commit
78459b003c
20
bubblewrap-ln-flatpak.spec
Normal file
20
bubblewrap-ln-flatpak.spec
Normal file
@ -0,0 +1,20 @@
|
||||
Name: bubblewrap-ln-flatpak
|
||||
Version: 1
|
||||
Release: 1
|
||||
Summary: use flatpak-bwrap instead bwrap (for CentOS 7)
|
||||
BuildArch: noarch
|
||||
License: None
|
||||
Requires: flatpak
|
||||
Provides: bubblewrap
|
||||
%description
|
||||
use flatpak-bwrap instead bwrap (for CentOS 7)
|
||||
|
||||
%install
|
||||
mkdir %{buildroot}/usr
|
||||
mkdir %{buildroot}/usr/bin
|
||||
ln -s /usr/libexec/flatpak-bwrap %{buildroot}/usr/bin/bwrap
|
||||
|
||||
%files
|
||||
/usr/bin/bwrap
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user