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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@ Obsoletes: cracklib-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.8.18
|
Version: 2.8.18
|
||||||
Release: 1
|
Release: 9
|
||||||
Requires: cracklib-dict
|
Requires: cracklib-dict
|
||||||
Summary: Library to crack passwords using dictionaries
|
Summary: Library to crack passwords using dictionaries
|
||||||
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
|
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
|
||||||
@ -40,7 +40,7 @@ Source2: baselibs.conf
|
|||||||
# Remove support for broken 64bit indexes from magic entry [bnc#106007]
|
# Remove support for broken 64bit indexes from magic entry [bnc#106007]
|
||||||
Patch: cracklib-magic.diff
|
Patch: cracklib-magic.diff
|
||||||
# PATCH-FIX-OPENSUSE Hide non-public functions
|
# PATCH-FIX-OPENSUSE Hide non-public functions
|
||||||
Patch1: cracklib-visibility.patch
|
Patch1: cracklib-visibility.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,6 +99,7 @@ This package contains a small dictionay file used by cracklib.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
AUTOPOINT=true autoreconf -fi
|
AUTOPOINT=true autoreconf -fi
|
||||||
%configure --enable-hidden-symbols --disable-static --with-pic
|
%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
|
#ln -sf %{_datadir}/cracklib/pw_dict.pwd.gz $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pwd.gz
|
||||||
%{find_lang} %{name}
|
%{find_lang} %{name}
|
||||||
nm -C -D %{buildroot}%{_libdir}/libcrack.so.2 | grep ' T '
|
nm -C -D %{buildroot}%{_libdir}/libcrack.so.2 | grep ' T '
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user