8
0
Files
perl-XML-Stream/perl-XML-Stream.spec
OBS User autobuild f9a38f8522 Accepting request 43330 from devel:languages:perl
Copy from devel:languages:perl/perl-XML-Stream based on submit request 43330 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Stream?expand=0&rev=10
2010-07-19 19:01:54 +00:00

97 lines
2.8 KiB
RPMSpec

#
# spec file for package perl-XML-Stream (Version 1.23)
#
# Copyright (c) 2010 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: 2
License: LGPLv2+
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.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
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 = %{perl_version}
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