no-more-secrets-rust/no-more-secrets.spec

46 lines
1.2 KiB
RPMSpec
Raw Permalink Normal View History

2016-05-19 19:04:02 -07:00
Name: no-more-secrets
2017-02-17 10:41:15 -08:00
Version: 0.3.1
2016-05-19 19:04:02 -07:00
Release: 1%{?dist}
Summary: A recreation of the "decrypting text" effect from the 1992 movie Sneakers
2016-05-19 19:04:02 -07:00
Group: Amusements/Games
2017-02-17 10:41:15 -08:00
License: GPL-3.0+
2016-05-19 19:04:02 -07:00
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)
BuildRequires: ncurses-devel
%description
A tool set to recreate the famous "decrypting text" effect as seen in the 1992 movie Sneakers.
2016-05-19 19:04:02 -07:00
%prep
%setup -q -n %{name}-%{version}
%build
2017-02-17 10:41:15 -08:00
make nms sneakers-ncurses
2016-05-19 19:04:02 -07:00
%install
install -d m0755 %{buildroot}%{_bindir}
make install prefix=%{buildroot}/usr
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
2017-02-17 10:41:15 -08:00
%{_bindir}/nms
%{_bindir}/sneakers
%{_mandir}/man6/nms.6%{ext_man}
%{_mandir}/man6/sneakers.6%{ext_man}
2016-05-19 19:04:02 -07:00
%changelog
2017-02-17 10:41:15 -08:00
* Sat Feb 17 2017 Ferdinand Thiessen <rpm@fthiessen.de> - 0.3.1
- Update to 0.3.1
- Added manpages
2016-05-19 19:04:02 -07:00
* Fri May 20 2016 Thomas Guthmann <tguthmann@iseek.com.au> - 0.2
- Already a new version!
* Wed May 18 2016 Thomas Guthmann <tguthmann@iseek.com.au> - 0.1
- Initial release