perl-Authen-SASL/perl-Authen-SASL.spec

88 lines
2.6 KiB
RPMSpec
Raw Normal View History

Name: perl-Authen-SASL
Epoch: 1
Version: 2.1700
Release: 1mamba
Summary: Authen::SASL - SASL authentication module for PERL
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/E/EH/EHUELS/Authen-SASL-%{version}.tar.gz
License: Artistic, GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-Digest-HMAC
BuildRequires: perl-GSSAPI
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
%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
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1700-1mamba
- update to 2.1700
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 2.1401-1mamba
- automatic update by autodist
* Sat Apr 27 2013 Automatic Build System <autodist@mambasoft.it> 2.16-1mamba
- update to 2.16
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1401-3mamba
- perl 5.16 mass rebuild
* Sun Oct 24 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.1401-2mamba
- rebuild with INSTALLDIRS=vendor
* Mon Jun 21 2010 Automatic Build System <autodist@mambasoft.it> 2.1401-1mamba
- automatic update by autodist
* Fri Mar 12 2010 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
- automatic update by autodist
* Mon Sep 28 2009 Automatic Build System <autodist@mambasoft.it> 2.13-1mamba
- automatic update by autodist
* Mon Nov 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-2mamba
- automatic rebuild by autodist
* Wed Aug 20 2008 gil <puntogil@libero.it> 2.12-1mamba
- update to 2.12
* Wed May 10 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.09-1qilnx
- update to version 2.09 by autospec
* Wed Jan 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.08-1qilnx
- package created by autospec