pkg://john-wordlists-1-68.src.rpm:14090339/john-wordlists.spec
info downloads
#
# spec file for package john-wordlists (Version 1)
#
# Copyright (c) 2007 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
# usedforbuild aaa_base acl attr audit-libs autoconf automake bash binutils bzip2 coreutils cpio cpp cpp42 cracklib cvs diffutils file filesystem fillup findutils gawk gcc gcc42 gdbm gettext gettext-devel glibc glibc-devel glibc-locale grep groff gzip info insserv less libacl libattr libbz2-1 libbz2-devel libdb-4_5 libgcc42 libgomp42 libltdl-3 libmudflap42 libreadline5 libstdc++42 libtool libuuid1 libvolume_id libxcrypt libzio linux-kernel-headers m4 make man mktemp ncurses net-tools netcfg pam pam-modules patch perl perl-base permissions popt rpm sed sysvinit tar texinfo timezone util-linux zlib
Name: john-wordlists
Url: http://www.openwall.com/john/
License: Any Noncommercial, individual distribution permission.
Group: Productivity/Security
AutoReqProv: on
Version: 1
Release: 68
Summary: Word List Files for John the Ripper
Source: %{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
These are huge word lists for john (John the Ripper) (a fast password
cracker).
The following copyright statement applies to this word list collection
as a whole:
Copyright (c) 2002,2003 by Solar Designer of Openwall Project
The home page for this word list collection is:
http://www.openwall.com/wordlists/
Authors:
--------
Solar Designer <solar@false.com>
%debug_package
%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
* Mon Mar 13 2006 - lrupp@suse.de
- initial version
- split off from john to save space on media