Accepting request 489514 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/489514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-MAC?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
1f5f425ffa
commit
f85459c76a
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-NetAddr-MAC
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-NetAddr-MAC
|
||||
Version: 0.94
|
||||
Version: 0.95
|
||||
Release: 0
|
||||
%define cpan_name NetAddr-MAC
|
||||
Summary: Handles hardware MAC Addresses (EUI-48 and EUI-64)
|
||||
Summary: MAC address functions and object
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/NetAddr-MAC/
|
||||
Source: http://www.cpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -39,27 +40,28 @@ various layer 2 networks. Although the most common case is hardware
|
||||
addresses on Ethernet network cards, there are a variety of devices that
|
||||
use this system of addressing.
|
||||
|
||||
This module supports both EUI-48 and EUI-64 addresses and implements an OO
|
||||
and a functional interface.
|
||||
This module supports both Extended Unique Identifier 48 and 64, addresses
|
||||
and implements an OO and a functional interface.
|
||||
|
||||
Some networks that use EUI-48 (or MAC-48) addresses include:
|
||||
Some networks that use Extended Unique Identifier 48 (or MAC48) addresses
|
||||
include:
|
||||
|
||||
Ethernet
|
||||
802.11 wireless networks
|
||||
Bluetooth
|
||||
IEEE 802.5 token ring
|
||||
FDDI
|
||||
ATM
|
||||
Ethernet
|
||||
802.11 wireless networks
|
||||
Bluetooth
|
||||
IEEE 802.5 token ring
|
||||
FDDI
|
||||
ATM
|
||||
|
||||
Some networks that use EUI-64 addresses include:
|
||||
Some networks that use Extended Unique Identifier 64 addresses include:
|
||||
|
||||
Firewire
|
||||
IPv6 (sort of)
|
||||
ZigBee / 802.15.4 wireless personal-area networks
|
||||
Firewire
|
||||
IPv6 (sort of)
|
||||
ZigBee / 802.15.4 wireless personal-area networks
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -75,6 +77,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE README README.md TODO
|
||||
%doc AUTHOR_PLEDGE Changes examples README README.md TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user