From faab291d82e5a423be14b2b7e4b0c5f993b5c936 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 17 Feb 2017 19:41:15 +0100 Subject: [PATCH] Updated spec file --- no-more-secrets.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/no-more-secrets.spec b/no-more-secrets.spec index 37917c7..d3a8c12 100644 --- a/no-more-secrets.spec +++ b/no-more-secrets.spec @@ -1,9 +1,9 @@ Name: no-more-secrets -Version: 0.2.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A recreation of the "decrypting text" effect from the 1992 movie Sneakers Group: Amusements/Games -License: GPLv3 +License: GPL-3.0+ URL: https://github.com/bartobri/no-more-secrets Source0: https://github.com/bartobri/no-more-secrets/archive/v%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -16,10 +16,9 @@ A tool set to recreate the famous "decrypting text" effect as seen in the 1992 m %setup -q -n %{name}-%{version} %build -make +make nms sneakers-ncurses %install -rm -rf %{buildroot} install -d m0755 %{buildroot}%{_bindir} make install prefix=%{buildroot}/usr @@ -28,10 +27,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -/usr/bin/nms -/usr/bin/sneakers +%{_bindir}/nms +%{_bindir}/sneakers +%{_mandir}/man6/nms.6%{ext_man} +%{_mandir}/man6/sneakers.6%{ext_man} %changelog +* Sat Feb 17 2017 Ferdinand Thiessen - 0.3.1 +- Update to 0.3.1 +- Added manpages + * Fri May 20 2016 Thomas Guthmann - 0.2 - Already a new version!