]> git.pld-linux.org Git - packages/cracklib.git/blob - cracklib.spec
cracklib patch
[packages/cracklib.git] / cracklib.spec
1 Summary:     Password checking library
2 Summary(fr): Bibliothèque de vérification de mots de passe
3 Summary(tr): Parola denetim kitaplýðý
4 Summary(pl): Biblioteka sprawdzania hase³
5 Name:        cracklib
6 Version:     2.7
7 Release:     4
8 Group:       Development/Libraries
9 Group(pl):   Programowanie/Biblioteki
10 Source:      ftp://coast.cs.purdue.edu/pub/tools/unix/cracklib/%{name}_%{version}.tgz
11 Patch:       cracklib-2.7-redhat.patch
12 URL:         ftp://coast.cs.purdue.edu/pub/tools/unix/cracklib/
13 Copyright:   artistic
14 Buildroot:   /tmp/%{name}-%{version}-root
15
16 %description
17 Checks passwords for security related characteristics - length, uniqueness, 
18 whether they are in a word database, etc.
19
20 %description -l de
21 Überprüft Paßwörter auf Sicherheitsmerkmale - Länge, Eindeutigkeit, 
22 Anwesenheit in einer Wörter-Datenbank usw.
23
24 %description -l fr
25 Vérifie les caractéristiques liées à la sécurité des  mots de passe - longueur,
26 unicité, s'ils sont dans une base de mots, etc.
27
28 %description -l tr
29 Parolalarýn uzunluklarý, sistemde tek olmalarý, sözcük veri tabanýnda
30 bulunmamalarý gibi güvenlikle ilgili özelliklerini kontrol eder.
31
32 %description -l pl
33 Sprawdza has³a pod k±tem bezpieczeñstwa - d³ugo¶æ, unikalno¶æ, czy
34 wystêpuj± w s³owniu itp.
35
36 %package devel
37 Summary:     Header files and documentation for cracklib
38 Summary(pl): Pliki nag³ówkowe i dokumentacja dla cracklib
39 Group:       Development/Libraries
40 Group(pl):   Programowanie/Biblioteki
41 Requires:    %{name} = %{version}
42
43 %description devel
44 Header files and documentation for cracklib.
45
46 %description -l pl
47 Pliki nag³ówkowe i dokumentacja dla cracklib.
48
49 %package dicts
50 Summary:     Standard dictionaries (/usr/dict/words)
51 Summary(de): Standard-Wörterbücher (/usr/dict/words)
52 Summary(fr): Dictionnaires standards (/usr/dict/words)
53 Summary(tr): Standart sözlükler
54 Summary(pl): Standardowe s³owniki (/usr/dict/words)
55 Group:       Utilities/System
56 Group(pl):   Narzêdzia/System
57
58 %description dicts
59 Includes the cracklib dictionaries for the standard /usr/dict/words, as
60 well as utilities needed to create new dictionaries.
61
62 %description -l de dicts
63 Enthält die Cracklib-Wörterbücher für die Standard-/usr/dict/Wörter sowie
64 Utilities zum Erstellen neuer Wörterbücher"
65
66 %description -l fr dicts
67 Contient les dictionnaires cracklib pour le /usr/dict/words standard, ainsi
68 que les utilitaires nécessaires à la création de nouveaux dictionnaires.
69
70 %description -l tr dicts
71 /usr/dict/words dosyasý için 'cracklib' kitaplýklarýný ve yeni sözlükler
72 yaratýlmasý için gerekli yardýmcý programlarý içerir.
73
74 %description -l pl
75 Pakiet zawiera s³owniki cracklib'a dla standardowego /usr/dict/words oraz
76 narzêdzia do tworzenia nowych s³owników.
77
78 %prep
79 %setup -q -n %{name},%{version}
80 %patch -p1
81
82 %build
83 make all
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87 install -d $RPM_BUILD_ROOT/usr/{sbin,lib,include}
88 make install ROOT=$RPM_BUILD_ROOT
89
90 strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %post   -p /sbin/ldconfig
96 %postun -p /sbin/ldconfig
97
98 %files
99 %defattr(644, root, root, 755)
100 %doc README MANIFEST LICENCE POSTER
101 %attr(755, root, root) /usr/lib/lib*so.*.*
102
103 %files devel
104 %defattr(644, root, root, 755)
105 %doc HISTORY
106 %attr(755, root, root) /usr/lib/lib*so
107 /usr/include/*
108
109 %files dicts
110 %defattr(644, root, root, 755)
111 %attr(755, root, root) /usr/sbin/*
112 /usr/lib/cracklib_dict*
113
114 %changelog
115 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
116 - added pl translations
117 - cosmetics changes
118
119 * Sat Aug 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
120   [2.7-3]
121 - added -q %setup parameter,
122 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
123 - added using %%{name} and %%{version} in Source and %setup,
124 - added stripping shared libraries,
125 - added devel subpackage,
126 - added %attr and %defattr macros in %files (allows build package from
127   non-root account).
128
129 * Sat May 09 1998 Prospector System <bugs@redhat.com>
130 - translations modified for de, fr, tr
131
132 * Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
133 - updated to 2.7
134 - build shared libraries
135
136 * Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
137 - added -fPIC
138
139 * Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
140 - basic spec file cleanups
141
142 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
143 - built against glibc
This page took 0.089464 seconds and 3 git commands to generate.