964b988
Name:           bcrypt
964b988
Version:        1.1
832a73a
Release:        11%{?dist}
964b988
Summary:        File encryption utility
964b988
964b988
Group:          Applications/File
964b988
License:        BSD
964b988
URL:            http://%{name}.sourceforge.net/
964b988
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
964b988
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
964b988
BuildRequires:  zlib-devel
964b988
964b988
964b988
%description
964b988
Bcrypt is a cross platform file encryption utility. Encrypted files are
964b988
portable across all supported operating systems and processors.
964b988
Passphrases must be between 8 and 56 characters and are hashed internally
964b988
to a 448 bit key. However, all characters supplied are significant. The
964b988
stronger your passphrase, the more secure your data.
964b988
964b988
In addition to encrypting your data, bcrypt will by default overwrite the
964b988
original input file with random garbage three times before deleting it in
964b988
order to thwart data recovery attempts by persons who may gain access to
964b988
your computer. Bcrypt uses the blowfish encryption algorithm published by 
964b988
Bruce Schneier in 1993.
964b988
964b988
964b988
%prep
964b988
%setup -q
964b988
964b988
%{__perl} -pi.orig -e 's|\${PREFIX}/man/man1|\${PREFIX}/share/man/man1|g' Makefile
964b988
964b988
964b988
%build
964b988
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
964b988
964b988
964b988
%install
964b988
rm -rf $RPM_BUILD_ROOT 
964b988
%{__make} install PREFIX="%{buildroot}%{_prefix}"
964b988
964b988
964b988
%clean
964b988
rm -rf $RPM_BUILD_ROOT
964b988
964b988
964b988
%files
964b988
%defattr(-, root, root, -)
964b988
%doc LICENSE README
964b988
%doc %{_mandir}/man1/bcrypt.1*
964b988
%{_bindir}/bcrypt
964b988
964b988
%changelog
832a73a
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-11
832a73a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
832a73a
750654a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
750654a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
750654a
fdb337c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
fdb337c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fdb337c
3dc8c0d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
3dc8c0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3dc8c0d
16130f4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
16130f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
16130f4
ab49eac
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
ab49eac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ab49eac
9087bbe
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
9087bbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9087bbe
a3dfd3d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
a3dfd3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a3dfd3d
cdfa125
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
cdfa125
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cdfa125
964b988
* Wed Jul 30 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1-2
964b988
  Fix BR and clean up spec
964b988
964b988
* Tue Jul 22 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1-1 
964b988
- Initial package.