From 4fbc13881fc1b2e682fdb8312e1745806afeb8ba Mon Sep 17 00:00:00 2001 From: Denis Fateyev Date: Jan 27 2016 18:31:41 +0000 Subject: abduco: 0.5 release --- diff --git a/.gitignore b/.gitignore index 8de0168..b7559df 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /abduco-0.2.tar.gz /abduco-0.3.tar.gz /abduco-0.4.tar.gz +/abduco-0.5.tar.gz diff --git a/abduco.spec b/abduco.spec index ede947f..19e59f1 100644 --- a/abduco.spec +++ b/abduco.spec @@ -1,12 +1,16 @@ Name: abduco -Version: 0.4 -Release: 2%{?dist} +Version: 0.5 +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 +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make + %description %{name} provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be @@ -28,11 +32,17 @@ make %{?_smp_mflags} %make_install PREFIX=%{_prefix} STRIP=: %files -%doc LICENSE README.md +%{!?_licensedir:%global license %doc} +%license LICENSE +%doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.* %changelog +* Wed Jan 27 2016 Denis Fateyev - 0.5-1 +- Update to 0.5 release +- Modernize package spec + * Tue Jun 16 2015 Fedora Release Engineering - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3881912..9dcd7bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc1e01b5333e36e01e058476ed3efa96 abduco-0.4.tar.gz +c1582411bc12f36620ec0e555da540fc abduco-0.5.tar.gz