Accepting request 333107 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/333107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-09-24 05:12:42 +00:00 committed by Git OBS Bridge
parent 391b3e6c5f
commit 5c2a78eaf8
5 changed files with 49 additions and 11 deletions

View File

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

3
FFI-CheckLib-0.14.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View File

@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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,17 @@
-------------------------------------------------------------------
Wed Sep 23 08:37:21 UTC 2015 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.14 2015-09-09 08:25:15 -0400
- Version identical to 0.12
(0.12 was accidentally removed from CPAN)
0.12 2015-08-06 16:09:32 -0400
- Switch to MakeMaker since we are not using any features
that require Module::Build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 17 13:43:04 UTC 2015 - coolo@suse.com Tue Feb 17 13:43:04 UTC 2015 - coolo@suse.com

View File

@ -17,19 +17,19 @@
Name: perl-FFI-CheckLib Name: perl-FFI-CheckLib
Version: 0.11 Version: 0.14
Release: 0 Release: 0
%define cpan_name FFI-CheckLib %define cpan_name FFI-CheckLib
Summary: Check that a library is available for FFI Summary: Check that a library is available for FFI
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/FFI-CheckLib/ Url: http://search.cpan.org/dist/FFI-CheckLib/
Source: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 0.94
%{perl_requires} %{perl_requires}
@ -51,18 +51,19 @@ dependency on the Module::Build manpage.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build build flags=%{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
./Build test %{__make} test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes cpanfile LICENSE README %doc Changes LICENSE README
%changelog %changelog