]> git.pld-linux.org Git - packages/clink.git/commitdiff
- patch from www.6bone.pl to add -Q option
authorundefine <undefine@pld-linux.org>
Thu, 10 Jan 2002 23:48:36 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %{rpmcflags} when building
- release 3
- stbr

Changed files:
    clink.spec -> 1.4

clink.spec

index 73fc1f612118a7bbc038dc9871a0995b625675df..c4131c81051a639373d03e3cdafafbef667a7e22 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Clink estimates the latency and bandwidth of network links
 Summary(pl):   Clink okre¶la przybli¿one opó¼nienie i pasmo po³±czenia sieciowego
 Name:          clink
 Version:       1.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       http://rocky.wellesley.edu/downey/clink/%{name}.%{version}.tar.gz
+Patch0:                ftp://ftp.6bone.pl/pub/ipv6/set-glibc-2.1.new/%{name}.1.0a.diff
 URL:           http://rocky.wellesley.edu/downey/clink/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,9 +26,10 @@ z pojedynczego 
 
 %prep
 %setup -q -n %{name}.%{version}
+%patch0 -p1
 %build
 
-%{__make}
+%{__make} CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.113895 seconds and 4 git commands to generate.