]> git.pld-linux.org Git - packages/arpoison.git/commitdiff
- pl master
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 May 2007 20:54:39 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install to /usr/sbin (requires root to run and libnet which resides in /usr)

Changed files:
    arpoison.spec -> 1.2

arpoison.spec

index 7718fbcb3d15a2106f1680782b96c468ed0d011f..9eb1f74c6257ab6030f1a71eeca132c3875e964b 100644 (file)
@@ -1,6 +1,6 @@
-#
-Summary:       Arpoison        
-Summary(pl.UTF-8):     Arpoison
+# TODO: optflags
+Summary:       Arpoison - sending custom ARP packets
+Summary(pl.UTF-8):     Arpoison - narzędzie do wysyłania własnych pakietów ARP
 Name:          arpoison
 Version:       0.6
 Release:       1
@@ -15,6 +15,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 A program to send custom ARP packets.
 
+%description -l pl.UTF-8
+Program do wysyłania własnych pakietów ARP.
+
 %prep
 %setup -q -n %{name}
 
@@ -23,9 +26,9 @@ A program to send custom ARP packets.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
 
-install -d $RPM_BUILD_ROOT/bin
-install arpoison $RPM_BUILD_ROOT/bin
+install arpoison $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -33,4 +36,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO
-%attr(750,root,root) /bin/*
+%attr(754,root,root) %{_sbindir}/*
This page took 0.058977 seconds and 4 git commands to generate.