diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..719f56a 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -2,7 +2,7 @@ #description_paragraphs: 3 #description: |- # override description from CPAN -#summary: override summary from CPAN +summary: Extend Module::Build to more easily use platform libraries provided by pkg-config #no_testing: broken upstream #sources: # - source1 diff --git a/perl-Module-Build-Using-PkgConfig.changes b/perl-Module-Build-Using-PkgConfig.changes index d6b9699..0b2f403 100644 --- a/perl-Module-Build-Using-PkgConfig.changes +++ b/perl-Module-Build-Using-PkgConfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 23 17:15:38 UTC 2020 - Dirk Stoecker + +- fix summary + ------------------------------------------------------------------- Fri Apr 12 05:19:06 UTC 2019 - Stephan Kulow diff --git a/perl-Module-Build-Using-PkgConfig.spec b/perl-Module-Build-Using-PkgConfig.spec index ad6b239..10a7cfa 100644 --- a/perl-Module-Build-Using-PkgConfig.spec +++ b/perl-Module-Build-Using-PkgConfig.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build-Using-PkgConfig # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ Name: perl-Module-Build-Using-PkgConfig Version: 0.03 Release: 0 %define cpan_name Module-Build-Using-PkgConfig -Summary: Extend C to more easily use platform libraries provided b[cut] +Summary: Extend Module::Build to more easily use platform libraries provided by pkg-config License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +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