]> git.pld-linux.org Git - packages/bing.git/blobdiff - bing.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/bing.git] / bing.spec
index 3c11c99c32cf3efc31d4c094383269a7d940d733..96385a612de3e98fe1b76db3498cf17e2e3824b0 100644 (file)
--- a/bing.spec
+++ b/bing.spec
@@ -1,12 +1,10 @@
-Summary:       Bing, a point-to-point bandwidth measurement tool (b from Bandwitch)
-Summary(pl):   Bing, narzêdzie s³u¿±ce mierzeniu przepustowo¶ci ³±czy 
+Summary:       Bing, a point-to-point bandwidth measurement tool (b from Bandwith)
+Summary(pl):   Bing, narzêdzie s³u¿±ce mierzeniu przepustowo¶ci ³±czy
 Name:          bing
-Version:       1.0.4
+Version:       1.1.3
 Release:       2
 License:       BSD
 Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(pl):     Sieciowe/Narzêdzia
 Source0:       http://www.fibrespeed.net/~mbabcock/mirrors/bing/%{name}-%{version}.tar.bz2
 Patch0:                %{name}.patch
 URL:           http://web.cnam.fr/reseau/bing.html
@@ -22,27 +20,25 @@ Bing oblicza aktualn
 przepustowow¶æ ³±cza mierz±c czasy powrotu odpowiedzi na komunikaty
 ICMP.
 
-%prep 
+%prep
 %setup -q
-%patch -p0 
+%patch -p0
 
 %build
-%{__make}
+%{__make} CFLAGS="%{rpmcflags}" CC=%{__cc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
 
 install bing $RPM_BUILD_ROOT%{_bindir}
-install bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
-
-gzip -9nf README ChangeLog
+install unix/bing.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz 
+%doc ChangeLog Readme.*
 %attr(755,root,root) %{_bindir}/bing
 %{_mandir}/man8/bing.8*
This page took 0.099213 seconds and 4 git commands to generate.