automatic version update by autodist [release 280-1mamba;Thu Dec 16 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:33:02 +01:00
parent bba26c2d1d
commit 119660e812

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-REST-Client
Version: 273
Version: 280
Release: 1mamba
Summary: A simple client for interacting with RESTful http/https resources
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/K/KK/KKANE/REST-Client-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/REST/REST-Client-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-URI
@ -18,7 +18,6 @@ BuildRequires: perl-libwww
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A simple client for interacting with RESTful http/https resources.
@ -53,5 +52,8 @@ done
%defattr(-,root,root)
%changelog
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 280-1mamba
- automatic version update by autodist
* Sun Nov 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 273-1mamba
- package created using the webbuild interface