Compare commits

1 Commits
main ... 1.1

4 changed files with 20 additions and 40 deletions

BIN
ExtUtils-InstallPaths-0.012.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ExtUtils-InstallPaths-0.014.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,22 +1,3 @@
-------------------------------------------------------------------
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>
- updated to 0.013
see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
0.013 2024-04-25 12:28:37+02:00 Europe/Brussels
- Try to install any installable paths
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 11 05:19:22 UTC 2018 - coolo@suse.com Fri May 11 05:19:22 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-ExtUtils-InstallPaths # spec file for package perl-ExtUtils-InstallPaths
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 ExtUtils-InstallPaths
Name: perl-ExtUtils-InstallPaths Name: perl-ExtUtils-InstallPaths
Version: 0.14.0 Version: 0.012
Release: 0 Release: 0
# 0.014 -> normalize -> 0.14.0 %define cpan_name ExtUtils-InstallPaths
%define cpan_version 0.014
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Build.PL install path logic made easy Summary: Build.PL install path logic made easy
URL: https://metacpan.org/release/%{cpan_name} License: Artistic-1.0 OR GPL-1.0-or-later
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-InstallPaths/
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Config) >= 0.9.0 BuildRequires: perl(ExtUtils::Config) >= 0.002
Requires: perl(ExtUtils::Config) >= 0.9.0 Requires: perl(ExtUtils::Config) >= 0.002
Provides: perl(ExtUtils::InstallPaths) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -96,14 +94,14 @@ 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. explicitly set, this is only available when perl was configured to do so.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %setup -q -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%make_build %{__make} %{?_smp_mflags}
%check %check
make test %{__make} test
%install %install
%perl_make_install %perl_make_install
@@ -111,7 +109,8 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes README %defattr(-,root,root,755)
%doc Changes
%license LICENSE %license LICENSE
%changelog %changelog