Accepting request 1182907 from devel:languages:perl:autoupdate
- updated to 1.6.0 (1.006) see /usr/share/doc/packages/perl-Object-Import/CHANGES OBS-URL: https://build.opensuse.org/request/show/1182907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Import?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cde4eb4e1fd689dfdfb2597b49bce23df6df738b7a8673d0354c63de48a6c08f
|
||||
size 33377
|
3
Object-Import-1.006.tar.gz
Normal file
3
Object-Import-1.006.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b7e6cf57d58f29be0175df139c7ce6c8a5f6ae420f56551d719ebfbcc6bd533
|
||||
size 33474
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:45:44 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 1.6.0 (1.006)
|
||||
see /usr/share/doc/packages/perl-Object-Import/CHANGES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 11:36:11 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Object-Import
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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
|
||||
@@ -16,23 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Object-Import
|
||||
Version: 1.005
|
||||
Release: 0
|
||||
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||
%define cpan_name Object-Import
|
||||
Summary: Import methods of an object as functions to a package
|
||||
Name: perl-Object-Import
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
# 1.006 -> normalize -> 1.6.0
|
||||
%define cpan_version 1.006
|
||||
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||
License: Artistic-1.0 OR GPL-3.0-only
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Import methods of an object as functions to a package
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(MRO::Compat)
|
||||
Requires: perl(MRO::Compat)
|
||||
Provides: perl(Object::Import) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: netcfg
|
||||
@@ -89,11 +91,11 @@ what you mean, so it exports all those subs even if it has to replace
|
||||
existing subs or break something else.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -104,7 +106,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README TODO
|
||||
%license ARTISTIC GPL
|
||||
|
||||
|
Reference in New Issue
Block a user