- explicitly include required headers from <packer.h> (#228698)
- attempt to provide doc strings in the python module
This commit is contained in:
parent
ba4b99c4b0
commit
f0b150931b
@ -4,7 +4,7 @@
|
|||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.9
|
Version: 2.8.9
|
||||||
Release: 9
|
Release: 10
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
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
|
Source37: pass_file.gz
|
||||||
|
|
||||||
Patch0: cracklib-2.8.9-suffix.patch
|
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/
|
URL: http://sourceforge.net/projects/cracklib/
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -102,6 +104,9 @@ If you are installing CrackLib, you should also install cracklib-dicts.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .suffix
|
%patch0 -p1 -b .suffix
|
||||||
|
cp lib/packer.h lib/packer.h.in
|
||||||
|
%patch1 -p1 -b .inttypes
|
||||||
|
%patch2 -p1 -b .docstring
|
||||||
autoreconf
|
autoreconf
|
||||||
mkdir cracklib-dicts
|
mkdir cracklib-dicts
|
||||||
for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
|
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
|
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-9
|
||||||
- drop final "." from summaries (Jef Spaleta, #225659)
|
- drop final "." from summaries (Jef Spaleta, #225659)
|
||||||
- drop static library from -devel subpackage (Jef Spaleta, #225659)
|
- drop static library from -devel subpackage (Jef Spaleta, #225659)
|
||||||
|
Loading…
Reference in New Issue
Block a user