rpms/macchanger/devel macchanger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand (splinux) fedora-extras-commits at redhat.com
Mon Mar 26 14:34:36 UTC 2007


Author: splinux

Update of /cvs/extras/rpms/macchanger/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21390/devel

Modified Files:
	.cvsignore sources 
Added Files:
	macchanger.spec 
Log Message:
auto-import macchanger-1.5.0-3 on branch devel from macchanger-1.5.0-3.src.rpm


--- NEW FILE macchanger.spec ---
Name:           macchanger
Version:        1.5.0
Release:        3%{?dist}
Summary:        An utility for viewing/manipulating the MAC address of network interfaces

Group:          Applications/System
License:        GPL
URL:            http://www.alobbs.com/macchanger
Source0:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post): /sbin/install-info    
Requires(preun): /sbin/install-info

%description
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


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir

%post 
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun 
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%clean
rm -rf $RPM_BUILD_ROOT


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

%changelog
* Sat Mar 24 2007 Damien Durand <splinux at fedoraproject.org> - 1.5.0-3
- Fix doc section

* Sat Mar 24 2007 Damien Durand <splinux at fedoraproject.org> - 1.5.0-2
- Remove info directory in the install section

* Thu Mar 22 2007 Damien Durand <splinux at fedoraproject.org> - 1.5.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/macchanger/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Mar 2007 23:11:23 -0000	1.1
+++ .cvsignore	26 Mar 2007 14:34:03 -0000	1.2
@@ -0,0 +1 @@
+macchanger-1.5.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/macchanger/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Mar 2007 23:11:23 -0000	1.1
+++ sources	26 Mar 2007 14:34:03 -0000	1.2
@@ -0,0 +1 @@
+79b7cdaeca3d8ebafa764c4b0dd03ab7  macchanger-1.5.0.tar.gz




More information about the scm-commits mailing list