Accepting request 514753 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/514753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Constant?expand=0&rev=2
This commit is contained in:
2017-08-14 13:13:33 +00:00
committed by Git OBS Bridge
parent d29aaf3ac0
commit bc2d087ee5
5 changed files with 54 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23b77025c8a5d3b93c586d4f0e712bcca3ef934edbee00a78c3fad4285f48eab
size 40113

View File

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

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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