File sectar.spec of Package sectar
Summary: create encrypted tar files
Name: sectar
Version: 1.02
Release: 1
License: GPL
Group: Productivity/Security
Packager: Leo Eraly <leo@unstable.be>
URL: http://freshmeat.net/projects/sectar/
Source: http://kent.dl.sourceforge.net/sourceforge/star/sectar-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Secure Tar (sectar) creates encrypted tape archives (tar files).
It uses gzip compression, and the AES algorithim.
The encryption is exported under exemption TSU 740.13.
%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 TODO COPYING INSTALL
%{_bindir}/sectar
%changelog
* Tue May 13 2008 Leo Eraly <leo@unstable.be> - 1.02-1
- Initial package