File ccrypt.spec of Package ccrypt
Summary: Crypt and Decrypt Files and Streams with AES
Name: ccrypt
Version: 1.8
Release: 0
License: GNU General Public License version 2 (GPL v2)
Group: Productivity/Security
URL: http://ccrypt.sourceforge.net/
# http://ccrypt.sourceforge.net/download/ccrypt-%{version}.tar.gz
Source: ccrypt-%{version}.tar.bz2
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 -q
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall htmldir="%{_docdir}/%{name}"
%find_lang ccrypt
%clean
%__rm -rf "%{buildroot}"
%files -f ccrypt.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog README NEWS
%doc %{_mandir}/man1/ccrypt.1*
%doc %{_mandir}/man1/ccat.1*
%doc %{_mandir}/man1/ccencrypt.1*
%doc %{_mandir}/man1/ccdecrypt.1*
%{_bindir}/ccrypt
%{_bindir}/ccat
%{_bindir}/ccencrypt
%{_bindir}/ccdecrypt
%changelog
* Sat Jun 6 2009 Pascal Bleser <pascal.bleser@opensuse.org> - 1.8
- update to 1.8
- some spec file tidying
- copied to security project
* Tue Aug 08 2007 Leo Eraly <leo@unstable.be> - 1.7-1
- Initial package