forked from pool/perl-HTML-Restrict
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:
committed by
Git OBS Bridge
parent
be369439e5
commit
eeb69883c5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a9315b810f9c61f703f19a4d616046d694eca2bf823e87205d37c62b3b51692
|
|
||||||
size 27926
|
|
3
HTML-Restrict-2.2.4.tar.gz
Normal file
3
HTML-Restrict-2.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:510efed345aa4fd1b5a35833b9352aeadc670f1b993a83236a286adefc5b93a8
|
||||||
|
size 28171
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@@ -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
|
Sun Dec 4 23:13:37 UTC 2016 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Restrict
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,45 +17,38 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Restrict
|
Name: perl-HTML-Restrict
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-Restrict
|
%define cpan_name HTML-Restrict
|
||||||
Summary: Strip unwanted HTML tags and attributes
|
Summary: Strip unwanted HTML tags and attributes
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTML-Restrict/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Fatal)
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
#
|
|
||||||
BuildRequires: perl(Carp)
|
|
||||||
BuildRequires: perl(Data::Dump)
|
BuildRequires: perl(Data::Dump)
|
||||||
BuildRequires: perl(HTML::Entities)
|
BuildRequires: perl(HTML::Entities)
|
||||||
BuildRequires: perl(HTML::Parser)
|
BuildRequires: perl(HTML::Parser)
|
||||||
BuildRequires: perl(List::Util) >= 1.33
|
BuildRequires: perl(List::Util) >= 1.33
|
||||||
BuildRequires: perl(Moo) >= 1.002000
|
BuildRequires: perl(Moo) >= 1.002000
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(Sub::Quote)
|
BuildRequires: perl(Sub::Quote)
|
||||||
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Types::Standard) >= 1.000001
|
BuildRequires: perl(Types::Standard) >= 1.000001
|
||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
BuildRequires: perl(namespace::clean)
|
BuildRequires: perl(namespace::clean)
|
||||||
BuildRequires: perl(strict)
|
|
||||||
Requires: perl(Carp)
|
|
||||||
Requires: perl(Data::Dump)
|
Requires: perl(Data::Dump)
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(HTML::Parser)
|
Requires: perl(HTML::Parser)
|
||||||
Requires: perl(List::Util) >= 1.33
|
Requires: perl(List::Util) >= 1.33
|
||||||
Requires: perl(Moo) >= 1.002000
|
Requires: perl(Moo) >= 1.002000
|
||||||
Requires: perl(Scalar::Util)
|
|
||||||
Requires: perl(Sub::Quote)
|
Requires: perl(Sub::Quote)
|
||||||
Requires: perl(Types::Standard) >= 1.000001
|
Requires: perl(Types::Standard) >= 1.000001
|
||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
Requires: perl(namespace::clean)
|
Requires: perl(namespace::clean)
|
||||||
Requires: perl(strict)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -65,6 +58,7 @@ behaviour by supplying your own tag rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -80,6 +74,7 @@ behaviour by supplying your own tag rules.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes CONTRIBUTORS examples README.md
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user