# # spec file for package cracklib-dict-full (Version 2.8.10) # # 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 Name: cracklib-dict-full BuildRequires: cracklib URL: http://sourceforge.net/projects/cracklib License: Artistic License Group: System/Libraries Autoreqprov: on Version: 2.8.10 Release: 1 Provides: cracklib-dict Provides: cracklib:/usr/share/cracklib/pw_dict.pwd Conflicts: cracklib-dict-small Summary: A Password-Checking Library Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz Source10: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.gz Source11: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.gz Source12: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.gz Source13: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.gz Source14: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.gz Source15: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.gz Source16: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.gz Source17: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.gz Source18: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.gz Source19: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.gz Source20: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.gz Source21: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.gz Source22: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.gz Source23: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.gz Source24: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.gz Source25: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.gz Source26: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.gz Source27: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.gz Source28: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.gz Source29: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.gz Source30: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.gz Source31: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.gz Source32: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.gz Source33: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.gz Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz Source37: pt_BR-wordlist.gz Source38: es-wordlist.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description CrackLib tests passwords to determine whether they match certain security-oriented characteristics. You can use CrackLib to stop users from choosing passwords that are easy to guess. %prep mkdir cracklib-dicts cp -f %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \ %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \ %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \ %{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} %{SOURCE29} \ %{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} \ %{SOURCE35} %{SOURCE36} %{SOURCE37} %{SOURCE38} %{SOURCE1} \ cracklib-dicts/ gunzip cracklib-dicts/* %build %clean rm -rf $RPM_BUILD_ROOT %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/cracklib/ /usr/sbin/cracklib-format cracklib-dicts/* | \ /usr/sbin/cracklib-packer $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict %files %defattr(-,root,root) %dir %{_datadir}/cracklib %{_datadir}/cracklib/pw_dict.hwm %{_datadir}/cracklib/pw_dict.pwd %{_datadir}/cracklib/pw_dict.pwi %changelog * Mon Apr 23 2007 - mc@suse.de - full cracklib dictionary - splitted out from cracklib