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:
parent
391b3e6c5f
commit
5c2a78eaf8
@ -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
3
FFI-CheckLib-0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03dd7474e427d22e056b2af9c595e5fc661b4f4ca010127fb285b00cf7aa616f
|
||||
size 19358
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@ -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
|
||||
|
||||
|
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-FFI-CheckLib
|
||||
Version: 0.11
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
%define cpan_name FFI-CheckLib
|
||||
Summary: Check that a library is available for FFI
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
%{perl_requires}
|
||||
|
||||
@ -51,18 +51,19 @@ dependency on the Module::Build manpage.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes cpanfile LICENSE README
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user