Autobuild autoformatter for 62762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=37
This commit is contained in:
parent
48c7a1ae61
commit
c6401b4c5a
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cracklib (Version 2.8.18)
|
||||
# spec file for package cracklib
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,7 +31,7 @@ Obsoletes: cracklib-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.8.18
|
||||
Release: 1
|
||||
Release: 9
|
||||
Requires: cracklib-dict
|
||||
Summary: Library to crack passwords using dictionaries
|
||||
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
|
||||
@ -99,6 +99,7 @@ This package contains a small dictionay file used by cracklib.
|
||||
translation-update-upstream
|
||||
%patch
|
||||
%patch1
|
||||
|
||||
%build
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
%configure --enable-hidden-symbols --disable-static --with-pic
|
||||
@ -133,6 +134,7 @@ ln -sf %{_datadir}/cracklib/pw_dict.pwi $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pw
|
||||
#ln -sf %{_datadir}/cracklib/pw_dict.pwd.gz $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pwd.gz
|
||||
%{find_lang} %{name}
|
||||
nm -C -D %{buildroot}%{_libdir}/libcrack.so.2 | grep ' T '
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user