Accepting request 327828 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/327828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Compiled?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-08-29 18:28:24 +00:00
committed by Git OBS Bridge
parent 54151d4549
commit 79e1dfa5b9
5 changed files with 45 additions and 12 deletions

View File

@@ -17,22 +17,25 @@
Name: perl-HTML-Template-Compiled
Version: 1.001
Version: 1.002
Release: 0
%define cpan_name HTML-Template-Compiled
Summary: Template System Compiles HTML::Template files to Perl code
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Template-Compiled/
Source: http://www.cpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(URI::Escape)
Requires: perl(HTML::Entities)
Requires: perl(Parse::RecDescent)
Requires: perl(URI::Escape)
Recommends: perl(Parse::RecDescent)
%{perl_requires}
%description
@@ -109,18 +112,19 @@ passing for HTC. See the "RESOURCES" manpage for current information.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README
%doc Changes examples LICENSE README
%changelog