Accepting request 874809 from devel:languages:perl:autoupdate
- updated to 0.13 see /usr/share/doc/packages/perl-File-Object/Changes 0.13 2021-02-21T10:59:26+01:00 - Add blank lines after arguments and before return. - Improve constructor parameters in doc. - Update author github username. 0.12 2021-02-21T03:08:47+01:00 - Fix bugtracker. - Improve LICENSE AND COPYRIGHT section in doc. - Improve SYNOPSIS section in doc. - Rewrite POD to use =head2 in METHODS section. - Update Module::Install to 1.19 version. - Update copyright years. OBS-URL: https://build.opensuse.org/request/show/874809 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34e044755bcf32da5d369e6b0a3cf62357818da1e015c21a0e2ac48efc112537
|
|
||||||
size 28767
|
|
3
File-Object-0.13.tar.gz
Normal file
3
File-Object-0.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a7908cd7d00f00eb1bde62924eaa84463597b4b001e6de6dc21c5fe38bf521d
|
||||||
|
size 29532
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 22 16:44:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.13
|
||||||
|
see /usr/share/doc/packages/perl-File-Object/Changes
|
||||||
|
|
||||||
|
0.13 2021-02-21T10:59:26+01:00
|
||||||
|
- Add blank lines after arguments and before return.
|
||||||
|
- Improve constructor parameters in doc.
|
||||||
|
- Update author github username.
|
||||||
|
|
||||||
|
0.12 2021-02-21T03:08:47+01:00
|
||||||
|
- Fix bugtracker.
|
||||||
|
- Improve LICENSE AND COPYRIGHT section in doc.
|
||||||
|
- Improve SYNOPSIS section in doc.
|
||||||
|
- Rewrite POD to use =head2 in METHODS section.
|
||||||
|
- Update Module::Install to 1.19 version.
|
||||||
|
- Update copyright years.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 17 06:24:19 UTC 2018 - coolo@suse.com
|
Sat Feb 17 06:24:19 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Object
|
# spec file for package perl-File-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 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,22 +12,20 @@
|
|||||||
# 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-File-Object
|
|
||||||
Version: 0.11
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name File-Object
|
%define cpan_name File-Object
|
||||||
|
Name: perl-File-Object
|
||||||
|
Version: 0.13
|
||||||
|
Release: 0
|
||||||
Summary: Object system for filesystem paths
|
Summary: Object system for filesystem paths
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: http://search.cpan.org/dist/File-Object/
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{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(Class::Utils) >= 0.03
|
BuildRequires: perl(Class::Utils) >= 0.03
|
||||||
@@ -42,14 +40,14 @@ Requires: perl(Error::Pure) >= 0.16
|
|||||||
Object system for filesystem paths.
|
Object system for filesystem paths.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -57,7 +55,6 @@ Object system for filesystem paths.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README
|
%doc Changes examples README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user