forked from pool/perl-Capture-Tiny
Compare commits
21 Commits
bundle_nex
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 95b68da9dd | |||
| 6b5a349476 | |||
| 6bef10d121 | |||
| e161f58077 | |||
| a6c23a9f67 | |||
| 7ff1cdac3e | |||
| a46cf3cdf9 | |||
| 8b3d4785cd | |||
| a3a5eb4ee5 | |||
| 87044c83bd | |||
|
|
fbdfa0fcdd | ||
|
|
a11ec37086 | ||
|
|
5546eca0f7 | ||
|
|
f042a4b2d8 | ||
|
|
b6b9df5bd3 | ||
|
|
7e1c600652 | ||
|
|
e07d9ee679 | ||
|
|
2b58507968 | ||
|
|
f974afe71f | ||
|
|
afd506bc50 | ||
|
|
34c08f4d76 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.changes merge=merge-changes
|
||||
## Default LFS
|
||||
*.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,7 +12,6 @@
|
||||
*.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
BIN
Capture-Tiny-0.48.tar.gz
LFS
Binary file not shown.
BIN
Capture-Tiny-0.50.tar.gz
LFS
Normal file
BIN
Capture-Tiny-0.50.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:01 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Fri Dec 20 05:31:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
- 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) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -16,22 +16,22 @@
|
||||
#
|
||||
|
||||
|
||||
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
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
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
|
||||
@@ -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
|
||||
%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
|
||||
@@ -58,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user