Accepting request 1173741 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/1173741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-InstallPaths?expand=0&rev=9
This commit is contained in:
parent
8128d6c88a
commit
429d01348f
BIN
ExtUtils-InstallPaths-0.012.tar.gz
(Stored with Git LFS)
BIN
ExtUtils-InstallPaths-0.012.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ExtUtils-InstallPaths-0.013.tar.gz
Normal file
3
ExtUtils-InstallPaths-0.013.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65969d3ad8a3a2ea8ef5b4213ed5c2c83961bb5bd12f7ad35128f6bd5b684aa0
|
||||
size 19190
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-InstallPaths
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,26 +12,28 @@
|
||||
# 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-ExtUtils-InstallPaths
|
||||
Version: 0.012
|
||||
Release: 0
|
||||
%define cpan_name ExtUtils-InstallPaths
|
||||
Summary: Build.PL install path logic made easy
|
||||
Name: perl-ExtUtils-InstallPaths
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
# 0.013 -> normalize -> 0.13.0
|
||||
%define cpan_version 0.013
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
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
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::Config) >= 0.002
|
||||
Requires: perl(ExtUtils::Config) >= 0.002
|
||||
Provides: perl(ExtUtils::InstallPaths) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -94,14 +96,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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%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
|
||||
@ -109,8 +111,7 @@ explicitly set, this is only available when perl was configured to do so.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user