]> git.pld-linux.org Git - packages/diag-ether.git/blobdiff - diag-ether.spec
- snap 20021228
[packages/diag-ether.git] / diag-ether.spec
index 218af832fea21864609b5f83a589a9109cec035c..7210164295706564d2c21dea50a9c7bb4e36c9da 100644 (file)
@@ -2,13 +2,13 @@ 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
+Version:       20021228
 Release:       1
 Vendor:                Donald Becker <becker@scyld.com>
 License:       GPL
 Group:         Networking/Admin
 # Manually packaged using sources at: ftp://www.scyld.com/pub/diag/
-Source0:       %{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.bz2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,19 +27,19 @@ kart Ethernet pracuj
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
 
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 for bin in *; do
        if [ -x $bin ]; then
                install $bin    $RPM_BUILD_ROOT%{_sbindir}
        fi
 done
+install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.html
-
 %attr(755,root,root) %{_sbindir}/*
+%attr(644,root,root) %{_mandir}/man8/*
This page took 0.103978 seconds and 4 git commands to generate.