diff --git a/NetAddr-MAC-0.94.tar.gz b/NetAddr-MAC-0.94.tar.gz deleted file mode 100644 index f9c0672..0000000 --- a/NetAddr-MAC-0.94.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e69cc3b46534035f112ce434d717c86d261919ade5e824fd1e5ce9a00fb4d1d -size 22630 diff --git a/NetAddr-MAC-0.95.tar.gz b/NetAddr-MAC-0.95.tar.gz new file mode 100644 index 0000000..9ce4453 --- /dev/null +++ b/NetAddr-MAC-0.95.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe244d3194be8db52f2b8b4e39b960bb4c697f039867dcfa212e44626f2e87 +size 24574 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-NetAddr-MAC.changes b/perl-NetAddr-MAC.changes index f3b539f..a838262 100644 --- a/perl-NetAddr-MAC.changes +++ b/perl-NetAddr-MAC.changes @@ -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 diff --git a/perl-NetAddr-MAC.spec b/perl-NetAddr-MAC.spec index f90cc74..109f7c6 100644 --- a/perl-NetAddr-MAC.spec +++ b/perl-NetAddr-MAC.spec @@ -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