SPECS: arpoison.spec - pl - install to /usr/sbin (requires root to...

qboosh qboosh at pld-linux.org
Thu May 24 22:54:44 CEST 2007


Author: qboosh                       Date: Thu May 24 20:54:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- install to /usr/sbin (requires root to run and libnet which resides in /usr)

---- Files affected:
SPECS:
   arpoison.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/arpoison.spec
diff -u SPECS/arpoison.spec:1.1 SPECS/arpoison.spec:1.2
--- SPECS/arpoison.spec:1.1	Tue May 15 04:59:22 2007
+++ SPECS/arpoison.spec	Thu May 24 22:54:39 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
-#
-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
@@ -16,6 +16,9 @@
 %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}
 
@@ -24,9 +27,9 @@
 
 %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
@@ -34,7 +37,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README TODO
-%attr(750,root,root) /bin/*
+%attr(754,root,root) %{_sbindir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -42,6 +45,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/05/24 20:54:39  qboosh
+- pl
+- install to /usr/sbin (requires root to run and libnet which resides in /usr)
+
 Revision 1.1  2007/05/15 02:59:22  wolvverine
 - init
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/arpoison.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list