OBS User unknown 2008-03-21 02:51:13 +00:00 committed by Git OBS Bridge
parent 2df8af5bf0
commit 343807b0f8
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 18 14:49:33 CET 2008 - schwab@suse.de
- Don't use autopoint.
-------------------------------------------------------------------
Tue Feb 12 14:13:11 CET 2008 - mc@suse.de

View File

@ -17,7 +17,7 @@ License: Artistic License
Group: System/Libraries
AutoReqProv: on
Version: 2.8.12
Release: 1
Release: 8
Requires: cracklib-dict
Summary: Full Dictionary for cracklib
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
@ -73,7 +73,7 @@ This package contains a small dictionay file used by cracklib.
%patch2
%build
autoreconf
AUTOPOINT=true autoreconf -fi
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} \
--libdir=%{_libdir} --libexecdir=%{_libdir} --datadir=%{_datadir}
make
@ -137,6 +137,8 @@ ln -sf %{_datadir}/cracklib/pw_dict.pwi $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pw
%{_datadir}/cracklib/pw_dict.pwi
%changelog
* Tue Mar 18 2008 schwab@suse.de
- Don't use autopoint.
* Tue Feb 12 2008 mc@suse.de
- update to version 2.8.12
* minor bugfixes