Accepting request 1235495 from devel:languages:perl
- updated to 0.500.0 (0.50) see /usr/share/doc/packages/perl-Capture-Tiny/Changes (forwarded request 1235424 from tinita) OBS-URL: https://build.opensuse.org/request/show/1235495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=27
This commit is contained in:
commit
95b68da9dd
BIN
Capture-Tiny-0.48.tar.gz
(Stored with Git LFS)
BIN
Capture-Tiny-0.48.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Capture-Tiny-0.50.tar.gz
(Stored with Git LFS)
Normal file
BIN
Capture-Tiny-0.50.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 05:31:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.500.0 (0.50)
|
||||
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 05:05:56 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Capture-Tiny
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -12,24 +12,26 @@
|
||||
# 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-Capture-Tiny
|
||||
Version: 0.48
|
||||
Release: 0
|
||||
%define cpan_name Capture-Tiny
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.500.0
|
||||
Release: 0
|
||||
# 0.50 -> normalize -> 0.500.0
|
||||
%define cpan_version 0.50
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Capture-Tiny/
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Capture::Tiny) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -41,14 +43,14 @@ even works on Windows (usually). Stop guessing which of a dozen capturing
|
||||
modules to use in any particular situation and just use this one.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_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
|
||||
@ -56,7 +58,6 @@ modules to use in any particular situation and just use this one.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.mkdn examples README Todo
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user