Updated spec file

This commit is contained in:
Ferdinand Thiessen 2017-02-17 19:41:15 +01:00
parent 239359eb3e
commit faab291d82
1 changed files with 11 additions and 6 deletions

View File

@ -1,9 +1,9 @@
Name: no-more-secrets Name: no-more-secrets
Version: 0.2.0 Version: 0.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A recreation of the "decrypting text" effect from the 1992 movie Sneakers Summary: A recreation of the "decrypting text" effect from the 1992 movie Sneakers
Group: Amusements/Games Group: Amusements/Games
License: GPLv3 License: GPL-3.0+
URL: https://github.com/bartobri/no-more-secrets URL: https://github.com/bartobri/no-more-secrets
Source0: https://github.com/bartobri/no-more-secrets/archive/v%{version}.tar.gz Source0: https://github.com/bartobri/no-more-secrets/archive/v%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 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} %setup -q -n %{name}-%{version}
%build %build
make make nms sneakers-ncurses
%install %install
rm -rf %{buildroot}
install -d m0755 %{buildroot}%{_bindir} install -d m0755 %{buildroot}%{_bindir}
make install prefix=%{buildroot}/usr make install prefix=%{buildroot}/usr
@ -28,10 +27,16 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
/usr/bin/nms %{_bindir}/nms
/usr/bin/sneakers %{_bindir}/sneakers
%{_mandir}/man6/nms.6%{ext_man}
%{_mandir}/man6/sneakers.6%{ext_man}
%changelog %changelog
* Sat Feb 17 2017 Ferdinand Thiessen <rpm@fthiessen.de> - 0.3.1
- Update to 0.3.1
- Added manpages
* Fri May 20 2016 Thomas Guthmann <tguthmann@iseek.com.au> - 0.2 * Fri May 20 2016 Thomas Guthmann <tguthmann@iseek.com.au> - 0.2
- Already a new version! - Already a new version!