diff --git a/ExtUtils-CChecker-0.10.tar.gz b/ExtUtils-CChecker-0.10.tar.gz deleted file mode 100644 index 0d05059..0000000 --- a/ExtUtils-CChecker-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b -size 19496 diff --git a/ExtUtils-CChecker-0.11.tar.gz b/ExtUtils-CChecker-0.11.tar.gz new file mode 100644 index 0000000..00f1801 --- /dev/null +++ b/ExtUtils-CChecker-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117736677e37fc611f5b76374d7f952e1970eb80e1f6ad5150d516e7ae531bf5 +size 20241 diff --git a/perl-ExtUtils-CChecker.changes b/perl-ExtUtils-CChecker.changes index 3cafe6f..e1bb070 100644 --- a/perl-ExtUtils-CChecker.changes +++ b/perl-ExtUtils-CChecker.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 13 03:06:24 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec index 1b022c8..14c0c20 100644 --- a/perl-ExtUtils-CChecker.spec +++ b/perl-ExtUtils-CChecker.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Summary: Configure-Time Utilities for Using C Headers, -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/ExtUtils-CChecker/ -Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz +Name: perl-ExtUtils-CChecker +Version: 0.11 +Release: 0 +Summary: Configure-time utilities for using C headers, +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 BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::CBuilder) -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) >= 0.400400 BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(ExtUtils::CBuilder) %{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 requirements before attempting to actually build the module. -Objects in this class provide an extension around the ExtUtils::CBuilder -manpage to simplify the creation of a _.c_ file, compiling, linking and -running it, to test if a certain feature is present. +Objects in this class provide an extension around ExtUtils::CBuilder to +simplify the creation of a _.c_ file, compiling, linking and running it, to +test if a certain feature is present. 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 also provides assistance here. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -65,7 +64,7 @@ also provides assistance here. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog