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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f0d76e7e1dd86e3283303065c51660c82da85a02339c5379cfe940c3786c7c
size 24977

3
HTML-Declare-2.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4057e387fdd0164a731c664aec12a1c56eb5f56206fa402ff355a6be8512584a
size 13269

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 29 05:51:25 UTC 2017 - coolo@suse.com
- updated to 2.6
see /usr/share/doc/packages/perl-HTML-Declare/Changes
-------------------------------------------------------------------
Tue May 3 06:12:57 UTC 2011 - coolo@opensuse.org

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