Accepting request 393837 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/393837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-CheckLib?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2016-05-09 05:38:18 +00:00
committed by Git OBS Bridge
parent fb960e8ecb
commit ef90b0702b
5 changed files with 68 additions and 32 deletions

View File

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

View File

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

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,16 @@
-------------------------------------------------------------------
Thu May 5 09:39:33 UTC 2016 - coolo@suse.com
- updated to 0.10
see /usr/share/doc/packages/perl-Module-Install-CheckLib/Changes
0.10 Thu Apr 21 11:02:00 BST 2016
- Add support for run_checks_in_author_mode feature
contributed by Salva
0.08 Wed Aug 25 15:00:00 BST 2010
- Update prereqs for Module::Install and Devel::CheckLib
-------------------------------------------------------------------
Fri Jan 21 20:21:57 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Install-CheckLib
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -16,42 +16,40 @@
#
Name: perl-Module-Install-CheckLib
Version: 0.08
Release: 1
License: GPL+ or Artistic
Version: 0.10
Release: 0
%define cpan_name Module-Install-CheckLib
Summary: A Module::Install extension to check that a library is available
Url: http://search.cpan.org/dist/Module-Install-CheckLib/
Summary: Module::Install extension to check that a library is available
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-CheckLib-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl(Capture::Tiny) >= 0.05
BuildRequires: perl(Devel::CheckLib) >= 0.7
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Install) >= 0.99
Url: http://search.cpan.org/dist/Module-Install-CheckLib/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.05
BuildRequires: perl(Devel::CheckLib) >= 0.7
BuildRequires: perl(Module::Install) >= 0.99
Requires: perl(Devel::CheckLib) >= 0.7
Requires: perl(Module::Install) >= 0.99
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
Module::Install::CheckLib is a the Module::Install manpage extension that
integrates the Devel::CheckLib manpage so that CPAN authors may stipulate
which particular C library and its headers they want available and to exit
the 'Makefile.PL' gracefully if they aren't.
Module::Install::CheckLib is a Module::Install extension that integrates
Devel::CheckLib so that CPAN authors may stipulate which particular C
library and its headers they want available and to exit the 'Makefile.PL'
gracefully if they aren't.
The author specifies which C libraries, etc, they want available. the
Devel::CheckLib manpage is copied to the 'inc/' directory along with the
the Module::Install manpage files.
The author specifies which C libraries, etc, they want available.
Devel::CheckLib is copied to the 'inc/' directory along with the
Module::Install files.
On the module user side, the bundled 'inc/' the Devel::CheckLib manpage
determines whether the current environment is supported or not and will
exit accordingly.
On the module user side, the bundled 'inc/' Devel::CheckLib determines
whether the current environment is supported or not and will exit
accordingly.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -68,11 +66,8 @@ exit accordingly.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog