]> git.pld-linux.org Git - packages/cracklib.git/blob - cracklib.spec
953ec30b236197132c453dc13ab0a0d5f38b2e59
[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:          Libraries
9 Group(pl):      Biblioteki
10 Copyright:      artistic
11 Source:         ftp://coast.cs.purdue.edu/pub/tools/unix/cracklib/%{name}_%{version}.tgz
12 Patch:          cracklib.patch
13 URL:            ftp://coast.cs.purdue.edu/pub/tools/unix/cracklib/
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 gzip -9nf README MANIFEST LICENCE POSTER HISTORY
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %post   -p /sbin/ldconfig
98 %postun -p /sbin/ldconfig
99
100 %files
101 %defattr(644,root,root,755)
102 %doc {README,MANIFEST,LICENCE,POSTER}.gz
103 %attr(755,root,root) /usr/lib/lib*so.*.*
104
105 %files devel
106 %defattr(644,root,root,755)
107 %doc HISTORY.gz
108 %attr(755,root,root) /usr/lib/lib*so
109 /usr/include/*
110
111 %files dicts
112 %defattr(644,root,root,755)
113 %attr(755,root,root) /usr/sbin/*
114 /usr/lib/cracklib_dict*
115
116 %changelog
117 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
118 - added pl translations
119 - cosmetics changes
120
121 * Sat Aug 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
122   [2.7-3]
123 - added -q %setup parameter,
124 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
125 - added using %%{name} and %%{version} in Source and %setup,
126 - added stripping shared libraries,
127 - added devel subpackage,
128 - added %attr and %defattr macros in %files (allows build package from
129   non-root account).
130
131 * Sat May 09 1998 Prospector System <bugs@redhat.com>
132 - translations modified for de, fr, tr
133
134 * Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
135 - updated to 2.7
136 - build shared libraries
137
138 * Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
139 - added -fPIC
140
141 * Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
142 - basic spec file cleanups
143
144 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
145 - built against glibc
This page took 0.058128 seconds and 2 git commands to generate.