8
0

3 Commits

Author SHA256 Message Date
a600ad0704 Add Gitea build results 2025-08-12 18:15:28 +02:00
3994e2e494 Accepting request 1241537 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1241537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mock-Config?expand=0&rev=2
2025-01-31 15:02:10 +00:00
0208555b7c Accepting request 1240657 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1240657
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mock-Config?expand=0&rev=3
2025-01-30 22:24:44 +00:00
5 changed files with 42 additions and 18 deletions

BIN
Mock-Config-0.03.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Mock-Config-0.04.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mock-Config/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mock-Config)

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,40 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Mock-Config
Version: 0.03
Release: 0
%define cpan_name Mock-Config
Summary: Temporarily Set Config or Xsconfig Values
Name: perl-Mock-Config
Version: 0.40.0
Release: 0
# 0.04 -> normalize -> 0.40.0
%define cpan_version 0.04
License: Artistic-2.0
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
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
Source100: README.md
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
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -50,7 +53,6 @@ temporarily set Config or XSConfig values
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog