diff --git a/glibc.changes b/glibc.changes index c1f56a6..724563f 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 20 15:04:33 UTC 2011 - lnussel@suse.de + +- install crypt_blowfish man pages + ------------------------------------------------------------------- Tue Jul 19 12:19:22 UTC 2011 - aj@suse.de diff --git a/glibc.spec b/glibc.spec index 479e13a..4203508 100644 --- a/glibc.spec +++ b/glibc.spec @@ -641,6 +641,11 @@ $BuildCC -static %{optflags} -Os $RPM_SOURCE_DIR/glibc_post_upgrade.c -o glibc_p %endif '-DLIBDIR="/%{_lib}"' '-DGCONV_MODULES_DIR="%{_libdir}/gconv"' +# crypt_blowfish man pages +pushd crypt_blowfish-%{crypt_bf_version} +make man +popd + ####################################################################### ### ### CHECK @@ -777,6 +782,12 @@ cp -p manual/libc/*.html %{buildroot}%{_datadir}/doc/glibc cd manpages; make install_root=%{buildroot} install; cd .. +# crypt_blowfish man pages +pushd crypt_blowfish-%{crypt_bf_version} +install -m755 -d %{buildroot}%{_mandir}/man3 +install -m644 *.3 %{buildroot}%{_mandir}/man3 +popd + # nscd tools: cp nscd/nscd.conf %{buildroot}/etc