update to 1.51
This commit is contained in:
parent
6b30446a67
commit
c3ff74620d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Text-Template-1.45.tar.gz
|
||||
/Text-Template-1.46.tar.gz
|
||||
/Text-Template-1.47.tar.gz
|
||||
/Text-Template-1.50.tar.gz
|
||||
/Text-Template-1.51.tar.gz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
Name: perl-Text-Template
|
||||
Version: 1.50
|
||||
Version: 1.51
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -24,12 +23,12 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Safe)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
|
||||
|
||||
%description
|
||||
This is a library for generating form letters, building HTML pages, or
|
||||
filling in templates generally. A 'template' is a piece of text that
|
||||
@ -37,37 +36,32 @@ has little Perl programs embedded in it here and there. When you
|
||||
'fill in' a template, you evaluate the little programs and replace
|
||||
them with their values.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Text-Template-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%{perl_vendorlib}/Text/
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||
- update to 1.51
|
||||
|
||||
* Thu Mar 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
|
||||
- 1.50 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Text-Template-1.50.tar.gz) = 593e3414c45ff80bc12a3e318abd2d742df3597cae7a2277af4c80f2f8b439404245675cc6895e3e662bd444ebba92effb01f6e5c0df4bd7861ff94a3afad115
|
||||
SHA512 (Text-Template-1.51.tar.gz) = 038a810746684b26cd6a763cfb8adff57a2ed8dc57e44b170b6ba6c8271d513289546294439cfe1c8b77f40153751596a023079ee79bfc6b59fa9393cfcc04f4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user