Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 9f9ee202930a359ef91b6e9f11fae934 > files > 2

macchanger-1.5.0-1mdk.src.rpm

%define	name	macchanger 
%define	version	1.5.0
%define release	1mdk
%define	lib_name_orig	lib%{name}
%define	lib_major	0
%define	lib_name	%mklibname %{name} %{lib_major}

Name:           %{name}
Summary: 	Uility for viewing/manipulating the MAC address of network interfaces
Group:		System/Configuration/Networking
Version:        %{version}
Release:        %{release}
License:	GPL 
URL: 		http://www.alobbs.com/modules.php?op=modload&name=macc&file=index
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Packager:	Antoine Ginies <aginies@mandrakesoft.com>
Source:         %{name}-%{version}.tar.bz2

%description
A GNU/Linux utility for viewing/manipulating the MAC address of network 
interfaces.
Features
* Set specific MAC address of a network interface
* Set the MAC randomly
* Set a MAC of another vendor
* Set another MAC of the same vendor
* Set a MAC of the same kind (eg: wireless card)
* Display a vendor MAC list (today, 6200 items) to choose from

Possible usages
* You're in a DHCP network with some kind of IP-based restriction
* You've a cluster that boot with BOOTP and you want to have a
* clean set of MACs
* Debug MAC based routes
	    
%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%post
%_install_info %{name}.info

%postun
%_remove_install_info %{name}.info

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README COPYING ChangeLog INSTALL AUTHORS
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%{_infodir}/%{name}.info*
%defattr(755,root,root,755)
%{_bindir}/*

%changelog
* Fri May 21 2004 Antoine Ginies <aginies@n2.mandrakesoft.com> 1.5.0-1mdk
- release 1.5.0

* Sun Jan 04 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.4.0-1mdk
- 1.4.0
- rm -rf $RPM_BUILD_ROOT in %%install, not %%prep
- drop redundant provides
- use %%configure and %%make macro
- macroize
- cleanups
- use %%mklibname macro
- add info file

* Fri Jan 03 2003 Antoine Ginies <aginies@mandrakesoft.com> 1.3.0-1mdk
- first release for mandrakesoft