Compare commits

1 Commits
main ... 1.1

4 changed files with 17 additions and 28 deletions

BIN
Mock-Config-0.03.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Sun Jan 26 05:31:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.40.0 (0.04)
see /usr/share/doc/packages/perl-Mock-Config/Changes
0.04 2025-01-25 10:45:08 rurban
Regenerate GPG sig with latest Module::Signature
add make release target
-------------------------------------------------------------------
Mon Oct 16 10:34:06 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mock-Config
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2017 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
@@ -12,39 +12,37 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define cpan_name Mock-Config
Name: perl-Mock-Config
Version: 0.40.0
Version: 0.03
Release: 0
# 0.04 -> normalize -> 0.40.0
%define cpan_version 0.04
%define cpan_name Mock-Config
Summary: Temporarily Set Config or Xsconfig Values
License: Artistic-2.0
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
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mock-Config/
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Mock::Config) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
temporarily set Config or XSConfig values
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
make test
%{__make} test
%install
%perl_make_install
@@ -52,6 +50,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog