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-IO-Interface.changes b/perl-IO-Interface.changes index 361843c..237a770 100644 --- a/perl-IO-Interface.changes +++ b/perl-IO-Interface.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 25 06:29:27 UTC 2015 - coolo@suse.com + +- regenerate to fix Module::Build dep on leap + ------------------------------------------------------------------- Tue Apr 14 19:27:06 UTC 2015 - coolo@suse.com diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec index a2e8d5d..60e3138 100644 --- a/perl-IO-Interface.spec +++ b/perl-IO-Interface.spec @@ -24,12 +24,13 @@ Summary: Perl extension for access to network card configuration informat License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IO-Interface/ -Source: http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::CBuilder) -BuildRequires: perl(Module::Build) >= 0.42 +BuildRequires: perl(Module::Build) >= 0.420000 %{perl_requires} %description @@ -38,8 +39,8 @@ used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style. -THIS API IS DEPRECATED. Please see the IO::Interface::Simple manpage for -the preferred way to get and set interface configuration information. +THIS API IS DEPRECATED. Please see IO::Interface::Simple for the preferred +way to get and set interface configuration information. %prep %setup -q -n %{cpan_name}-%{version}