commit perl-Crypt-SSLeay for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Crypt-SSLeay for openSUSE:Factory checked in at Wed Jan 14 01:54:51 CET 2009. -------- --- perl-Crypt-SSLeay/perl-Crypt-SSLeay.changes 2008-04-03 16:11:56.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Crypt-SSLeay/perl-Crypt-SSLeay.changes 2009-01-13 14:47:48.701024000 +0100 @@ -1,0 +2,9 @@ +Tue Jan 13 14:35:00 CET 2009 - mrueckert@suse.de + +- fix rpmlint warnings + - repackage as tar.bz2 + - make certs nonexecutable + - remove outdated conditionals on suse_version 820 +- enable testsuite (bnc#465698) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Crypt-SSLeay-0.57.tar.gz New: ---- Crypt-SSLeay-0.57.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Crypt-SSLeay.spec ++++++ --- /var/tmp/diff_new_pack.x13468/_old 2009-01-14 01:54:34.000000000 +0100 +++ /var/tmp/diff_new_pack.x13468/_new 2009-01-14 01:54:34.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package perl-Crypt-SSLeay (Version 0.57) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,10 +25,10 @@ Requires: openssl Requires: perl = %{perl_version} AutoReqProv: on -Summary: perl module that provides LWP https support +Summary: A perl module that provides LWP https support Version: 0.57 -Release: 1 -Source: Crypt-SSLeay-%{version}.tar.gz +Release: 42 +Source: Crypt-SSLeay-%{version}.tar.bz2 Patch: Crypt-SSLeay-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,51 +52,38 @@ %prep %setup -n Crypt-SSLeay-%{version} %patch -# --------------------------------------------------------------------------- +chmod a-x certs/*pem %build export CRYPT_SSLEAY_DEFAULT=/usr perl Makefile.PL make -# --------------------------------------------------------------------------- + +%check +make test %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; -%if %suse_version > 820 make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist -%else -install -d $RPM_BUILD_ROOT/%{perl_archlib} -make PREFIX=$RPM_BUILD_ROOT/usr \ - INSTALLMAN3DIR=$RPM_BUILD_ROOT/%{_mandir}/man3 \ - install -install -d $RPM_BUILD_ROOT/var/adm/perl-modules -cat $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod | sed "s@$RPM_BUILD_ROOT@@g" > $RPM_BUILD_ROOT/var/adm/perl-modules/%{name} -cd $RPM_BUILD_ROOT/%{perl_sitearch}/auto/Crypt/SSLeay -sed "s@$RPM_BUILD_ROOT@@g" < .packlist | sort -u > .packlist.tmp -mv .packlist.tmp .packlist -%endif %files %defattr(-,root,root) -%if %suse_version > 820 -%dir %{perl_vendorarch}/Crypt -%dir %{perl_vendorarch}/Crypt/SSLeay -%dir %{perl_vendorarch}/Net %{perl_vendorarch}/Crypt %{perl_vendorarch}/Net/SSL.pm +%dir %{perl_vendorarch}/Net/ %dir %{perl_vendorarch}/auto/Crypt %{perl_vendorarch}/auto/Crypt/SSLeay -%else -%{perl_sitearch}/Crypt/SSLeay -%{perl_sitearch}/Crypt/SSLeay.pm -%{perl_sitearch}/auto/Crypt/SSLeay -%endif /var/adm/perl-modules/%{name} %doc Changes MANIFEST README certs -%doc %{_mandir}/man3/* +%{_mandir}/man3/* %changelog +* Tue Jan 13 2009 mrueckert@suse.de +- fix rpmlint warnings + - repackage as tar.bz2 + - make certs nonexecutable + - remove outdated conditionals on suse_version 820 +- enable testsuite (bnc#465698) * Thu Apr 03 2008 ug@suse.de - version to 0.57 - Honour both $ENV{NO_PROXY} and $ENV{no_proxy} in @@ -117,7 +111,7 @@ - converted neededforbuild to BuildRequires * Sat Nov 12 2005 schwab@suse.de - Fix crash due to API change in SSL library [#129911]. -* Thu Sep 29 2005 dmueller@suse.de +* Wed Sep 28 2005 dmueller@suse.de - add norootforbuild * Mon Sep 01 2003 ug@suse.de - initial package ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de