]> git.pld-linux.org Git - packages/diag-ether.git/commitdiff
new; ethernet diagnostic tools
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2001 11:39:17 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    diag-ether.spec -> 1.1

diag-ether.spec [new file with mode: 0644]

diff --git a/diag-ether.spec b/diag-ether.spec
new file mode 100644 (file)
index 0000000..0f79b55
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Diagnostic program for Ethernet adapters under Linux.
+Summary(pl):   Programy diagnostyczne dla kart sieciowych.
+Name:          diag-ether
+# Version is last update date: yyyymmdd
+Version:       20010318
+Release:       1
+Vendor:                Donald Becker <becker@scyld.com>
+License:       GPL
+Group:         Networking/Admin
+Group(pl):     Sieciowe/Administracyjne
+# Manually packaged using sources at: ftp://www.scyld.com/pub/diag/
+Source0:       %{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Diagnostic and configuration programs for most common Ethernet adapters                             supported by Linux.
+
+%description -l pl
+Narzêdzia diagnostyczne i konfiguracyjne dla najbardziej popularnych
+kart Ethernet pracuj±cych pod Linuxem.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-g -O0}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+for bin in *; do
+       if [ -x $bin ]; then
+               install $bin    $RPM_BUILD_ROOT%{_sbindir}
+       fi
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.html
+
+%attr(755,root,root) %{_sbindir}/*
This page took 0.052805 seconds and 4 git commands to generate.