From dd7913ab44a4cd41bade74f598e18e374ee4e28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 4 Apr 2005 19:20:27 +0000 Subject: [PATCH] auto-import perl-Authen-SASL-2.08-1 on branch devel from perl-Authen-SASL-2.08-1.src.rpm Initial import. --- .cvsignore | 1 + perl-Authen-SASL.spec | 65 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 67 insertions(+) create mode 100644 perl-Authen-SASL.spec diff --git a/.cvsignore b/.cvsignore index e69de29..132daf7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Authen-SASL-2.08.tar.gz diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec new file mode 100644 index 0000000..8f56aa1 --- /dev/null +++ b/perl-Authen-SASL.spec @@ -0,0 +1,65 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-Authen-SASL +Version: 2.08 +Release: 1 +Summary: SASL Authentication framework for Perl + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/Authen-SASL/ +Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.08.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1, perl(Digest::HMAC) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +SASL is a generic mechanism for authentication used by several network +protocols. Authen::SASL provides an implementation framework that all +protocols should be able to share. + + +%prep +%setup -q -n Authen-SASL-%{version} + + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc api.txt Changes +%{perl_vendorlib}/Authen +%{_mandir}/man3/*.3* + + +%changelog +* Mon Apr 4 2005 Ville Skyttä - 2.08-1 +- Drop Epoch: 0 and 0.fdr release prefix. + +* Wed Jul 21 2004 Ville Skyttä - 0:2.08-0.fdr.1 +- Update to 2.08. +- Bring up to date with current fedora.us Perl spec template. + +* Fri Jan 30 2004 Ville Skyttä - 0:2.06-0.fdr.1 +- First build. diff --git a/sources b/sources index e69de29..77f08b7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a116d7a205fa0dcf969ac8e0bd78d4ff Authen-SASL-2.08.tar.gz