|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: perltidy
|
|
|
|
Name: perltidy
|
|
|
|
Version: 20230309
|
|
|
|
Version: 20210111
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Tool for indenting and re-formatting Perl scripts
|
|
|
|
Summary: Tool for indenting and re-formatting Perl scripts
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://perltidy.sourceforge.net/
|
|
|
|
URL: http://perltidy.sourceforge.net/
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -21,7 +21,6 @@ BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Digest::MD5)
|
|
|
|
BuildRequires: perl(Digest::MD5)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
@ -30,7 +29,6 @@ BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(HTML::Entities)
|
|
|
|
BuildRequires: perl(HTML::Entities)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(Pod::Html)
|
|
|
|
BuildRequires: perl(Pod::Html)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
@ -41,17 +39,12 @@ BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
# Runtime
|
|
|
|
# Runtime
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(File::Spec)
|
|
|
|
Requires: perl(File::Spec)
|
|
|
|
Requires: perl(HTML::Entities)
|
|
|
|
Requires: perl(HTML::Entities)
|
|
|
|
Requires: perl(Pod::Html)
|
|
|
|
Requires: perl(Pod::Html)
|
|
|
|
Provides: perl-Perl-Tidy = %{version}-%{release}
|
|
|
|
Provides: perl-Perl-Tidy = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
# EL-7's dependency generator picks up things from documentation that it shouldn't do,
|
|
|
|
|
|
|
|
# though strangely the one in F-19 does not, despite both being rpm 4.11.3
|
|
|
|
|
|
|
|
%if 0%{?el7}
|
|
|
|
|
|
|
|
%global __requires_exclude ^perl[(]([*]?[{}]|[)])?[)]
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Perltidy is a Perl script that indents and re-formats Perl scripts to
|
|
|
|
Perltidy is a Perl script that indents and re-formats Perl scripts to
|
|
|
|
make them easier to read. If you write Perl scripts, or spend much
|
|
|
|
make them easier to read. If you write Perl scripts, or spend much
|
|
|
@ -96,56 +89,12 @@ make test
|
|
|
|
%{_mandir}/man3/Perl::Tidy.3*
|
|
|
|
%{_mandir}/man3/Perl::Tidy.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Mar 9 2023 Paul Howarth <paul@city-fan.org> - 20230309-1
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20210111-4
|
|
|
|
- Update to 20230309 (see CHANGES.md for details) (rhbz#2176557)
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221112-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Paul Howarth <paul@city-fan.org> - 20221112-1
|
|
|
|
|
|
|
|
- Update to 20221112 (rhbz#2142076)
|
|
|
|
|
|
|
|
- Fix undef warning in Perl before 5.12 (CPAN RT#145095)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Paul Howarth <paul@city-fan.org> - 20221111-1
|
|
|
|
|
|
|
|
- Update to 20221111 (see CHANGES.md for details) (rhbz#2141765)
|
|
|
|
|
|
|
|
- Use SPDX-format license tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220613-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Paul Howarth <paul@city-fan.org> - 20220613-1
|
|
|
|
|
|
|
|
- Update to 20220613 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 20220217-2
|
|
|
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220217-1
|
|
|
|
|
|
|
|
- Update to 20220217 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220215-1
|
|
|
|
|
|
|
|
- Update to 20220215 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
- Add workaround for bogus dependencies generated on EL-7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211029-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 29 2021 Paul Howarth <paul@city-fan.org> - 20211029-1
|
|
|
|
|
|
|
|
- Update to 20211029 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210717-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 17 2021 Paul Howarth <paul@city-fan.org> - 20210717-1
|
|
|
|
|
|
|
|
- Update to 20210717 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 24 2021 Paul Howarth <paul@city-fan.org> - 20210625-1
|
|
|
|
|
|
|
|
- Update to 20210625 (see CHANGES.md for details)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 20210402-2
|
|
|
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 1 2021 Paul Howarth <paul@city-fan.org> - 20210402-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20210111-3
|
|
|
|
- Update to 20210402 (see CHANGES.md for details)
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210111-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210111-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|