Hello community,

here is the log from the commit of package libopenssl0_9_8 for openSUSE:Factory 
checked in at 2013-06-20 21:23:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenssl0_9_8 (Old)
 and      /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenssl0_9_8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenssl0_9_8/libopenssl0_9_8.changes  
2012-06-25 11:48:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new/libopenssl0_9_8.changes     
2013-06-20 21:23:53.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 20 09:39:51 UTC 2013 - co...@suse.com
+
+- don't fiddle with man pages we're deleting later (fixes build
+  with perl 5.18)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libopenssl0_9_8.spec ++++++
--- /var/tmp/diff_new_pack.h996fT/_old  2013-06-20 21:23:53.000000000 +0200
+++ /var/tmp/diff_new_pack.h996fT/_new  2013-06-20 21:23:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenssl0_9_8
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -140,42 +140,16 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make MANDIR=%{_mandir} INSTALL_PREFIX=$RPM_BUILD_ROOT install
+make MANDIR=%{_mandir} INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw
 # install standard root certificates
 cp -pr certs/* $RPM_BUILD_ROOT/%{ssletcdir}/certs
 ln -sf ./openssl $RPM_BUILD_ROOT/%{_includedir}/ssl
-mkdir $RPM_BUILD_ROOT/%{_datadir}/ssl
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ssl
 mv $RPM_BUILD_ROOT/%{ssletcdir}/misc $RPM_BUILD_ROOT/%{_datadir}/ssl/
 # ln -s %{ssletcdir}/certs     $RPM_BUILD_ROOT/%{_datadir}/ssl/certs
 # ln -s %{ssletcdir}/private   $RPM_BUILD_ROOT/%{_datadir}/ssl/private
 # ln -s %{ssletcdir}/openssl.cnf       
$RPM_BUILD_ROOT/%{_datadir}/ssl/openssl.cnf
 #
-# avoid file conflicts with man pages from other packages
-#
-pushd $RPM_BUILD_ROOT/%{_mandir}
-# some man pages now contain spaces. This makes several scripts go havoc, 
among them /usr/sbin/Check.
-# replace spaces by underscores
-#for i in man?/*\ *; do mv -v "$i" "${i// /_}"; done
-which readlink &>/dev/null || function readlink { ( set +x; target=$(file $1 
2>/dev/null); target=${target//* }; test -f $target && echo $target; ) }
-for i in man?/*; do 
-       if test -L $i ; then
-           LDEST=`readlink $i`
-           rm -f $i ${i}ssl
-           ln -sf ${LDEST}ssl ${i}ssl
-       else
-           mv $i ${i}ssl
-        fi
-       case `basename ${i%.*}` in 
-           
asn1parse|ca|config|crl|crl2pkcs7|crypto|dgst|dhparam|dsa|dsaparam|enc|gendsa|genrsa|nseq|openssl|passwd|pkcs12|pkcs7|pkcs8|rand|req|rsa|rsautl|s_client|s_server|smime|spkac|ssl|verify|version|x509)
-               # these are the pages mentioned in openssl(1). They go into the 
main package.
-               echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist;;
-           *)  
-               # the rest goes into the openssl-doc package.
-               echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist.doc;;
-       esac
-done
-popd
-#
 # check wether some shared library has been installed
 #
 ls -l $RPM_BUILD_ROOT/%{_libdir}
@@ -228,7 +202,6 @@
 rm -rf $RPM_BUILD_ROOT/%{ssletcdir}
 rm -rf $RPM_BUILD_ROOT/%{_bindir}
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/ssl
-rm -rf $RPM_BUILD_ROOT/%{_mandir}
 
 %clean
 if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to