forked from pool/perl-Sub-Install
Accepting request 1046488 from devel:languages:perl:autoupdate
- updated to 0.929 see /usr/share/doc/packages/perl-Sub-Install/Changes 0.929 2022-12-31 15:58:28-05:00 America/New_York - update packaging and metadata OBS-URL: https://build.opensuse.org/request/show/1046488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Install?expand=0&rev=28
This commit is contained in:
parent
c6b0c34729
commit
6cb388495e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f
|
|
||||||
size 18669
|
|
BIN
Sub-Install-0.929.tar.gz
(Stored with Git LFS)
Normal file
BIN
Sub-Install-0.929.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 03:10:39 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.929
|
||||||
|
see /usr/share/doc/packages/perl-Sub-Install/Changes
|
||||||
|
|
||||||
|
0.929 2022-12-31 15:58:28-05:00 America/New_York
|
||||||
|
- update packaging and metadata
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
|
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Sub-Install
|
# spec file for package perl-Sub-Install
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,23 +12,22 @@
|
|||||||
# 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 http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Sub-Install
|
|
||||||
Version: 0.928
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Sub-Install
|
%define cpan_name Sub-Install
|
||||||
|
Name: perl-Sub-Install
|
||||||
|
Version: 0.929
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Install subroutines into packages easily
|
Summary: Install subroutines into packages easily
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Sub-Install/
|
|
||||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -38,14 +37,14 @@ unsightly mess of 'no strict' or typeglobs lying about where just anyone
|
|||||||
can see them.
|
can see them.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -53,7 +52,7 @@ can see them.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README
|
||||||
%doc Changes LICENSE README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user