8
0

Accepting request 462055 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/462055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-03-06 07:05:28 +00:00
committed by Git OBS Bridge
parent be369439e5
commit eeb69883c5
5 changed files with 48 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a9315b810f9c61f703f19a4d616046d694eca2bf823e87205d37c62b3b51692
size 27926

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:510efed345aa4fd1b5a35833b9352aeadc670f1b993a83236a286adefc5b93a8
size 28171

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,12 @@
-------------------------------------------------------------------
Fri Mar 3 06:44:48 UTC 2017 - coolo@suse.com
- updated to 2.2.4
see /usr/share/doc/packages/perl-HTML-Restrict/Changes
2.2.4 2017-03-01 14:22:13-05:00 America/Toronto
- Updates SEE ALSO pod section (Ben Bullock)
-------------------------------------------------------------------
Sun Dec 4 23:13:37 UTC 2016 - chris@computersalat.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Restrict
#
# Copyright (c) 2016 SUSE LINUX 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
@@ -17,45 +17,38 @@
Name: perl-HTML-Restrict
Version: 2.2.3
Version: 2.2.4
Release: 0
%define cpan_name HTML-Restrict
Summary: Strip unwanted HTML tags and attributes
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Restrict/
Source: http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
#
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Moo) >= 1.002000
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Types::Standard) >= 1.000001
BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
Requires: perl(Carp)
Requires: perl(Data::Dump)
Requires: perl(HTML::Entities)
Requires: perl(HTML::Parser)
Requires: perl(List::Util) >= 1.33
Requires: perl(Moo) >= 1.002000
Requires: perl(Scalar::Util)
Requires: perl(Sub::Quote)
Requires: perl(Types::Standard) >= 1.000001
Requires: perl(URI)
Requires: perl(namespace::clean)
Requires: perl(strict)
%{perl_requires}
%description
@@ -65,6 +58,7 @@ behaviour by supplying your own tag rules.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -80,6 +74,7 @@ behaviour by supplying your own tag rules.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes CONTRIBUTORS examples README.md
%license LICENSE
%changelog