bubblewrap/bubblewrap.spec

54 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: bubblewrap
Version: 0.4.1
Release: 1mamba
Summary: Unprivileged sandboxing tool
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/containers/bubblewrap.git
## GITSOURCE https://github.com/containers/bubblewrap.git v0.4.0
Source: https://github.com/containers/bubblewrap.git/v%{version}/bubblewrap-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libcap-devel
BuildRequires: libselinux-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Unprivileged sandboxing tool.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/bwrap
%{_datadir}/bash-completion/completions/bwrap
%{_mandir}/man1/bwrap.1*
%doc COPYING LICENSE
%changelog
* Tue Mar 31 2020 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
- automatic version update by autodist
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
- package created using the webbuild interface