From 9fe6873e849156a8ad646d2339bf763b15fbe958 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:35:24 +0100 Subject: [PATCH] automatic update by autodist [release 2.1401-1mamba;Tue May 28 2013] --- README.md | 2 ++ perl-Authen-SASL.spec | 84 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 perl-Authen-SASL.spec diff --git a/README.md b/README.md index 97b0059..8af2eb8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Authen-SASL +SASL authentication module for PERL. + diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec new file mode 100644 index 0000000..bf745f0 --- /dev/null +++ b/perl-Authen-SASL.spec @@ -0,0 +1,84 @@ +Name: perl-Authen-SASL +Epoch: 1 +Version: 2.1401 +Release: 1mamba +Summary: Authen::SASL - SASL authentication module for PERL +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-Digest-HMAC +BuildRequires: perl-GSSAPI +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +SASL authentication module for PERL. + +%prep +%setup -q -n Authen-SASL-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall_perl + +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm -f $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Tue May 28 2013 Automatic Build System 2.1401-1mamba +- automatic update by autodist + +* Sat Apr 27 2013 Automatic Build System 2.16-1mamba +- update to 2.16 + +* Mon Nov 12 2012 Silvan Calarco 2.1401-3mamba +- perl 5.16 mass rebuild + +* Sun Oct 24 2010 Davide Madrisan 2.1401-2mamba +- rebuild with INSTALLDIRS=vendor + +* Mon Jun 21 2010 Automatic Build System 2.1401-1mamba +- automatic update by autodist + +* Fri Mar 12 2010 Automatic Build System 2.14-1mamba +- automatic update by autodist + +* Mon Sep 28 2009 Automatic Build System 2.13-1mamba +- automatic update by autodist + +* Mon Nov 03 2008 Silvan Calarco 2.12-2mamba +- automatic rebuild by autodist + +* Wed Aug 20 2008 gil 2.12-1mamba +- update to 2.12 + +* Wed May 10 2006 Stefano Cotta Ramusino 2.09-1qilnx +- update to version 2.09 by autospec + +* Wed Jan 19 2005 Silvan Calarco 2.08-1qilnx +- package created by autospec