[packages/tini] new, version 0.9.0
glen
glen at pld-linux.org
Mon Mar 21 07:59:54 CET 2016
commit 0157d937ced9d31c6842056dca1786418b3cf4af
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Mar 21 08:59:36 2016 +0200
new, version 0.9.0
tini.spec | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
---
diff --git a/tini.spec b/tini.spec
new file mode 100644
index 0000000..6aff404
--- /dev/null
+++ b/tini.spec
@@ -0,0 +1,41 @@
+Summary: A tiny but valid init process for containers
+Name: tini
+Version: 0.9.0
+Release: 1
+License: MIT
+Group: Base
+Source0: https://github.com/krallin/tini/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: efd014cf45babe76415c4d6caee643d8
+URL: https://github.com/krallin/tini
+BuildRequires: cmake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tini is the simplest init you could think of.
+
+All Tini does is spawn a single child (Tini is meant to be run in a
+container), and wait for it to exit all the while reaping zombies and
+performing signal forwarding.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%attr(755,root,root) %{_bindir}/tini
+%attr(755,root,root) %{_bindir}/tini-static
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tini.git/commitdiff/0157d937ced9d31c6842056dca1786418b3cf4af
More information about the pld-cvs-commit
mailing list