File ccrypt.spec of Package ccrypt
Summary: crypt and decrypt files and streams
Name: ccrypt
Version: 1.7
Release: 1
License: GPL
Group: Productivity/Security
Packager: Leo Eraly <leo@unstable.be>
URL: http://ccrypt.sourceforge.net/
Source: http://ccrypt.sourceforge.net/download/ccrypt-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
ccrypt is a utility for encrypting and decrypting files and streams.
It was designed as a replacement for the standard unix crypt utility,
which is notorious for using a very weak encryption algorithm.
ccrypt is based on the Rijndael cipher, which is the U.S. government's
chosen candidate for the Advanced Encryption Standard (AES, see http://www.nist.gov/aes).
This cipher is believed to provide very strong security.
%prep
%setup
%build
%configure --prefix=%{_prefix}
%{__make}
%install
%{__make} install DESTDIR="%{buildroot}" htmldir="%{_defaultdocdir}/%{name}/"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog README NEWS
%doc %{_mandir}/man1/ccrypt.1.gz
%doc %{_mandir}/man1/ccat.1.gz
%doc %{_mandir}/man1/ccencrypt.1.gz
%doc %{_mandir}/man1/ccdecrypt.1.gz
%{_bindir}/ccrypt
%{_bindir}/ccat
%{_bindir}/ccencrypt
%{_bindir}/ccdecrypt
%changelog
* Tue Aug 08 2007 Leo Eraly <leo@unstable.be> - 1.7-1
- Initial package