From 8892f4aa0f77c84fec08ec555b64c146fb082c04eae371041ef01c4b68f85a8b Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 5 Apr 2010 16:47:07 +0000 Subject: [PATCH] Accepting request 36921 from devel:languages:perl checked in (request 36921) OBS-URL: https://build.opensuse.org/request/show/36921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Authen-SASL?expand=0&rev=10 --- Authen-SASL-2.14.tar.bz2 | 3 +++ Authen-SASL-2.1401.tar.bz2 | 3 --- perl-Authen-SASL.changes | 14 ------------ perl-Authen-SASL.spec | 44 ++++++++++++++++---------------------- 4 files changed, 22 insertions(+), 42 deletions(-) create mode 100644 Authen-SASL-2.14.tar.bz2 delete mode 100644 Authen-SASL-2.1401.tar.bz2 diff --git a/Authen-SASL-2.14.tar.bz2 b/Authen-SASL-2.14.tar.bz2 new file mode 100644 index 0000000..3439688 --- /dev/null +++ b/Authen-SASL-2.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b82a5c4fb70b8cf0ae803325e4e053ee036f789220a6bd3019b9c1726aeece +size 39087 diff --git a/Authen-SASL-2.1401.tar.bz2 b/Authen-SASL-2.1401.tar.bz2 deleted file mode 100644 index 9d47b92..0000000 --- a/Authen-SASL-2.1401.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d35a3760cfe2de6e25c000fc9927a06a58e97e6b0ea180fa853d3153a069605 -size 41407 diff --git a/perl-Authen-SASL.changes b/perl-Authen-SASL.changes index a16dd6d..9df6c9b 100644 --- a/perl-Authen-SASL.changes +++ b/perl-Authen-SASL.changes @@ -1,17 +1,3 @@ -------------------------------------------------------------------- -Sun Apr 4 19:28:58 UTC 2010 - chris@computersalat.de - -- update to 2.1401 - * Add META.yml to release -- cleanup spec - * sort TAGS - * update Url - * fix deps - - BuildReq perl - - Build-/Req Digest::MD5, Digest::HMAC_MD5 - * added compat_pl, SIGNATURE to doc -- added perl-macros - ------------------------------------------------------------------- Fri Mar 26 15:00:15 CET 2010 - anicka@suse.cz diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index b95fd57..417e775 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Authen-SASL (Version 2.1401) +# spec file for package perl-Authen-SASL (Version 2.14) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,24 +19,17 @@ Name: perl-Authen-SASL -Summary: SASL Authentication framework -Version: 2.1401 +BuildRequires: perl-Digest-HMAC +Version: 2.14 Release: 1 -License: Artistic +Requires: perl = %{perl_version} +AutoReqProv: on Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Authen-SASL +License: Artistic +Url: http://www.cpan.org/modules/by-module/Authen/ +Summary: SASL Authentication framework Source: Authen-SASL-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif -BuildRequires: perl(Test::More) -BuildRequires: perl(Digest::MD5) -BuildRequires: perl(Digest::HMAC_MD5) -Requires: perl = %{perl_version} -Requires: perl(Digest::MD5) -Requires: perl(Digest::HMAC_MD5) %description SASL is a generic mechanism for authentication used by several network @@ -53,27 +46,28 @@ Authors: Graham Barr %prep -%setup -q -n Authen-SASL-%{version} -# fix spurious-executable-perm -chmod 0644 *_pl +%setup -n Authen-SASL-%{version} -q %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} %{?_smp_mflags} +perl Makefile.PL +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install %perl_process_packlist -%perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT -%files -f %{name}.files +%files %defattr(-, root, root) -%doc api.txt Changes compat_pl example_pl SIGNATURE +%doc Changes api.txt example_pl +%doc %{_mandir}/man?/* +%{perl_vendorlib}/Authen +%{perl_vendorarch}/auto/Authen +/var/adm/perl-modules/%{name} %changelog