9
0

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
This commit is contained in:
OBS User autobuild
2010-04-05 16:47:07 +00:00
committed by Git OBS Bridge
parent 2c4238cb71
commit 8892f4aa0f
4 changed files with 22 additions and 42 deletions

3
Authen-SASL-2.14.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50b82a5c4fb70b8cf0ae803325e4e053ee036f789220a6bd3019b9c1726aeece
size 39087

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d35a3760cfe2de6e25c000fc9927a06a58e97e6b0ea180fa853d3153a069605
size 41407

View File

@@ -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

View File

@@ -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 <gbarr@pobox.com>
%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