File john-wordlists.spec of Package john-wordlists
#
# spec file for package john-wordlists (Version 1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: john-wordlists
URL: http://www.openwall.com/john/
License: Unknown
Group: Productivity/Security
Autoreqprov: on
Version: 1
Release: 1
Summary: Worlist files for John the Ripper
Source: %{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
These are huge wordlists for john (John the Ripper) (a fast password
cracker).
The following copyright statement applies to this wordlists collection
as a whole:
Copyright (c) 2002,2003 by Solar Designer of Openwall Project
The homepage URL for this wordlists collection is:
http://www.openwall.com/wordlists/
You're allowed to use and redistribute this wordlists collection or
parts thereof, with or without modification, provided that credit is
given where it is due, any modified versions are marked as such, this
license is kept intact and included with each copy, and NO FEE IS
CHARGED FOR OBTAINING A COPY except as negotiated with the copyright
holder. In particular, you are NOT permitted to charge for bandwidth,
physical media, and/or shipping. You're also not permitted to bundle
this wordlists collection with a product you charge for.
If redistribution for a fee is what you're after, please contact the
copyright holder to negotiate special terms for the downloadable or the
extended CD-ready version of this collection.
It was a significant amount of work to compile this collection and
having a monopoly on regulating the CD sales is my way to compensate
for the time already spent and to allow for further work.
Authors:
--------
Solar Designer <solar@false.com>
%prep
%setup -n %{name}-%{version}
%build
%install
JOHNDIR=$RPM_BUILD_ROOT/var/lib/john
install -d -m 700 $JOHNDIR/wordlists
install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/* $JOHNDIR/wordlists/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir /var/lib/john
%dir /var/lib/john/wordlists
%doc /var/lib/john/wordlists/*
%changelog -n john-wordlists
* Mon Mar 13 2006 - lrupp@suse.de
- initial version
- split off from john to save space on media