2011-01-19 13:40:10 +00:00
#
2011-11-17 15:50:40 +00:00
# spec file for package perl-Template-Timer
2011-01-19 13:40:10 +00:00
#
2024-07-30 21:25:51 +00:00
# Copyright (c) 2024 SUSE LLC
2011-01-19 13:40:10 +00:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2024-07-30 21:25:51 +00:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
2011-01-19 13:40:10 +00:00
#
2011-11-17 15:50:40 +00:00
2011-01-19 13:40:10 +00:00
%define cpan_name Template-Timer
2024-07-30 21:25:51 +00:00
Name : perl-Template-Timer
Version : 1.0.0
Release : 0
# 1.00 -> normalize -> 1.0.0
%define cpan_version 1.00
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of either the GNU Public License v3, or the Artistic License 2.0. * http://www.gnu.org/copyleft/gpl.html * http://www.opensource.org/licenses/artistic-license-2.0.php
License : Artistic-2.0 OR GPL-3.0-or-later
2011-01-19 13:40:10 +00:00
Summary : Rudimentary profiling for Template Toolkit
2024-07-30 21:25:51 +00:00
URL : https://metacpan.org/release/%{cpan_name}
Source0 : https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name} -%{cpan_version} .tar.gz
Source1 : cpanspec.yml
2025-08-12 18:17:31 +02:00
Source100 : README.md
2024-07-30 21:25:51 +00:00
BuildArch : noarch
2011-01-19 13:40:10 +00:00
BuildRequires : perl
BuildRequires : perl-macros
2024-07-30 21:25:51 +00:00
BuildRequires : perl(Template)
2011-01-19 13:40:10 +00:00
Requires : perl(Template)
2024-07-30 21:25:51 +00:00
Provides : perl(Template::Timer) = %{version}
%undefine __perllib_provides
2011-01-19 13:40:10 +00:00
%{perl_requires}
%description
2024-07-30 21:25:51 +00:00
Rudimentary profiling for Template Toolkit
2011-01-19 13:40:10 +00:00
%prep
2024-07-30 21:25:51 +00:00
%autosetup -n %{cpan_name} -%{cpan_version}
2011-01-19 13:40:10 +00:00
%build
2024-07-30 21:25:51 +00:00
perl Makefile.PL INSTALLDIRS=vendor
%make_build
2011-01-19 13:40:10 +00:00
%check
2024-07-30 21:25:51 +00:00
make test
2011-01-19 13:40:10 +00:00
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%changelog