Autobuild autoformatter for 62762

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=37
This commit is contained in:
Sascha Peilicke 2011-02-25 08:23:42 +00:00 committed by Git OBS Bridge
parent 48c7a1ae61
commit c6401b4c5a

View File

@ -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
@ -40,7 +40,7 @@ Source2: baselibs.conf
# Remove support for broken 64bit indexes from magic entry [bnc#106007]
Patch: cracklib-magic.diff
# PATCH-FIX-OPENSUSE Hide non-public functions
Patch1: cracklib-visibility.patch
Patch1: cracklib-visibility.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -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