7
0

3 Commits

5 changed files with 24 additions and 22 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
## Default LFS
*.changes merge=merge-changes
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
@@ -12,6 +12,7 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

BIN
Capture-Tiny-0.48.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,8 +1,8 @@
-------------------------------------------------------------------
Fri Dec 20 05:31:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
Fri Aug 4 10:05:01 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- updated to 0.500.0 (0.50)
see /usr/share/doc/packages/perl-Capture-Tiny/Changes
- Remove unused file:
* cpanspec.yml
-------------------------------------------------------------------
Mon Apr 23 05:05:56 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Capture-Tiny
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -16,22 +16,22 @@
#
%define cpan_name Capture-Tiny
Name: perl-Capture-Tiny
Version: 0.500.0
Version: 0.48
Release: 0
# 0.50 -> normalize -> 0.500.0
%define cpan_version 0.50
License: Apache-2.0
%define cpan_name Capture-Tiny
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
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
%if "%_vendor" != "debbuild"
ExclusiveArch: do_not_build
%endif
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Capture::Tiny) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -43,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
%autosetup -n %{cpan_name}-%{cpan_version}
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
make test
%{__make} test
%install
%perl_make_install
@@ -58,6 +58,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.mkdn examples README Todo
%license LICENSE