Author: glen Date: Wed Apr 7 06:16:52 2010 GMT Module: packages Tag: HEAD ---- Log message: - new package, 20100407 version as update time
---- Files affected: packages/ieee-oui: ieee-oui.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ieee-oui/ieee-oui.spec diff -u /dev/null packages/ieee-oui/ieee-oui.spec:1.1 --- /dev/null Wed Apr 7 08:16:52 2010 +++ packages/ieee-oui/ieee-oui.spec Wed Apr 7 08:16:47 2010 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +# TODO +# - packages to make use of this pkg: +# - hwdata-0.225-0.20090808.1.noarch +# - lshw-B.02.14-1.i686 +# - ntop-3.3.10-3.i686 +# - python-netaddr-0.7.3-1.noarch +Summary: Ethernet OUI file from the IEEE +Summary(pl.UTF-8): - +Name: ieee-oui +Version: 20100407 +Release: 1 +License: Public +Group: Networking +Source0: http://standards.ieee.org/regauth/oui/oui.txt +# Source0-md5: e3e3760fabd22cb55704b8b037186a79 +URL: http://standards.ieee.org/regauth/oui/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The OUI file contains all of the OUIs (Organizationally Unique +Identifiers) that have been registered with IEEE. Each OUI entry in +the file specifies the first 24-bits of the 48-bit Ethernet hardware +address, leaving the remaining 24-bits for use by the registering +organisation. + +%prep +%setup -qcT + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir} +cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_datadir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_datadir}/oui.txt + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/04/07 06:16:47 glen +- new package, 20100407 version as update time ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
