]> git.pld-linux.org Git - packages/bubblewrap.git/blame - bubblewrap.spec
Updated to 0.3.3
[packages/bubblewrap.git] / bubblewrap.spec
CommitLineData
59e0aef7
JB
1Summary: bubblewrap - container setup utility
2Summary(pl.UTF-8): bubblewrap - narzędzie do tworzenia kontenerów
3Name: bubblewrap
0ef95fcf
JK
4Version: 0.3.3
5Release: 1
59e0aef7
JB
6License: LGPL v2+
7Group: Applications/System
8#Source0Download: https://github.com/projectatomic/bubblewrap/releases
9Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/%{name}-%{version}.tar.xz
0ef95fcf 10# Source0-md5: 69ce48ca2d637eaf6b42674ee903e5ad
59e0aef7
JB
11URL: https://github.com/projectatomic/bubblewrap
12BuildRequires: libcap-devel
13BuildRequires: libselinux-devel >= 2.1.9
14BuildRequires: libxslt-progs
15BuildRequires: tar >= 1:1.22
16BuildRequires: xz
17Requires: libselinux >= 2.1.9
7d2e9ba7 18Requires: uname(release) >= 3.5
59e0aef7
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22bwrap is a privileged helper for container setup.
23
24It works by creating a new, completely empty, filesystem namespace
25where the root is on a tmpfs that is invisible from the host, and
26which will be automatically cleaned up when the last process exists.
27You can then use commandline options to construct the root filesystem
28and process environment for the command to run in the namespace.
29
30%description -l pl.UTF-8
31bwrap to uprzywilejowany program pomocniczy do tworzenia kontenerów.
32
33Działa tworząc nową, całkowicie pustą przestrzeń nazw systemu plików,
34gdzie katalog główny jest na tmpfs-ie całkowicie niewidocznym z hosta,
35czyszczonym automatycznie po zakończeniu ostatniego procesu. Do
36tworzenia głównego systemu plików i środowiska procesów do
37uruchamiania poleceń w środowisku można używać opcji linii poleceń.
38
39%package -n bash-completion-bubblewrap
40Summary: Bash completion for bwrap command
41Summary(pl.UTF-8): Bashowe dopełnianie parametrów polecenia bwrap
42Group: Applications/Shells
43Requires: %{name} = %{version}-%{release}
44Requires: bash-completion >= 2.0
45
46%description -n bash-completion-bubblewrap
47Bash completion for bwrap command.
48
49%description -n bash-completion-bubblewrap -l pl.UTF-8
50Bashowe dopełnianie parametrów polecenia bwrap.
51
52%prep
53%setup -q
54
55%build
56%configure \
57 --disable-silent-rules
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files
70%defattr(644,root,root,755)
71%attr(755,root,root) %{_bindir}/bwrap
72%{_mandir}/man1/bwrap.1*
73
74%files -n bash-completion-bubblewrap
75%defattr(644,root,root,755)
76%{bash_compdir}/bwrap
This page took 0.09706 seconds and 4 git commands to generate.