diff --git a/Module-Build-Using-PkgConfig-0.02.tar.gz b/Module-Build-Using-PkgConfig-0.02.tar.gz deleted file mode 100644 index 2137a6a..0000000 --- a/Module-Build-Using-PkgConfig-0.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9832fc67221e559f3f510a78f1f486811dfd91efe3cc1d83f61148d2ba849186 -size 15099 diff --git a/Module-Build-Using-PkgConfig-0.03.tar.gz b/Module-Build-Using-PkgConfig-0.03.tar.gz new file mode 100644 index 0000000..28e33af --- /dev/null +++ b/Module-Build-Using-PkgConfig-0.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11774a6914bcfa0915f9f01c3041b16878d52ad86d83ecedbe62e68d4f41ecc1 +size 15256 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Module-Build-Using-PkgConfig.changes b/perl-Module-Build-Using-PkgConfig.changes index ff927ff..d6b9699 100644 --- a/perl-Module-Build-Using-PkgConfig.changes +++ b/perl-Module-Build-Using-PkgConfig.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 12 05:19:06 UTC 2019 - Stephan Kulow + +- updated to 0.03 + see /usr/share/doc/packages/perl-Module-Build-Using-PkgConfig/Changes + + 0.03 2019-04-11 13:05:56 + [CHANGES] + * Declare dependency on perl 5.010 because of // operator + * Spelling fixes from debian (thanks gregor herrmann) (RT128590) + ------------------------------------------------------------------- Wed Apr 3 07:49:54 UTC 2019 - Stephan Kulow diff --git a/perl-Module-Build-Using-PkgConfig.spec b/perl-Module-Build-Using-PkgConfig.spec index 8773864..ad6b239 100644 --- a/perl-Module-Build-Using-PkgConfig.spec +++ b/perl-Module-Build-Using-PkgConfig.spec @@ -17,7 +17,7 @@ Name: perl-Module-Build-Using-PkgConfig -Version: 0.02 +Version: 0.03 Release: 0 %define cpan_name Module-Build-Using-PkgConfig Summary: Extend C to more easily use platform libraries provided b[cut] @@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl 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