forked from pool/perl-String-Errf
Accepting request 1055911 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1055911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Errf?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae136f783dac6587aea2d22d64ec205272153a83f954b075766e3d298a4ed6db
|
||||
size 21477
|
||||
3
String-Errf-0.009.tar.gz
Normal file
3
String-Errf-0.009.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1fedbf9b4fd64b64ea81038ddb76a4c6cd85f5db15bc21f10656a298349dc1f
|
||||
size 22161
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 03:17:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.009
|
||||
see /usr/share/doc/packages/perl-String-Errf/Changes
|
||||
|
||||
0.009 2022-12-31 16:43:32-05:00 America/New_York
|
||||
- update packaging and metadata
|
||||
- minimum required Perl is now v5.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 08:44:43 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-String-Errf
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,25 +12,24 @@
|
||||
# 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-String-Errf
|
||||
Version: 0.008
|
||||
Release: 0
|
||||
%define cpan_name String-Errf
|
||||
Summary: Simple Sprintf-Like Dialect
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/String-Errf/
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-String-Errf
|
||||
Version: 0.009
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple sprintf-like dialect
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Date::Format)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(String::Formatter) >= 0.102081
|
||||
@@ -54,14 +53,14 @@ extending String::Errf. The 'errf' subroutine is only available when
|
||||
imported. Calling String::Errf::errf will not do what you want.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{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
|
||||
@@ -69,7 +68,7 @@ imported. Calling String::Errf::errf will not do what you want.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user