8
0

- regenerate to fix Module::Build dep on leap

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Interface?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2015-11-25 06:29:47 +00:00
committed by Git OBS Bridge
parent 52143840d4
commit b3755d8f00
3 changed files with 33 additions and 4 deletions

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,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

View File

@@ -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}