OBS User unknown 2008-10-23 02:26:45 +00:00 committed by Git OBS Bridge
parent 919054f74d
commit 658f500930

View File

@ -1,22 +1,30 @@
# #
# spec file for package arpwatch-ethercodes (Version 2004.11.2) # spec file for package arpwatch-ethercodes (Version 2008.10.21)
# #
# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://www.suse.de/feedback/ # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: arpwatch-ethercodes Name: arpwatch-ethercodes
BuildRequires: arpwatch-ethercodes-build BuildRequires: arpwatch-ethercodes-build
URL: http://standards.ieee.org/regauth/oui/ Url: http://standards.ieee.org/regauth/oui/
License: FSR, Other License(s), see package License: BSD 3-Clause
Group: Productivity/Networking/Diagnostic Group: Productivity/Networking/Diagnostic
Autoreqprov: on AutoReqProv: on
Summary: Ethercodes data for arpwatch Summary: Ethercodes Data for arpwatch
Version: 2008.10.21 Version: 2008.10.21
Release: 1 Release: 1
Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
@ -32,6 +40,7 @@ Authors:
-------- --------
IEEE.org IEEE.org
%prep
%build %build
pushd /usr/share/arpwatch pushd /usr/share/arpwatch
@ -48,18 +57,21 @@ mkdir -p \
$RPM_BUILD_ROOT/%{_datadir}/arpwatch $RPM_BUILD_ROOT/%{_datadir}/arpwatch
install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/arpwatch %{_datadir}/arpwatch
%changelog -n arpwatch-ethercodes %changelog
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Sat Nov 06 2004 - lmuelle@suse.de * Sat Nov 06 2004 lmuelle@suse.de
- Change arpwatch of neededforbuild to arpwatch-ethercodes-build. - Change arpwatch of neededforbuild to arpwatch-ethercodes-build.
* Sat Nov 06 2004 - lmuelle@suse.de * Sat Nov 06 2004 lmuelle@suse.de
- Ensure size of ethercodes.dat is not zero, [#48005]. - Ensure size of ethercodes.dat is not zero, [#48005].
* Wed Oct 06 2004 - ro@suse.de * Wed Oct 06 2004 ro@suse.de
- make package noarch - make package noarch
* Fri Jun 25 2004 - lmuelle@suse.de * Fri Jun 25 2004 lmuelle@suse.de
- Initial package. - Initial package.