crun-0.6-1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
a160789313
commit
8bf27bd1fb
59
crun.spec
59
crun.spec
@ -1,38 +1,47 @@
|
|||||||
Name: crun
|
Summary: OCI runtime written in C
|
||||||
Version: 0.1.1
|
Name: crun
|
||||||
Release: 1%{?dist}
|
Version: 0.6
|
||||||
Summary: Lightweight, easy to use, simpler cron-like tool
|
Release: 1%{?dist}
|
||||||
|
Source0: https://github.com/giuseppe/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
License: GPLv3+
|
||||||
|
URL: https://github.com/giuseppe/crun
|
||||||
|
|
||||||
Group: Applications/System
|
# We always run autogen.sh
|
||||||
License: GPLv2+
|
BuildRequires: autoconf
|
||||||
URL: http://code.google.com/p/koolkit/wiki/crun
|
BuildRequires: automake
|
||||||
Source0: http://koolkit.googlecode.com/files/%{name}-%{version}.tar.gz
|
BuildRequires: gcc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRequires: python
|
||||||
|
BuildRequires: git
|
||||||
|
BuildRequires: libcap-devel
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: yajl-devel
|
||||||
|
BuildRequires: libseccomp-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: python3-libmount
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: go-md2man
|
||||||
|
|
||||||
%description
|
%description
|
||||||
crun is a light weight, easy to use, simpler cron like tool.
|
crun is a OCI runtime
|
||||||
It Executes a given program, a specified number of times, after a specified
|
|
||||||
time interval.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
./autogen.sh
|
||||||
make %{?_smp_mflags}
|
%configure --disable-silent-rules
|
||||||
|
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT/usr/lib*
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/crun
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 11 2009 Damien Durand <splinux@fedoraproject.org> 0.1.1-1
|
* Tue Jun 18 2019 Giuseppe Scrivano <gscrivan@redhat.com> - 0.6-1
|
||||||
- Initial release
|
- built version 0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user