Accepting request 906074 from devel:languages:perl:autoupdate

- updated to 0.11
   see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
  0.11    2021-07-12
          [CHANGES]
           * Added `try_find_cflags_for`
           * Added `extend_module_build`
           * Various small style fixes

OBS-URL: https://build.opensuse.org/request/show/906074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2021-07-19 06:59:14 +00:00 committed by Git OBS Bridge
parent 737e996120
commit 6191e23ce1
4 changed files with 33 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b
size 19496

BIN
ExtUtils-CChecker-0.11.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 13 03:06:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.11
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
0.11 2021-07-12
[CHANGES]
* Added `try_find_cflags_for`
* Added `extend_module_build`
* Various small style fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 08:31:31 UTC 2015 - coolo@suse.com Sun Jun 7 08:31:31 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-ExtUtils-CChecker # spec file for package perl-ExtUtils-CChecker
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,27 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-ExtUtils-CChecker
Version: 0.10
Release: 0
%define cpan_name ExtUtils-CChecker %define cpan_name ExtUtils-CChecker
Summary: Configure-Time Utilities for Using C Headers, Name: perl-ExtUtils-CChecker
License: Artistic-1.0 or GPL-1.0+ Version: 0.11
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/ExtUtils-CChecker/ Summary: Configure-time utilities for using C headers,
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{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(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::CBuilder)
%{perl_requires} %{perl_requires}
@ -42,19 +41,19 @@ headers, libraries, or to use OS-specific features. It is useful in the
_Build.PL_ or _Makefile.PL_ file to check for the existance of these _Build.PL_ or _Makefile.PL_ file to check for the existance of these
requirements before attempting to actually build the module. requirements before attempting to actually build the module.
Objects in this class provide an extension around the ExtUtils::CBuilder Objects in this class provide an extension around ExtUtils::CBuilder to
manpage to simplify the creation of a _.c_ file, compiling, linking and simplify the creation of a _.c_ file, compiling, linking and running it, to
running it, to test if a certain feature is present. test if a certain feature is present.
It may also be necessary to search for the correct library to link against, It may also be necessary to search for the correct library to link against,
or for the right include directories to find header files in. This class or for the right include directories to find header files in. This class
also provides assistance here. also provides assistance here.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
@ -65,7 +64,7 @@ also provides assistance here.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes README
%doc Changes LICENSE README %license LICENSE
%changelog %changelog