rpms/pcapy/EL-4 pcapy.spec,1.3,1.4

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Jan 14 16:25:17 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/pcapy/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18272

Modified Files:
	pcapy.spec 
Log Message:
pcap fix.



Index: pcapy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcapy/EL-4/pcapy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcapy.spec	14 Jan 2008 16:10:12 -0000	1.3
+++ pcapy.spec	14 Jan 2008 16:24:40 -0000	1.4
@@ -9,8 +9,13 @@
 URL: http://oss.coresecurity.com/projects/pcapy.html
 Source0: http://oss.coresecurity.com/repo/pcapy-0.10.5.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
+%if "0%{?dist}" =="0.el4"
+#epel 4
+BuildRequires: python-devel, libpcap
+%else
+#epel 5
 BuildRequires: python-devel, libpcap-devel
-ExcludeArch: ppc x86_64
+%endif
 
 %description
 Pcapy is a Python extension module that interfaces with the libpcap




More information about the fedora-extras-commits mailing list