File perl-XML-Stream.spec of Package perl-XML-Stream
#
# spec file for package perl-XML-Stream
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-XML-Stream
%define cpan_name XML-Stream
Summary: Creates an XML Stream connection and parses return data
Version: 1.23
Release: 7
License: LGPL-2.1+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Stream/
#Source: http://www.cpan.org/modules/by-module/XML/XML-Stream-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Authen::SASL)
BuildRequires: perl(Carp)
BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Socket::SSL) >= 0.81
BuildRequires: perl(POSIX)
BuildRequires: perl(utf8)
#
Requires: perl(Authen::SASL)
Requires: perl(Carp)
Requires: perl(FileHandle)
Requires: perl(IO::Select)
Requires: perl(IO::Socket)
Requires: perl(POSIX)
Requires: perl(utf8)
Recommends: perl(IO::Socket::SSL) >= 0.81
Recommends: perl(Net::DNS)
%description
This module provides the user with methods to connect to a remote server,
send a stream of XML to the server, and receive/parse an XML stream from
the server. It is primarily based work for the Etherx XML router
developed by the Jabber Development Team. For more information about this
project visit http://xmpp.org/protocols/streams/.
Authors:
--------
Ryan Eatmon <reatmon@ti.com>
Thomas Charron <tcharron@jabber.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc CHANGES INFO LICENSE.LGPL README
%changelog