Accepting request 296255 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296255 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
d43d13c234
commit
fa592a9bab
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Template-Pro
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,28 +15,23 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTML-Template-Pro
|
||||
Version: 0.9508
|
||||
Version: 0.9510
|
||||
Release: 0
|
||||
%define cpan_name HTML-Template-Pro
|
||||
Summary: Perl/XS module to use HTML Templates from CGI scripts
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTML-Template-Pro/
|
||||
Source0: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: perl-HTML-Template-Pro-rpmlintrc
|
||||
Source: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Path) >= 2
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(JSON) >= 2
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(File::Path) >= 2
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(JSON) >= 2
|
||||
Requires: perl(Test::More)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -79,6 +74,7 @@ manpage.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@@ -92,11 +88,8 @@ manpage.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ARTISTIC benchmark.pl.t builtin_findfile.inc calc.inc callback_stubs.inc Changes cmp_expr.t exprpstr.inc exprtool.inc expr.y FAQ LGPL loadfile.inc loopvar.inc perl-HTML-Template-Pro.spec pparam2proparam proscope.inc prostate.inc pstrutils.inc README README.ru README.win32 tags.inc tagstack.inc test_crlf.out TODO
|
||||
%doc ARTISTIC benchmark.pl.t builtin_findfile.inc calc.inc callback_stubs.inc Changes cmp_expr.t exprpstr.inc exprtool.inc expr.y FAQ LGPL loadfile.inc loopvar.inc pparam2proparam proscope.inc prostate.inc pstrutils.inc README README.ru README.win32 tags.inc tagstack.inc test_crlf.out TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user