%global debug_package %{nil}

Name:           no-more-secrets
Version:        1.0.1
Release:        1%{?dist}
Summary:        A recreation of the "decrypting text" effect from the 1992 movie Sneakers
Group:          Amusements/Games
License:        GPL-3
URL:            https://github.com/bartobri/no-more-secrets
Source0:        https://github.com/bartobri/no-more-secrets/archive/v%{version}.tar.gz

BuildRequires:  ncurses-devel
BuildRequires:  gcc

%description
A tool set to recreate the famous data decryption effect
as seen in the 1992 movie Sneakers.

%prep
%autosetup

%build
%make_build all

%install
%make_install prefix=%{_prefix}

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Fri May 03 2024 Greg Wildman <greg@techno.co.za> - 1.0.1-1
- New version.

* Fri Dec 06 2019 Greg Wildman <greg@techno.co.za> - 0.3.3-2
- Spec cleanup. Remove redundant clean section.

* Fri Dec 06 2019 Greg Wildman <greg@techno.co.za> - 0.3.3-1
- Initial spec.