/[packages]/updates/3/openssl/current/SPECS/openssl.spec
ViewVC logotype

Diff of /updates/3/openssl/current/SPECS/openssl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 327008 by guillomovitch, Wed Dec 5 18:48:00 2012 UTC revision 330865 by oden, Fri Dec 14 12:50:10 2012 UTC
# Line 228  ln -snf openssl %{buildroot}%{_bindir}/s Line 228  ln -snf openssl %{buildroot}%{_bindir}/s
228  # The man pages rand.3 and passwd.1 conflict with other packages  # The man pages rand.3 and passwd.1 conflict with other packages
229  # Rename them to ssl-* and also make a symlink from openssl-* to ssl-*  # Rename them to ssl-* and also make a symlink from openssl-* to ssl-*
230  mv %{buildroot}%{_mandir}/man1/passwd.1 %{buildroot}%{_mandir}/man1/ssl-passwd.1  mv %{buildroot}%{_mandir}/man1/passwd.1 %{buildroot}%{_mandir}/man1/ssl-passwd.1
231  ln -sf ssl-passwd.1.bz2 %{buildroot}%{_mandir}/man1/openssl-passwd.1.bz2  ln -sf ssl-passwd.1%{_extension} %{buildroot}%{_mandir}/man1/openssl-passwd.1%{_extension}
232    
233  for i in rand err; do  for i in rand err; do
234      mv %{buildroot}%{_mandir}/man3/$i.3 %{buildroot}%{_mandir}/man3/ssl-$i.3      mv %{buildroot}%{_mandir}/man3/$i.3 %{buildroot}%{_mandir}/man3/ssl-$i.3
235      ln -snf ssl-$i.3.bz2 %{buildroot}%{_mandir}/man3/openssl-$i.3.bz2      ln -snf ssl-$i.3%{_extension} %{buildroot}%{_mandir}/man3/openssl-$i.3%{_extension}
236  done  done
237    
238  rm -rf {main,devel}-doc-info  rm -rf {main,devel}-doc-info

Legend:
Removed from v.327008  
changed lines
  Added in v.330865

  ViewVC Help
Powered by ViewVC 1.1.30