2017-10-16 10:34:15 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Mock-Config
|
|
|
|
#
|
2025-01-30 22:24:44 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2017-10-16 10:34:15 +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.
|
|
|
|
|
2025-01-30 22:24:44 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-10-16 10:34:15 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2025-01-30 22:24:44 +00:00
|
|
|
%define cpan_name Mock-Config
|
2017-10-16 10:34:15 +00:00
|
|
|
Name: perl-Mock-Config
|
2025-01-30 22:24:44 +00:00
|
|
|
Version: 0.40.0
|
2017-10-16 10:34:15 +00:00
|
|
|
Release: 0
|
2025-01-30 22:24:44 +00:00
|
|
|
# 0.04 -> normalize -> 0.40.0
|
|
|
|
%define cpan_version 0.04
|
2017-10-16 10:34:15 +00:00
|
|
|
License: Artistic-2.0
|
2025-01-30 22:24:44 +00:00
|
|
|
Summary: Temporarily set Config or XSConfig values
|
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{cpan_version}.tar.gz
|
2017-10-16 10:34:15 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2025-01-30 22:24:44 +00:00
|
|
|
Provides: perl(Mock::Config) = %{version}
|
|
|
|
%undefine __perllib_provides
|
2017-10-16 10:34:15 +00:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
temporarily set Config or XSConfig values
|
|
|
|
|
|
|
|
%prep
|
2025-01-30 22:24:44 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
2017-10-16 10:34:15 +00:00
|
|
|
|
|
|
|
%build
|
2025-01-30 22:24:44 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%make_build
|
2017-10-16 10:34:15 +00:00
|
|
|
|
|
|
|
%check
|
2025-01-30 22:24:44 +00:00
|
|
|
make test
|
2017-10-16 10:34:15 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%doc Changes README
|
|
|
|
|
|
|
|
%changelog
|