Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.
c8-stream-
...
c8-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Text-Template-1.58.tar.gz
|
SOURCES/Text-Template-1.51.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
779e15dc9b9ad5280a7eb7dac6f30c77f9793e3b SOURCES/Text-Template-1.58.tar.gz
|
423945fbe09c31f341d51afafcf635d2fbe6850b SOURCES/Text-Template-1.51.tar.gz
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
# Perform optional tests
|
|
||||||
%bcond_without perl_Text_Template_enables_optional_test
|
|
||||||
|
|
||||||
Name: perl-Text-Template
|
Name: perl-Text-Template
|
||||||
Version: 1.58
|
Version: 1.51
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Expand template text with embedded Perl
|
Summary: Expand template text with embedded Perl
|
||||||
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Text-Template
|
URL: http://search.cpan.org/dist/Text-Template/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/Text-Template-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/Text-Template-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -22,19 +20,12 @@ BuildRequires: perl(base)
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Encode)
|
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
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)
|
BuildRequires: perl(Safe)
|
||||||
# Not in Fedora
|
BuildRequires: perl(Test::More)
|
||||||
# BuildRequires: perl(Test::More::UTF8)
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
%endif
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
|
|
||||||
@ -59,7 +50,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|||||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
unset AUTHOR_TESTING
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -69,45 +59,6 @@ make test
|
|||||||
%{_mandir}/man3/*.3pm*
|
%{_mandir}/man3/*.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||||
- update to 1.51
|
- update to 1.51
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user