From c3037675ffe3194699306ae8f9c6360748821171 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 24 May 2007 20:54:39 +0000 Subject: [PATCH] - pl - install to /usr/sbin (requires root to run and libnet which resides in /usr) Changed files: arpoison.spec -> 1.2 --- arpoison.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/arpoison.spec b/arpoison.spec index 7718fbc..9eb1f74 100644 --- a/arpoison.spec +++ b/arpoison.spec @@ -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}/* -- 2.43.0