Accepting request 296003 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-TreePP?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-13 20:36:52 +00:00
committed by Git OBS Bridge
parent 9129d7b06d
commit 36c3711a66
4 changed files with 34 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-TreePP (Version 0.41)
# spec file for package perl-XML-TreePP
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-XML-TreePP
Version: 0.41
Release: 1
License: GPL+ or Artistic
Version: 0.43
Release: 0
%define cpan_name XML-TreePP
Summary: XML::TreePP Perl module
Url: http://search.cpan.org/dist/XML-TreePP/
Summary: Pure Perl implementation for parsing/writing XML documents
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-TreePP/
Source: http://www.cpan.org/authors/id/K/KA/KAWASAKI/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(LWP) >= 5.802
Requires: perl(LWP) >= 5.802
BuildRequires: perl(LWP) >= 5.811
Requires: perl(LWP) >= 5.811
%{perl_requires}
%description
@@ -55,11 +56,8 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes make-dist.sh README
%doc Changes example make-dist.sh README README.md
%changelog