]> git.pld-linux.org Git - packages/ethtool.git/blobdiff - ethtool.spec
- rel 1
[packages/ethtool.git] / ethtool.spec
index 9d95a208b268b492ae176630b8495257bd61cd4a..addf6426e23745e607cf7380864db06c68eb58a8 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Utility to control ethernet cards
-Summary(es):   Grupos de herramientas Ethernet para tarjetas SPARC HME
+Summary(es):   Grupos de herramientas Ethernet
 Summary(pl):   Narzêdzie do kontrolowania kart ethernet
 Summary(pt_BR):        Ferramenta de configuração para placas ethernet PCI
 Name:          ethtool
-Version:       1.7
+Version:       3
 Release:       1
 License:       GPL
 Group:         Networking/Admin
 Source0:       http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
+# Source0-md5: b4e71f7fa2629250677eefcb338442c5
+URL:           http://sourceforge.net/projects/gkernel/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -17,7 +19,7 @@ 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
+Grupos de herramientas Ethernet.
 
 %description -l pl
 ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart
@@ -32,15 +34,13 @@ PCI.
 %setup -q
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
 
-install -d $RPM_BUILD_ROOT
-%{__make} RPMSRCS=$RPM_BUILD_ROOT
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTH* Chan* NEWS
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man?/*
This page took 0.130433 seconds and 4 git commands to generate.