automatic version update by autodist [release 0.11-1mamba;Tue Jul 13 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:57:29 +01:00
parent c12e10bec5
commit 2f55d63ffd

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-ExtUtils-CChecker
Version: 0.10
Version: 0.11
Release: 1mamba
Summary: ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
License: GPL, Artistic
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
@ -20,7 +20,6 @@ BuildRequires: perl-devel
BuildRequires: perl-Test-Fatal
Requires: perl(ExtUtils::CBuilder)
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existence of these requirements before attempting to actually build the module.
@ -50,6 +49,9 @@ chmod -R u+w %{buildroot}/*
%doc Changes LICENSE README
%changelog
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 0.11-1mamba
- automatic version update by autodist
* Sat May 30 2015 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
- automatic update by autodist