From b06f6b2fcf372b5bfc29a4a99c0d6cf503fd7c2e Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Jun 25 2015 09:16:18 +0000 Subject: Correct the dep list - Modernize spec --- diff --git a/dvtm.spec b/dvtm.spec index 600323c..e0a0ec1 100644 --- a/dvtm.spec +++ b/dvtm.spec @@ -1,14 +1,19 @@ Name: dvtm Version: 0.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tiling window management for the console Group: Applications/System License: MIT and ISC URL: http://www.brain-dump.org/projects/%{name}/ Source0: http://www.brain-dump.org/projects/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-0.14-build.patch +BuildRequires: binutils +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make BuildRequires: ncurses BuildRequires: ncurses-devel +BuildRequires: sed %description dvtm brings the concept of tiling window management, popularized by @@ -27,13 +32,18 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} PREFIX=%{_prefix} %files -%doc LICENSE README +%license LICENSE +%doc README %{_bindir}/%{name} %{_bindir}/%{name}-status %{_mandir}/man1/%{name}.1* %{_datadir}/terminfo/d %changelog +* Thu Jun 25 2015 Petr Šabata - 0.14-3 +- Correct the dep list +- Modernize spec + * Wed Jun 17 2015 Fedora Release Engineering - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild