8
0

Accepting request 1101208 from home:tinita:branches:devel:languages:perl

Somehow the new version format wasn't generated in my last request

OBS-URL: https://build.opensuse.org/request/show/1101208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Compress-Raw-Zlib?expand=0&rev=56
This commit is contained in:
2023-07-28 16:21:58 +00:00
committed by Git OBS Bridge
parent d5b51200d1
commit 9e8ed94bd4

View File

@@ -18,16 +18,19 @@
%define cpan_name Compress-Raw-Zlib
Name: perl-Compress-Raw-Zlib
Version: 2.206
Version: 2.206.0
Release: 0
%define cpan_version 2.206
#Upstream: Artistic-1.0 or GPL-1.0-or-later
License: (Artistic-1.0 OR GPL-1.0-or-later) AND Zlib
Summary: Low-Level Interface to zlib or zlib-ng compression library
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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Compress::Raw::Zlib) = 2.206.0
%define __perllib_provides /bin/true
%{perl_requires}
%description
@@ -39,7 +42,7 @@ In the text below all references to _zlib_ are also applicable to _zlib-ng_
unless otherwise stated.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644