]> git.pld-linux.org Git - packages/ethtool.git/blobdiff - ethtool.spec
- release 3
[packages/ethtool.git] / ethtool.spec
index c28fb9d0b811b8c5e8d1becd42da919037fc4167..f4b1055dd9aa404913c0379d3978cb5802b43cb5 100644 (file)
@@ -1,46 +1,48 @@
 Summary:       Utility to control ethernet cards
-Summary(es):   Grupos de herramientas Ethernet para tarjetas SPARC HME
-Summary(pl):   Narzêdzie do kontrolowania kart ethernet
-Summary(pt_BR):        Ferramenta de configuração para placas ethernet PCI
+Summary(es.UTF-8):     Grupos de herramientas Ethernet
+Summary(pl.UTF-8):     Narzędzie do kontrolowania kart ethernet
+Summary(pt_BR.UTF-8):  Ferramenta de configuração para placas ethernet PCI
 Name:          ethtool
-Version:       1.4
-Release:       1
+Version:       6
+Release:       3
 License:       GPL
 Group:         Networking/Admin
-Source0:       http://prdownloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
-BuildRequires: automake
+Source0:       http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
+# Source0-md5: 3b721ec27f17ebf320ba8c505cf66d9c
+URL:           http://sourceforge.net/projects/gkernel/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
+
 %description
 ethtool is a small utility for examining and tuning your
 ethernet-based network interface.
 
-%description -l es
-Grupos de herramientas Ethernet para tarjetas SPARC HME
+%description -l es.UTF-8
+Grupos de herramientas Ethernet.
 
-%description -l pl
-ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart
+%description -l pl.UTF-8
+ethtool to niewielkie narzędzie do kontroli i tuningu sieciowych kart
 ethernet.
 
-%description -l pt_BR
-Este utilitário permite consulta e alteração da configuração de placas
-ethernet, como velocidade, porta, negociação automática e localização
+%description -l pt_BR.UTF-8
+Este utilitário permite consulta e alteração da configuração de placas
+ethernet, como velocidade, porta, negociação automática e localização
 PCI.
 
 %prep
 %setup -q
 
 %build
-rm -f missing
-aclocal
-autoconf
-autoheader
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
-install -d $RPM_BUILD_ROOT
-%{__make} RPMSRCS=$RPM_BUILD_ROOT
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,13 +50,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTH* Chan* NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man?/*
This page took 0.156334 seconds and 4 git commands to generate.