From d05cbe129337056ee82f0eef2c6d3d9e4c5ec88e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 07 2014 19:02:09 +0000 Subject: Initial package (RHBZ #1116653) Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index e69de29..e931294 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/abduco-0.1.tar.gz diff --git a/abduco.spec b/abduco.spec new file mode 100644 index 0000000..8b3ea15 --- /dev/null +++ b/abduco.spec @@ -0,0 +1,39 @@ +Name: abduco +Version: 0.1 +Release: 1%{?dist} +Summary: Session management in a clean and simple way + +License: ISC +URL: http://www.brain-dump.org/projects/%{name}/ +Source0: %{url}/%{name}-%{version}.tar.gz + +%description +%{name} provides session management i.e. it allows programs to be run +independently from its controlling terminal. That is programs can be +detached - run in the background - and then later reattached. +Together with dvtm it provides a simpler and cleaner alternative to tmux or +screen. + +%prep +%setup -q +# Apply applicable build flags +echo '#!/bin/sh' > ./configure +chmod +x ./configure +# we don't want to strip binary +sed -i -e "/strip/d" Makefile + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install PREFIX=%{_prefix} + +%files +%doc LICENSE README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.* + +%changelog +* Mon Jul 07 2014 Igor Gnatenko - 0.1-1 +- Initial package (RHBZ #1116653) diff --git a/sources b/sources index e69de29..25cc7f9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +108ba7b537435b841ab9388ba6a8bf95 abduco-0.1.tar.gz