Accepting request 76612 from Base:System
- install crypt_blowfish man pages (forwarded request 76598 from lnussel) OBS-URL: https://build.opensuse.org/request/show/76612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=69
This commit is contained in:
parent
a51b2e0847
commit
be93ea58c4
@ -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
|
Tue Jul 19 12:19:22 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
11
glibc.spec
11
glibc.spec
@ -641,6 +641,11 @@ $BuildCC -static %{optflags} -Os $RPM_SOURCE_DIR/glibc_post_upgrade.c -o glibc_p
|
|||||||
%endif
|
%endif
|
||||||
'-DLIBDIR="/%{_lib}"' '-DGCONV_MODULES_DIR="%{_libdir}/gconv"'
|
'-DLIBDIR="/%{_lib}"' '-DGCONV_MODULES_DIR="%{_libdir}/gconv"'
|
||||||
|
|
||||||
|
# crypt_blowfish man pages
|
||||||
|
pushd crypt_blowfish-%{crypt_bf_version}
|
||||||
|
make man
|
||||||
|
popd
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
###
|
###
|
||||||
### CHECK
|
### CHECK
|
||||||
@ -777,6 +782,12 @@ cp -p manual/libc/*.html %{buildroot}%{_datadir}/doc/glibc
|
|||||||
|
|
||||||
cd manpages; make install_root=%{buildroot} install; cd ..
|
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:
|
# nscd tools:
|
||||||
|
|
||||||
cp nscd/nscd.conf %{buildroot}/etc
|
cp nscd/nscd.conf %{buildroot}/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user