Accepting request 483235 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/483235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Declare?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-03-29 08:51:34 +00:00
committed by Git OBS Bridge
parent 5d2d70f010
commit 57640ae76f
5 changed files with 50 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Declare (Version 2.4)
# spec file for package perl-HTML-Declare
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,15 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-HTML-Declare
Version: 2.4
Release: 1
License: GPL+ or Artistic
Version: 2.6
Release: 0
%define cpan_name HTML-Declare
Summary: For When Template Systems Are Too Huge And Heredocs Too Messy
Url: http://search.cpan.org/dist/HTML-Declare/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/HTML-Declare/
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -35,9 +37,8 @@ Requires: perl(HTML::Entities)
%description
A very simple micro language to generate HTML.
This is not a real template system like the Template manpage or the
HTML::Mason manpage, it's just a simple (and fun) way to avoid those messy
heredocs. ;)
This is not a real template system like Template or HTML::Mason, it's just
a simple (and fun) way to avoid those messy heredocs. ;)
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -54,11 +55,9 @@ heredocs. ;)
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog