- explicitly include required headers from <packer.h> (#228698)

- attempt to provide doc strings in the python module
This commit is contained in:
Nalin Dahyabhai 2007-03-12 23:19:00 +00:00
parent ba4b99c4b0
commit f0b150931b

View File

@ -4,7 +4,7 @@
Summary: A password-checking library
Name: cracklib
Version: 2.8.9
Release: 9
Release: 10
Group: System Environment/Libraries
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
@ -43,6 +43,8 @@ Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.
Source37: pass_file.gz
Patch0: cracklib-2.8.9-suffix.patch
Patch1: cracklib-2.8.9-inttypes.patch
Patch2: cracklib-2.8.9-docstring.patch
URL: http://sourceforge.net/projects/cracklib/
License: Artistic
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -102,6 +104,9 @@ If you are installing CrackLib, you should also install cracklib-dicts.
%prep
%setup -q
%patch0 -p1 -b .suffix
cp lib/packer.h lib/packer.h.in
%patch1 -p1 -b .inttypes
%patch2 -p1 -b .docstring
autoreconf
mkdir cracklib-dicts
for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
@ -179,6 +184,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
%{_libdir}/python*/site-packages/cracklibmodule.so
%changelog
* Mon Mar 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-10
- explicitly include required headers from <packer.h> (#228698)
- attempt to provide doc strings in the python module
* Mon Feb 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-9
- drop final "." from summaries (Jef Spaleta, #225659)
- drop static library from -devel subpackage (Jef Spaleta, #225659)