]> git.pld-linux.org Git - packages/cracklib.git/blob - cracklib.spec
- relase 14,
[packages/cracklib.git] / cracklib.spec
1 Summary:        Password checking library
2 Summary(fr):    Bibliothèque de vérification de mots de passe
3 Summary(pl):    Biblioteka sprawdzania hase³
4 Summary(tr):    Parola denetim kitaplýðý
5 Name:           cracklib
6 Version:        2.7
7 Release:        14
8 License:        Artistic
9 Group:          Libraries
10 Group(de):      Libraries
11 Group(es):      Bibliotecas
12 Group(fr):      Librairies
13 Group(pl):      Biblioteki
14 Group(pt_BR):   Bibliotecas
15 Group(ru):      âÉÂÌÉÏÔÅËÉ
16 Group(uk):      â¦Â̦ÏÔÅËÉ
17 Source0:        ftp://coast.cs.purdue.edu/pub/tools/unix/cracklib/%{name}_%{version}.tgz
18 Patch0:         %{name}.patch
19 Patch1:         %{name}-pld.patch
20 Patch2:         %{name}-nss.patch
21 BuildRequires:  words
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Checks passwords for security related characteristics - length,
26 uniqueness, whether they are in a word database, etc.
27
28 %description -l de
29 Überprüft Paßwörter auf Sicherheitsmerkmale - Länge, Eindeutigkeit,
30 Anwesenheit in einer Wörter-Datenbank usw.
31
32 %description -l fr
33 Vérifie les caractéristiques liées à la sécurité des mots de passe -
34 longueur, unicité, s'ils sont dans une base de mots, etc.
35
36 %description -l pl
37 Sprawdza has³a pod k±tem bezpieczeñstwa - d³ugo¶æ, unikalno¶æ, czy
38 wystêpuj± w s³owniu itp.
39
40 %description -l tr
41 Parolalarýn uzunluklarý, sistemde tek olmalarý, sözcük veri tabanýnda
42 bulunmamalarý gibi güvenlikle ilgili özelliklerini kontrol eder.
43
44 %package devel
45 Summary:        Header files and documentation for cracklib
46 Summary(pl):    Pliki nag³ówkowe i dokumentacja dla cracklib
47 Group:          Development/Libraries
48 Group(de):      Entwicklung/Libraries
49 Group(es):      Desarrollo/Bibliotecas
50 Group(fr):      Development/Librairies
51 Group(pl):      Programowanie/Biblioteki
52 Group(pt_BR):   Desenvolvimento/Bibliotecas
53 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
54 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
55 Requires:       %{name} = %{version}
56
57 %description devel
58 Header files and documentation for cracklib.
59
60 %description -l pl
61 Pliki nag³ówkowe i dokumentacja dla cracklib.
62
63 %package dicts
64 Summary:        Standard dictionaries (/usr/share/dict/words)
65 Summary(de):    Standard-Wörterbücher (/usr/share/dict/words)
66 Summary(fr):    Dictionnaires standards (/usr/share/dict/words)
67 Summary(pl):    Standardowe s³owniki (/usr/share/dict/words)
68 Summary(tr):    Standart sözlükler (/usr/share/dict/words)
69 Group:          Applications/System
70 Group(de):      Applikationen/System
71 Group(pl):      Aplikacje/System
72
73 %description dicts
74 Includes the cracklib dictionaries for the standard /usr/dict/words,
75 as well as utilities needed to create new dictionaries.
76
77 %description -l de dicts
78 Enthält die Cracklib-Wörterbücher für die
79 Standard-/usr/share/dict/Wörter sowie Utilities zum Erstellen neuer
80 Wörterbücher"
81
82 %description -l fr dicts
83 Contient les dictionnaires cracklib pour le /usr/share/dict/words
84 standard, ainsi que les utilitaires nécessaires à la création de
85 nouveaux dictionnaires.
86
87 %description -l pl
88 Pakiet zawiera s³owniki cracklib'a dla standardowego
89 /usr/share/dict/words oraz narzêdzia do tworzenia nowych s³owników.
90
91 %description -l tr dicts
92 /usr/share/dict/words dosyasý için 'cracklib' kitaplýklarýný ve yeni
93 sözlükler yaratýlmasý için gerekli yardýmcý programlarý içerir.
94
95 %prep
96 %setup  -q -n %{name},%{version}
97 %patch0 -p1
98 %patch1 -p1
99 %patch2 -p1
100
101 %build
102 %{__make} all
103
104 %install
105 rm -rf $RPM_BUILD_ROOT
106 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir},%{_includedir},%{_datadir}/dict}
107
108 %{__make} install \
109         ROOT=$RPM_BUILD_ROOT
110
111 gzip -9nf README MANIFEST LICENCE POSTER HISTORY
112
113 %clean
114 rm -rf $RPM_BUILD_ROOT
115
116 %post   -p /sbin/ldconfig
117 %postun -p /sbin/ldconfig
118
119 %files
120 %defattr(644,root,root,755)
121 %doc {README,MANIFEST,LICENCE,POSTER}.gz
122
123 %attr(755,root,root) %{_libdir}/lib*so.*
124
125 %files devel
126 %defattr(644,root,root,755)
127 %doc HISTORY.gz
128 %attr(755,root,root) %{_libdir}/lib*.so
129 %{_includedir}/*
130
131 %files dicts
132 %defattr(644,root,root,755)
133 %attr(755,root,root) %{_sbindir}/*
134 %{_datadir}/dict/cracklib_dict*
This page took 0.036022 seconds and 4 git commands to generate.