Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 025b7fa026d48f05c5c2d55d3458f0c2 > files > 2

perl-IO-Socket-SSL-0.81-2mdk.src.rpm

%define module 	IO-Socket-SSL
%define version 0.81
%define release 2mdk

Summary:	%{module} perl module
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License:	GPL or Artistic
Group:		Development/Perl
URL:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	perl-Net_SSLeay >= 1.08
BuildArch:	noarch


%description
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.


%prep
%setup -q -n %{module}-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
%{__make}


%install
rm -rf $RPM_BUILD_ROOT
%{__make} PREFIX=$RPM_BUILD_ROOT%{_prefix} install

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README MANIFEST Changes util docs demo certs diffs 
%{_mandir}/*/*
%{perl_vendorlib}/IO/Socket/*


%changelog
* Wed Jul 10 2002 Pixel <pixel@mandrakesoft.com> 0.81-2mdk
- rebuild for perl 5.8.0

* Tue Jun 18 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.81-1mdk
- updated by David Walser <luigiwalser@yahoo.com> :
	- 0.81

* Thu Aug 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.80-1mdk
- updated to 0.80

* Mon Jul 16 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.79-1mdk
- updated by Christian Zoffoli <czoffoli@linux-mandrake.com> :
	- 0.79

* Mon May 14 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.78-1mdk
- added in contribs by Christian Zoffoli <czoffoli@linux-mandrake.com>

* Thu Apr 19 2001 Christian Zoffoli <czoffoli@linux-mandrake.com> 0.77-1mdk
- First Mandrake release