Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 9726d39711b5ce99f1e3c1534a67f410 > files > 2

perl-XML-Stream-1.22-2mdk.src.rpm

%define module 	XML-Stream
%define version 1.22
%define release 2mdk

Summary:	%{module} perl module
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License: 	LGPL
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org/
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildrequires:	perl-devel
Buildrequires:	perl-Unicode-String
BuildRequires:	perl-Authen-SASL
BuildArch:	noarch

%description
This module provides you with access to XML Streams.  An XML Stream
is just that.  A stream of XML over a connection between two computers.

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

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

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Nov 28 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.22-2mdk
- add BuildRequires: perl-Authen-SASL (for tests)

* Wed Nov 24 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.22-1mdk
- 1.22

* Tue Apr 20 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.21-2mdk
- fix license

* Mon Apr 19 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.21-1mdk
- 1.21
- drop PREFIX and use %%makeinstall_std macro
- change license to GNU Library GPL

* Tue Aug 12 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.16-3mdk
- rebuild

* Sun Jul 27 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 1.16-2mdk
- rebuild for new rpm provides computation

* Wed May 28 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.16-1mdk
- update for Net::Jabber

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

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

* Thu Jan 23 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.15-3mdk
- rebuild

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

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

* Mon Mar 04 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.14-1mdk
- 1.14

* Wed Aug 29 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.12-2mdk
- add buildrequires ( Christian Zoffoli )

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

* Tue Feb 20 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.11-1mdk
- added in contribs by Christian Zoffoli <czoffoli@linux-mandrake.com> :
	- First Mandrake Release