Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a3fda7aa7b3bcd9673ddc8e04f191982 > files > 2

perl-IO-Socket-SSL-0.97-1mdk.src.rpm

%define	module	IO-Socket-SSL

Summary:	%{module} perl module
Name: 		perl-%{module}
Version: 	0.97
Release: 	1mdk
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-devel
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
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jul 18 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.97-1mdk
- 0.97

* Mon Jul 12 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.96-1mdk
- 0.96.
- Removed MANIFEST.

* Wed Aug 27 2003 François Pons <fpons@mandrakesoft.com> 0.95-1mdk
- 0.95.

* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.92-5mdk
- rebuild for new perl
- don't use PREFIX
- use %%makeinstall_std macro

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.92-4mdk
- rebuild for new auto{prov,req}

* Mon May 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.92-3mdk
- buildrequires

* Wed Jan 29 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.92-2mdk
- rebuild

* Fri Jan 17 2003 François Pons <fpons@mandrakesoft.com> 0.92-1mdk
- 0.92.

* 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