17
0

4 Commits

Author SHA256 Message Date
85ed7de565 Automatic update to v0.15.0 (0.015) 2025-10-06 17:20:05 +00:00
38f0238194 Add Gitea build results 2025-08-12 18:13:59 +02:00
d82e0c1452 Accepting request 1234769 from devel:languages:perl
- updated to 0.14.0 (0.014)
   see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
  0.014     2024-09-10 18:20:50+02:00 Europe/Brussels
            - Drop 5.006 support
            - Compensate for perls without installsitescript (forwarded request 1233990 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1234769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-InstallPaths?expand=0&rev=8
2025-01-06 15:04:27 +00:00
b54cca96f7 Accepting request 1233990 from devel:languages:perl:autoupdate
- updated to 0.14.0 (0.014)
   see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
  0.014     2024-09-10 18:20:50+02:00 Europe/Brussels
            - Drop 5.006 support
            - Compensate for perls without installsitescript

OBS-URL: https://build.opensuse.org/request/show/1233990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-InstallPaths?expand=0&rev=11
2025-01-03 17:13:36 +00:00
5 changed files with 42 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65969d3ad8a3a2ea8ef5b4213ed5c2c83961bb5bd12f7ad35128f6bd5b684aa0
size 19190

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-ExtUtils-InstallPaths/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-ExtUtils-InstallPaths)

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Oct 6 17:20:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.15.0 (0.015)
see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
0.015 2025-09-26 21:13:44+02:00 Europe/Brussels
- Restore installing non-standard types
-------------------------------------------------------------------
Wed Sep 11 05:32:24 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.14.0 (0.014)
see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
0.014 2024-09-10 18:20:50+02:00 Europe/Brussels
- Drop 5.006 support
- Compensate for perls without installsitescript
-------------------------------------------------------------------
Fri Apr 26 03:08:38 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-InstallPaths
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
%define cpan_name ExtUtils-InstallPaths
Name: perl-ExtUtils-InstallPaths
Version: 0.13.0
Version: 0.15.0
Release: 0
# 0.013 -> normalize -> 0.13.0
%define cpan_version 0.013
# 0.015 -> normalize -> 0.15.0
%define cpan_version 0.015
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Build.PL install path logic made easy
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Config) >= 0.002
Requires: perl(ExtUtils::Config) >= 0.002
BuildRequires: perl(ExtUtils::Config) >= 0.9
Requires: perl(ExtUtils::Config) >= 0.9
Provides: perl(ExtUtils::InstallPaths) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -96,7 +97,7 @@ This is the same as 'libdoc' above, but applies to HTML documents. Unless
explicitly set, this is only available when perl was configured to do so.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor