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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e69cc3b46534035f112ce434d717c86d261919ade5e824fd1e5ce9a00fb4d1d
|
||||
size 22630
|
3
NetAddr-MAC-0.95.tar.gz
Normal file
3
NetAddr-MAC-0.95.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fbe244d3194be8db52f2b8b4e39b960bb4c697f039867dcfa212e44626f2e87
|
||||
size 24574
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 06:33:40 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.95
|
||||
see /usr/share/doc/packages/perl-NetAddr-MAC/Changes
|
||||
|
||||
0.95 2017-04-19
|
||||
- POD spelling and whitespace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 19:02:40 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -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,10 +40,11 @@ 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
|
||||
@@ -51,7 +53,7 @@ Some networks that use EUI-48 (or MAC-48) addresses include:
|
||||
FDDI
|
||||
ATM
|
||||
|
||||
Some networks that use EUI-64 addresses include:
|
||||
Some networks that use Extended Unique Identifier 64 addresses include:
|
||||
|
||||
Firewire
|
||||
IPv6 (sort of)
|
||||
@@ -59,7 +61,7 @@ Some networks that use EUI-64 addresses include:
|
||||
|
||||
%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