Name: abduco Version: 0.2 Release: 2%{?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 %build %configure make %{?_smp_mflags} %install %make_install PREFIX=%{_prefix} STRIP=: %files %doc LICENSE README %{_bindir}/%{name} %{_mandir}/man1/%{name}.* %changelog * Sat Dec 6 2014 Ville Skyttä - 0.2-2 - Don't strip binaries too early * Tue Nov 18 2014 Igor Gnatenko - 0.2-1 - update to 0.2 (RHBZ #1165180) * Fri Aug 15 2014 Fedora Release Engineering - 0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Mon Jul 07 2014 Igor Gnatenko - 0.1-1 - Initial package (RHBZ #1116653)