SPECS: ettercap.spec - executable perms for shared libraries; rel 2

glen glen at pld-linux.org
Wed Jun 13 17:18:17 CEST 2007


Author: glen                         Date: Wed Jun 13 15:18:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- executable perms for shared libraries; rel 2

---- Files affected:
SPECS:
   ettercap.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: SPECS/ettercap.spec
diff -u SPECS/ettercap.spec:1.62 SPECS/ettercap.spec:1.63
--- SPECS/ettercap.spec:1.62	Thu Jun  7 18:57:34 2007
+++ SPECS/ettercap.spec	Wed Jun 13 17:18:12 2007
@@ -8,7 +8,7 @@
 Summary(pt_BR.UTF-8):	ettercap e um interceptador/sniffer paseado em ncurses
 Name:		ettercap
 Version:	0.7.3
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL
 Group:		Networking/Utilities
@@ -22,11 +22,11 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_gtk:BuildRequires:	gtk+2-devel}
-BuildRequires:	ncurses-ext-devel
-BuildRequires:	openssl-devel >= 0.9.7d
-BuildRequires:	libnet-devel >= 1.1.2.1
 BuildRequires:	libltdl-devel
+BuildRequires:	libnet-devel >= 1.1.2.1
 BuildRequires:	libpcap-devel
+BuildRequires:	ncurses-ext-devel
+BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pcre-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -92,7 +92,7 @@
 	--%{!?debug:dis}%{?debug:en}able-debug \
 	--%{?with_gtk:en}%{!?with_gtk:dis}able-gtk \
 	--enable-plugins \
-	--enable-https 
+	--enable-https
 %{__make}
 
 %install
@@ -109,7 +109,9 @@
 %doc README CHANGELOG AUTHORS TODO doc/*
 %doc THANKS README.BUGS
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/ettercap
+%dir %{_libdir}/ettercap
+%attr(755,root,root) %{_libdir}/ettercap/*.so
+%{_libdir}/ettercap/*.la
 %{_datadir}/ettercap
 %{_mandir}/man8/*
 %{_mandir}/man5/*
@@ -121,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2007/06/13 15:18:12  glen
+- executable perms for shared libraries; rel 2
+
 Revision 1.62  2007/06/07 16:57:34  areq
 - as-needed.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ettercap.spec?r1=1.62&r2=1.63&f=u



More information about the pld-cvs-commit mailing list