]> git.pld-linux.org Git - packages/clink.git/commitdiff
- pass CC master
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jul 2007 11:25:28 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more specific License information

Changed files:
    clink.spec -> 1.22

clink.spec

index 6cd3969eebe077d8f7ecd8e73ba7fdc18463d8e7..8c19b6845bbe6456d166531b562ad765a4918661 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Clink określa przybliżone opóźnienie i pasmo połączenia
 Name:          clink
 Version:       1.0
 Release:       5
-License:       GPL
+License:       GPL v2+
 Group:         Applications/Networking
 Source0:       http://allendowney.com/research/clink/%{name}.%{version}.tar.gz
 # Source0-md5: 9bfb957d7733e434a5e902dccad89c56
@@ -30,6 +30,7 @@ z pojedynczego źródła.
 
 %build
 %{__make} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 
 %install
@@ -45,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc clink.txt
+%doc COPYRIGHT clink.txt
 %attr(755,root,root) %{_bindir}/clink
This page took 0.092602 seconds and 4 git commands to generate.