4be176e
Name:           bcrypt
4be176e
Version:        1.1
4be176e
Release:        2%{?dist}
4be176e
Summary:        File encryption utility
4be176e
4be176e
Group:          Applications/File
4be176e
License:        BSD
4be176e
URL:            http://%{name}.sourceforge.net/
4be176e
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
4be176e
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4be176e
BuildRequires:  zlib-devel
4be176e
4be176e
4be176e
%description
4be176e
Bcrypt is a cross platform file encryption utility. Encrypted files are
4be176e
portable across all supported operating systems and processors.
4be176e
Passphrases must be between 8 and 56 characters and are hashed internally
4be176e
to a 448 bit key. However, all characters supplied are significant. The
4be176e
stronger your passphrase, the more secure your data.
4be176e
4be176e
In addition to encrypting your data, bcrypt will by default overwrite the
4be176e
original input file with random garbage three times before deleting it in
4be176e
order to thwart data recovery attempts by persons who may gain access to
4be176e
your computer. Bcrypt uses the blowfish encryption algorithm published by 
4be176e
Bruce Schneier in 1993.
4be176e
4be176e
4be176e
%prep
4be176e
%setup -q
4be176e
4be176e
%{__perl} -pi.orig -e 's|\${PREFIX}/man/man1|\${PREFIX}/share/man/man1|g' Makefile
4be176e
4be176e
4be176e
%build
4be176e
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
4be176e
4be176e
4be176e
%install
4be176e
rm -rf $RPM_BUILD_ROOT 
4be176e
%{__make} install PREFIX="%{buildroot}%{_prefix}"
4be176e
4be176e
4be176e
%clean
4be176e
rm -rf $RPM_BUILD_ROOT
4be176e
4be176e
4be176e
%files
4be176e
%defattr(-, root, root, -)
4be176e
%doc LICENSE README
4be176e
%doc %{_mandir}/man1/bcrypt.1*
4be176e
%{_bindir}/bcrypt
4be176e
4be176e
%changelog
4be176e
* Wed Jul 30 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1-2
4be176e
  Fix BR and clean up spec
4be176e
4be176e
* Tue Jul 22 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1-1 
4be176e
- Initial package.