3.81 bump
This commit is contained in:
parent
abf748bc80
commit
1e8f013573
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ HTML-Parser-3.66.tar.gz
|
||||
/HTML-Parser-3.78.tar.gz
|
||||
/HTML-Parser-3.79.tar.gz
|
||||
/HTML-Parser-3.80.tar.gz
|
||||
/HTML-Parser-3.81.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-HTML-Parser
|
||||
Summary: Perl module for parsing HTML
|
||||
Version: 3.80
|
||||
Release: 2%{?dist}
|
||||
Version: 3.81
|
||||
Release: 1%{?dist}
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/HTML-Parser
|
||||
@ -29,7 +29,6 @@ BuildRequires: perl(XSLoader)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(SelectSaver)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(threads)
|
||||
Requires: perl(HTML::Tagset) >= 3
|
||||
@ -75,6 +74,7 @@ iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
|
||||
touch -r ${file} ${file}_ && \
|
||||
mv -f "${file}_" "$file"
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
# Install tests
|
||||
mkdir -p %{buildroot}/%{_libexecdir}/%{name}
|
||||
@ -93,8 +93,6 @@ rm -rf "$DIR"
|
||||
EOF
|
||||
chmod +x %{buildroot}/%{_libexecdir}/%{name}/test
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
|
||||
make test
|
||||
@ -110,6 +108,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Jitka Plesnikova <jplesnik@redhat.com> - 3.81-1
|
||||
- 3.81 bump
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTML-Parser-3.80.tar.gz) = 0fa299791243cf15f07bc995109e4995ba3f851c3192345b64493e401fc2b4407d0196bfc79c58460791b041a3f5faf26625ec5da94660d071d1c06c954df415
|
||||
SHA512 (HTML-Parser-3.81.tar.gz) = e20358d3182ed6796fb5584f26f7dfb32fe312c8ed6cd4303ebfd2d9609491cb470bf49109d485a040e59a55bb404b1abba9a7ad5a687c540945f60a606e44ad
|
||||
|
||||
Loading…
Reference in New Issue
Block a user