]> git.pld-linux.org Git - packages/arpscan.git/commitdiff
- cleanup, CC fix
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Nov 2004 22:03:54 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpscan.spec -> 1.3

arpscan.spec

index 78c1e82edc393e25d9805c062c8ebec1e67ec164..20ab0008eb87ef0a1fdd1e47bcb5fe19d32ffd3b 100644 (file)
@@ -5,11 +5,10 @@ Version:      0.5
 Release:       1
 License:       GPL
 Group:         Networking/Admin
-URL:           http://wizard.ae.krakow.pl/~jb/arpscan/
 Source0:       http://wizard.ae.krakow.pl/~jb/arpscan/%{name}-%{version}.tar.gz
 # Source0-md5: 681fdb51baa8f52492e2275dafca3307
-# http://standards.ieee.org/regauth/oui/oui.txt
-Source1:       oui.txt
+Source1:       http://standards.ieee.org/regauth/oui/oui.txt
+URL:           http://wizard.ae.krakow.pl/~jb/arpscan/
 BuildRequires: gawk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,7 +26,7 @@ jest dla Linuksa.
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -DVER=\$(VERSION) -DOUI=\$(OUI)" \
        OUI=%{_datadir}/%{name}/oui
 
This page took 0.1136 seconds and 4 git commands to generate.