8
0

Accepting request 298016 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/298016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Generator-PerlData?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2015-04-19 08:27:57 +00:00
committed by Git OBS Bridge
parent 925f40b296
commit c16829e687
5 changed files with 39 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-Generator-PerlData
#
# Copyright (c) 2012 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,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-XML-Generator-PerlData
Version: 0.91
Version: 0.93
Release: 0
%define cpan_name XML-Generator-PerlData
Summary: Perl extension for generating SAX2 events from nested Perl data structures.
License: GPL-1.0+ or Artistic-1.0
Summary: Perl extension for generating SAX2 events from nested Perl data structures
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Generator-PerlData/
Source: http://www.cpan.org/authors/id/K/KH/KHAMPTON/XML-Generator-PerlData-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/K/KH/KHAMPTON/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(XML::SAX::Base) >= 1.02
Requires: perl(XML::SAX::Base) >= 1.02
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -61,11 +63,8 @@ about how each style works.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes TODO
%changelog