Hi.

I had to do this with the latest openssl source:

# install the pkgconfig file
install -m0755 -d %{buildroot}%{_libdir}/pkgconfig
install -m0644 openssl.pc %{buildroot}%{_libdir}/pkgconfig/

# fix weird man page naming...
mv "%{buildroot}%_mandir/man3/EVP_MD_CTX_copy_ex EVP_MD_CTX_copy.3" \
    "%{buildroot}%_mandir/man3/EVP_MD_CTX_copy_ex_EVP_MD_CTX_copy.3"

mv "%{buildroot}%_mandir/man3/UI_construct_prompt UI_add_user_data.3" \
    "%{buildroot}%_mandir/man3/UI_construct_prompt_UI_add_user_data.3"

mv "%{buildroot}%_mandir/man7/Modes of DES.7" \
    "%{buildroot}%_mandir/man7/Modes_of_DES.7"




I have no idea why the manpages was named this way, but ignoring renaming them 
makes the makewhatis cron job spit out errors.



Reply via email to