8
0

Compare commits

...

5 Commits

Author SHA256 Message Date
24f23c9724 Accepting request 1285241 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1285241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Carp-Always?expand=0&rev=13
2025-06-13 16:44:34 +00:00
0b0e5c0e87 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Carp-Always?expand=0&rev=11
2025-06-12 18:05:58 +00:00
aeffb046b8 Accepting request 631324 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/631324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Carp-Always?expand=0&rev=12
2018-08-31 08:43:05 +00:00
Stephan Kulow
b675c7fde4 Accepting request 208388 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Carp-Always?expand=0&rev=10
2013-11-26 18:24:15 +00:00
Stephan Kulow
1569c53d09 Accepting request 177657 from devel:languages:perl
- updated to 0.12
    - fix failing t/pod.t due to bad encoding (CPAN #77656)
    - fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg]
    - Test::Base is required in BUILD (otherwise we haven't tested anything) (forwarded request 177624 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Carp-Always?expand=0&rev=8
2013-06-06 11:08:59 +00:00
2 changed files with 22 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 12 18:05:41 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Tue Aug 14 05:07:20 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Carp-Always
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 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,27 @@
# 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-Carp-Always
Version: 0.16
Release: 0
%define cpan_name Carp-Always
Summary: Warns and dies noisily with stack backtraces
Name: perl-Carp-Always
Version: 0.160.0
Release: 0
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Carp-Always/
Source0: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
Summary: Warns and dies noisily with stack backtraces
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Base)
Provides: perl(Carp::Always) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -60,14 +62,14 @@ Also, all uses of 'carp' and 'croak' are made verbose, behaving like
'cluck' and 'confess'.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%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
@@ -75,7 +77,6 @@ Also, all uses of 'carp' and 'croak' are made verbose, behaving like
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE