File xxteac.spec of Package xxteac
#
# spec file for package xxteac
#
Name: xxteac
BuildRequires: autoconf
BuildRequires: automake
Version: 0.93
Release: 2
License: GPL-3.0+
Summary: A program to encrypt and decrypt files
Url: https://sourceforge.net/projects/xxteac/
Group: Productivity/Networking/Security
Source0: https://sourceforge.net/projects/xxteac/files/xxteac-%{version}.tar.gz
%description
Tool for encrypting/decrypting files utilizing the Corrected Block TEA
algorithm by Roger Needham and David Wheeler.
%prep
%setup -q
%build
autoreconf -i -f
%configure
make
strip src/xxteac
%install
%makeinstall
%files
%doc README COPYING THANKS
%{_mandir}/man1/xxteac.1*
%{_bindir}/xxteac
%changelog
* Mon May 26 2014 Niko kiiskinen <nkiiskin@yahoo.com> 0.93-2
- fixed a bug which caused a segfault when reading big keys
* Sun May 25 2014 Niko Kiiskinen <nkiiskin@yahoo.com> 0.93-1
- initial package created (Version 0.93)