podman/podman.spec

48 lines
1.2 KiB
RPMSpec
Raw Normal View History

2021-02-12 08:56:45 +03:00
%define debug %nil
%define debug_package %nil
%define _tmpfilesdir /usr/lib/tmpfiles.d
%define _systemddir /usr/lib/systemd
Name: podman
2021-08-31 09:22:07 +03:00
Version: 3.3.1
Release: 1
2021-02-12 08:56:45 +03:00
Summary: A tool for managing OCI containers and pods
URL: https://podman.io/
Source0: https://github.com/containers/podman/archive/v%{version}/%{name}-%{version}.tar.gz
Source1000: %{name}.rpmlintrc
License: ASL 2.0
Group: Development/Other
BuildRequires: go
BuildRequires: git-core
2021-02-12 09:27:20 +03:00
BuildRequires: %{_lib}gpgme-devel
2021-02-12 10:25:39 +03:00
BuildRequires: pkgconfig(libseccomp)
2021-08-21 23:26:42 +03:00
Requires: conmon >= 2.0.24
2021-02-12 08:56:45 +03:00
Requires: runc
%description
Podman (the POD MANager) is a tool for managing containers
and images, volumes mounted into those containers, and pods
made from groups of containers. Podman is based on libpod,
a library for container lifecycle management that is also
contained in this repository. The libpod library provides
APIs for managing containers, pods, container images, and
volumes.
%prep
%setup -q
%build
%make
%install
%makeinstall PREFIX=%{_prefix} DESTDIR=%{buildroot}
%files
%doc README.md LICENSE
%{_bindir}/%{name}*
%{_mandir}/man1/*
%{_mandir}/man5/*
2021-03-31 19:11:39 +03:00
#{_systemddir}/*
2021-08-21 15:24:01 +03:00
#{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
2021-02-12 08:56:45 +03:00
%{_tmpfilesdir}/podman.conf