automatic update by autodist [release 2.1401-1mamba;Tue May 28 2013]
This commit is contained in:
parent
22882a711b
commit
9fe6873e84
@ -1,2 +1,4 @@
|
|||||||
# perl-Authen-SASL
|
# perl-Authen-SASL
|
||||||
|
|
||||||
|
SASL authentication module for PERL.
|
||||||
|
|
||||||
|
84
perl-Authen-SASL.spec
Normal file
84
perl-Authen-SASL.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <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
|
Loading…
Reference in New Issue
Block a user