Compare commits
No commits in common. "c8-beta" and "c8-stream-5.3" have entirely different histories.
c8-beta
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Text-Template-1.51.tar.gz
|
||||
SOURCES/Text-Template-1.58.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
423945fbe09c31f341d51afafcf635d2fbe6850b SOURCES/Text-Template-1.51.tar.gz
|
||||
779e15dc9b9ad5280a7eb7dac6f30c77f9793e3b SOURCES/Text-Template-1.58.tar.gz
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
# Perform optional tests
|
||||
%bcond_without perl_Text_Template_enables_optional_test
|
||||
|
||||
Name: perl-Text-Template
|
||||
Version: 1.51
|
||||
Version: 1.58
|
||||
Release: 1%{?dist}
|
||||
Summary: Expand template text with embedded Perl
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Text-Template/
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/Text-Template-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Text-Template
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/Text-Template-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -20,12 +22,19 @@ BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
# Tests:
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Safe)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(vars)
|
||||
%if %{with perl_Text_Template_enables_optional_test}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Safe)
|
||||
# Not in Fedora
|
||||
# BuildRequires: perl(Test::More::UTF8)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
|
||||
@ -50,6 +59,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -59,6 +69,45 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 16 2019 Tom Callaway <spot@fedoraproject.org> - 1.58-1
|
||||
- update to 1.58
|
||||
|
||||
* Tue Sep 10 2019 Tom Callaway <spot@fedoraproject.org> - 1.57-1
|
||||
- update to 1.57
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 9 2019 Tom Callaway <spot@fedoraproject.org> - 1.56-1
|
||||
- update to 1.56
|
||||
|
||||
* Thu Jun 06 2019 Petr Pisar <ppisar@redhat.com> - 1.55-3
|
||||
- Enable tests
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.55-2
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Tue Feb 26 2019 Tom Callaway <spot@fedoraproject.org> - 1.55-1
|
||||
- update to 1.55
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.54-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 14 2019 Tom Callaway <spot@fedoraproject.org> - 1.54-1
|
||||
- update to 1.54
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.53-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.53-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Sat May 5 2018 Tom Callaway <spot@fedoraproject.org> - 1.53-1
|
||||
- update to 1.53
|
||||
|
||||
* Sun Mar 25 2018 Tom Callaway <spot@fedoraproject.org> - 1.52-1
|
||||
- update to 1.52
|
||||
|
||||
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||
- update to 1.51
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user