Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 88a862ef3019d39f1079139d1634ae10 > files > 2

perl-LWP-Authen-Wsse-0.05-4mdv2009.0.src.rpm

%define module  LWP-Authen-Wsse
%define name    perl-%{module}
%define version 0.05
%define release %mkrel 4

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Artistic and GPL
Group:		Development/Perl
Summary:    Library for enabling X-WSSE authentication in LWP
Url:		http://search.cpan.org/dist/%{module}
Source:     http://www.cpan.org/modules/by-module/LWP/%{module}-%{version}.tar.bz2
BuildRequires:	perl(Digest::SHA1)
BuildArch:      noarch
BuildRoot:  	%{_tmppath}/%{name}-%{version}

%description
LWP::Authen::Wsse allows LWP to authenticate against servers that are using 
the X-WSSE authentication scheme, as required by the Atom Authentication API.

%prep
%setup -q -n LWP-Authen-Wsse-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.05-4mdv2009.0
+ Revision: 241650
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Sun Sep 16 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.05-2mdv2008.0
+ Revision: 88412
- rebuild


* Wed Aug 09 2006 Michael Scherer <misc@mandriva.org> 0.05-1mdv2007.0
- First Mandriva package