OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/arpwatch-ethercodes?expand=0&rev=2
This commit is contained in:
parent
00ef5dd108
commit
e2a33bd725
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 07:40:05 CEST 2011 - autobuild@suse.de
|
||||
|
||||
- automated update on 2011-09-07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 02:40:05 CEST 2011 - autobuild@suse.de
|
||||
|
||||
- automated update on 2011-07-23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:25:03 CET 2006 - mls@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package arpwatch-ethercodes
|
||||
# spec file for package arpwatch-ethercodes (Version 2009.6.18)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,24 +21,31 @@
|
||||
Name: arpwatch-ethercodes
|
||||
BuildRequires: arpwatch-ethercodes-build
|
||||
Url: http://standards.ieee.org/regauth/oui/
|
||||
License: BSD3c
|
||||
License: BSD 3-Clause
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
AutoReqProv: on
|
||||
Summary: Ethercodes Data for arpwatch
|
||||
Version: 2011.9.7
|
||||
Version: 2010.6.2
|
||||
Release: 1
|
||||
Source0: http://standards.ieee.org/regauth/oui/oui.txt
|
||||
Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
OUI and company ID data as fetched from IEEE.org prepared for arpwatch.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
IEEE.org
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
pushd /usr/share/arpwatch
|
||||
./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat < %{SOURCE0}
|
||||
bzip2 -cd ${RPM_SOURCE_DIR}/oui.txt.bz2 | \
|
||||
./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat
|
||||
popd
|
||||
if [ ! -s ethercodes.dat ]; then
|
||||
echo "File ethercodes.dat is empty!"
|
||||
@ -58,3 +65,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/arpwatch
|
||||
|
||||
%changelog
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Nov 06 2004 lmuelle@suse.de
|
||||
- Change arpwatch of neededforbuild to arpwatch-ethercodes-build.
|
||||
* Sat Nov 06 2004 lmuelle@suse.de
|
||||
- Ensure size of ethercodes.dat is not zero, [#48005].
|
||||
* Wed Oct 06 2004 ro@suse.de
|
||||
- make package noarch
|
||||
* Fri Jun 25 2004 lmuelle@suse.de
|
||||
- Initial package.
|
||||
|
@ -1 +1 @@
|
||||
get_date_version_string $( find_newest_file oui.txt)
|
||||
get_date_version_string $( find_newest_file oui.txt.bz2)
|
||||
|
3
oui.txt.bz2
Normal file
3
oui.txt.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66adc5c16c9a11f773af9d081dc72f507a52810104f2337c31e2e9009608660b
|
||||
size 476660
|
Loading…
Reference in New Issue
Block a user