Accepting request 76598 from home:lnussel:crypt_blowfish

- install crypt_blowfish man pages

OBS-URL: https://build.opensuse.org/request/show/76598
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=84
This commit is contained in:
Andreas Jaeger 2011-07-21 09:06:03 +00:00 committed by Git OBS Bridge
parent be30615ed1
commit e7526c05f5
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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