diff --git a/FFI-CheckLib-0.11.tar.gz b/FFI-CheckLib-0.11.tar.gz deleted file mode 100644 index 37c1475..0000000 --- a/FFI-CheckLib-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e076ba1805198541bb06d8c3c71934eef981c3b59354ebb3b1169f77046c81f0 -size 19673 diff --git a/FFI-CheckLib-0.14.tar.gz b/FFI-CheckLib-0.14.tar.gz new file mode 100644 index 0000000..0ffb387 --- /dev/null +++ b/FFI-CheckLib-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dd7474e427d22e056b2af9c595e5fc661b4f4ca010127fb285b00cf7aa616f +size 19358 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index ba99475..53f61de 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -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 diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index 97a94ab..2d6d453 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -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