diff --git a/ExtUtils-Constant-0.23.tar.gz b/ExtUtils-Constant-0.23.tar.gz deleted file mode 100644 index 801c8d3..0000000 --- a/ExtUtils-Constant-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b77025c8a5d3b93c586d4f0e712bcca3ef934edbee00a78c3fad4285f48eab -size 40113 diff --git a/ExtUtils-Constant-0.24.tar.gz b/ExtUtils-Constant-0.24.tar.gz new file mode 100644 index 0000000..586783f --- /dev/null +++ b/ExtUtils-Constant-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9e8c0b564576195a7508374f4a80b97fe3cf4a4c13efe4c949ece3e76b217d +size 39020 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-ExtUtils-Constant.changes b/perl-ExtUtils-Constant.changes index df0a67c..1b97cc3 100644 --- a/perl-ExtUtils-Constant.changes +++ b/perl-ExtUtils-Constant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 6 05:28:50 UTC 2017 - coolo@suse.com + +- updated to 0.24 + see /usr/share/doc/packages/perl-ExtUtils-Constant/Changes + ------------------------------------------------------------------- Fri Mar 18 21:12:29 UTC 2016 - chris@computersalat.de diff --git a/perl-ExtUtils-Constant.spec b/perl-ExtUtils-Constant.spec index cd64dd5..91612b3 100644 --- a/perl-ExtUtils-Constant.spec +++ b/perl-ExtUtils-Constant.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-Constant # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,27 @@ Name: perl-ExtUtils-Constant -%define cpan_name ExtUtils-Constant -Summary: Generate XS code to import C header constants -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Version: 0.23 +Version: 0.24 Release: 0 +%define cpan_name ExtUtils-Constant +Summary: Generate Xs Code to Import C Header Constants +License: CHECK(GPL-1.0+ or Artistic-1.0) +Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/ExtUtils-Constant/ -Source: http://search.cpan.org/CPAN/authors/id/N/NW/NWCLARK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Requires: perl = %{perl_version} +%{perl_requires} %description -ExtUtils::Constant facilitates generating C and XS wrapper code to -allow perl modules to AUTOLOAD constants defined in C library header -files. It is principally used by the h2xs utility, on which this code -is based. It doesn't contain the routines to scan header files to -extract these constants. +ExtUtils::Constant facilitates generating C and XS wrapper code to allow +perl modules to AUTOLOAD constants defined in C library header files. It is +principally used by the 'h2xs' utility, on which this code is based. It +doesn't contain the routines to scan header files to extract these +constants. %prep %setup -q -n %{cpan_name}-%{version} @@ -52,11 +54,8 @@ extract these constants. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes examples README %changelog