forked from pool/perl-IO-Compress
Accepting request 874801 from devel:languages:perl:autoupdate
- updated to 2.101 see /usr/share/doc/packages/perl-IO-Compress/Changes 2.101 20 February 2021 * fix version numbers in meta files OBS-URL: https://build.opensuse.org/request/show/874801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Compress?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d23b0be2e2967c604c407d415588920a69083587d0f65f355137592989c6c36
|
|
||||||
size 291283
|
|
3
IO-Compress-2.101.tar.gz
Normal file
3
IO-Compress-2.101.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0517a32f0790c819fb552083d8ddf6a6eb64fbeec300c12e9511c362fb83c733
|
||||||
|
size 292468
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 03:09:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.101
|
||||||
|
see /usr/share/doc/packages/perl-IO-Compress/Changes
|
||||||
|
|
||||||
|
2.101 20 February 2021
|
||||||
|
|
||||||
|
* fix version numbers in meta files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 08:35:37 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
Mon Jan 18 08:35:37 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
@@ -16,36 +16,34 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-IO-Compress
|
|
||||||
Version: 2.100
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name IO-Compress
|
%define cpan_name IO-Compress
|
||||||
|
Name: perl-IO-Compress
|
||||||
|
Version: 2.101
|
||||||
|
Release: 0
|
||||||
Summary: IO Interface to compressed data files/buffers
|
Summary: IO Interface to compressed data files/buffers
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.100
|
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.101
|
||||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.100
|
BuildRequires: perl(Compress::Raw::Zlib) >= 2.101
|
||||||
Requires: perl(Compress::Raw::Bzip2) >= 2.100
|
Requires: perl(Compress::Raw::Bzip2) >= 2.101
|
||||||
Requires: perl(Compress::Raw::Zlib) >= 2.100
|
Requires: perl(Compress::Raw::Zlib) >= 2.101
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IO Interface to compressed data files/buffers
|
IO Interface to compressed data files/buffers
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -63,7 +61,6 @@ mv %{buildroot}/usr/share/man/man1/zipdetails.1 %{buildroot}/usr/share/man/man1/
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README
|
%doc Changes examples README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user