]> git.pld-linux.org Git - packages/arpscan.git/commitdiff
- updated to 0.10 master auto/th/arpscan-0_10-1 auto/ti/arpscan-0_10-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 21 Jan 2010 15:36:31 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpscan.spec -> 1.11

arpscan.spec

index d4828c0266b32911ba5816c6d33e82bedb83adff..f58eeccf8fd0087f1e4ac9f6cbae44e2227c380b 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Very simple ARP scanner
 Summary(pl.UTF-8):     Prosty skaner ARP
 Name:          arpscan
-Version:       0.9
-Release:       7
-License:       GPL
+Version:       0.10
+Release:       1
+License:       GPL v2
 Group:         Networking/Admin
 Source0:       http://wizard.ae.krakow.pl/~jb/arpscan/%{name}-%{version}.tar.gz
-# Source0-md5: 2e965a685183ff0dc48b807f461c285f
+# Source0-md5: 960addcbb4051ef2d1c3d9ff0562f09e
 Source1:       http://standards.ieee.org/regauth/oui/oui.txt
-# Source1-md5: 3134012f7961d4e65296e961c89ca09d
+# Source1-md5: 10dffbf4706f1ba00a0883b70ab88dfa
 URL:           http://wizard.ae.krakow.pl/~jb/arpscan/
 BuildRequires: gawk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,6 +29,7 @@ jest dla Linuksa.
 %{__make} \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -DVER=\$(VERSION) -DOUI=\$(OUI)" \
+       LDFLAGS="%{rpmldflags}" \
        OUI=%{_datadir}/%{name}/oui
 
 gawk -f oui.awk %{SOURCE1} >oui
@@ -43,5 +44,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_sbindir}/arpscan
 %{_datadir}/%{name}
This page took 0.067626 seconds and 4 git commands to generate.