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:
committed by
Git OBS Bridge
parent
fb960e8ecb
commit
ef90b0702b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5af49f04135852d9b6ccb7b6bb706afbf26fb78602b29ba5c275495ef4b61bd6
|
|
||||||
size 27447
|
|
3
Module-Install-CheckLib-0.10.tar.gz
Normal file
3
Module-Install-CheckLib-0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:395c79c04c48020a10cf2cfff3256eb872b32f5bcde74fbcf93f2e90501a6779
|
||||||
|
size 29067
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@@ -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
|
Fri Jan 21 20:21:57 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Install-CheckLib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,42 +16,40 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Install-CheckLib
|
Name: perl-Module-Install-CheckLib
|
||||||
Version: 0.08
|
Version: 0.10
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Module-Install-CheckLib
|
%define cpan_name Module-Install-CheckLib
|
||||||
Summary: A Module::Install extension to check that a library is available
|
Summary: Module::Install extension to check that a library is available
|
||||||
Url: http://search.cpan.org/dist/Module-Install-CheckLib/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-CheckLib-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Module-Install-CheckLib/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.05
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl(Devel::CheckLib) >= 0.7
|
BuildArch: noarch
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl(Module::Install) >= 0.99
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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(Devel::CheckLib) >= 0.7
|
||||||
Requires: perl(Module::Install) >= 0.99
|
Requires: perl(Module::Install) >= 0.99
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module::Install::CheckLib is a the Module::Install manpage extension that
|
Module::Install::CheckLib is a Module::Install extension that integrates
|
||||||
integrates the Devel::CheckLib manpage so that CPAN authors may stipulate
|
Devel::CheckLib so that CPAN authors may stipulate which particular C
|
||||||
which particular C library and its headers they want available and to exit
|
library and its headers they want available and to exit the 'Makefile.PL'
|
||||||
the 'Makefile.PL' gracefully if they aren't.
|
gracefully if they aren't.
|
||||||
|
|
||||||
The author specifies which C libraries, etc, they want available. the
|
The author specifies which C libraries, etc, they want available.
|
||||||
Devel::CheckLib manpage is copied to the 'inc/' directory along with the
|
Devel::CheckLib is copied to the 'inc/' directory along with the
|
||||||
the Module::Install manpage files.
|
Module::Install files.
|
||||||
|
|
||||||
On the module user side, the bundled 'inc/' the Devel::CheckLib manpage
|
On the module user side, the bundled 'inc/' Devel::CheckLib determines
|
||||||
determines whether the current environment is supported or not and will
|
whether the current environment is supported or not and will exit
|
||||||
exit accordingly.
|
accordingly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -68,11 +66,8 @@ exit accordingly.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user