forked from pool/perl-IO-Interface
- 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:
committed by
Git OBS Bridge
parent
52143840d4
commit
b3755d8f00
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,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
|
Tue Apr 14 19:27:06 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -24,12 +24,13 @@ Summary: Perl extension for access to network card configuration informat
|
|||||||
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/IO-Interface/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(Module::Build) >= 0.42
|
BuildRequires: perl(Module::Build) >= 0.420000
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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
|
your system. In addition to the object-oriented access methods, you can use
|
||||||
a function-oriented style.
|
a function-oriented style.
|
||||||
|
|
||||||
THIS API IS DEPRECATED. Please see the IO::Interface::Simple manpage for
|
THIS API IS DEPRECATED. Please see IO::Interface::Simple for the preferred
|
||||||
the preferred way to get and set interface configuration information.
|
way to get and set interface configuration information.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user