spot pushed to perl-IO-Interface (f22). "update to 1.09"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 19:24:35 UTC 2015


>From 9636917c7c968688faa0baeb7de3baffed69c1c2 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Fri, 27 Mar 2015 15:24:09 -0400
Subject: update to 1.09


diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec
index 445bef0..5c6f817 100644
--- a/perl-IO-Interface.spec
+++ b/perl-IO-Interface.spec
@@ -1,15 +1,12 @@
 Name:           perl-IO-Interface
-Version:        1.05
-Release:        16%{?dist}
+Version:        1.09
+Release:        1%{?dist}
 Summary:        Perl extension for accessing network card configuration information
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/IO-Interface/
 Source0:        http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -19,42 +16,30 @@ be 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.
 
-
 %prep
 %setup -q -n IO-Interface-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/auto/IO/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway <spot at fedoraproject.org> - 1.09-1
+- update to 1.09
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.05-16
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 339fc99..32def3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac2e6bac4d385a01355acea8b6190cc  IO-Interface-1.05.tar.gz
+806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-IO-Interface.git/commit/?h=f22&id=9636917c7c968688faa0baeb7de3baffed69c1c2


More information about the scm-commits mailing list