[svn] r4934 - in trunk/rpms: arphound gnochm opensaml white_dune
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Nov 24 21:43:06 CET 2006
Author: dries
Date: 2006-11-24 21:42:57 +0100 (Fri, 24 Nov 2006)
New Revision: 4934
Added:
trunk/rpms/arphound/arphound-1.3.1-gcc.patch
Modified:
trunk/rpms/arphound/arphound.spec
trunk/rpms/gnochm/gnochm.spec
trunk/rpms/opensaml/opensaml.spec
trunk/rpms/white_dune/white_dune.spec
Log:
fixes
Added: trunk/rpms/arphound/arphound-1.3.1-gcc.patch
===================================================================
--- trunk/rpms/arphound/arphound-1.3.1-gcc.patch (rev 0)
+++ trunk/rpms/arphound/arphound-1.3.1-gcc.patch 2006-11-24 20:42:57 UTC (rev 4934)
@@ -0,0 +1,13 @@
+diff -ur arphound-1.3.1/shared/bsocket_l.h arphound-1.3.1-fix/shared/bsocket_l.h
+--- arphound-1.3.1/shared/bsocket_l.h 2003-10-02 21:29:56.000000000 +0200
++++ arphound-1.3.1-fix/shared/bsocket_l.h 2006-11-24 07:54:44.000000000 +0100
+@@ -60,7 +60,7 @@
+ unsigned long SlowSend(const char * source,unsigned long len);
+ unsigned long Send(const char *Source);
+ void GetLocalIp(char *ip); // renvoit l'ip locale d'une sock
+- bool bSocket::Bind(int Port,char * interface=NULL); // a faire avant createrecvloop udp
++ bool Bind(int Port,char * interface=NULL); // a faire avant createrecvloop udp
+ // boucle creee dans un nouveau thread, cree une nouvelle
+ // bsocket a chaque connection sur le port, et appelle OnConnect
+ // attention, 0nConnect doit retourner RAPIDEMENT pour liberer le thread
+Only in arphound-1.3.1-fix/shared: bsocket_l.h~
Modified: trunk/rpms/arphound/arphound.spec
===================================================================
--- trunk/rpms/arphound/arphound.spec 2006-11-24 17:46:31 UTC (rev 4933)
+++ trunk/rpms/arphound/arphound.spec 2006-11-24 20:42:57 UTC (rev 4934)
@@ -16,6 +16,7 @@
URL: http://www.nottale.net/index.php?project=arphound
Source: http://www.nottale.net/arphound/download/arphound-%{version}.tar.gz
+Patch: arphound-1.3.1-gcc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, libpcap
%{?_with_libpcapdevel:BuildRequires:libpcap-devel}
@@ -30,6 +31,7 @@
%prep
%setup
+%patch -p1
%{__cat} <<'EOF' >arphound.sysv
#!/bin/bash
Modified: trunk/rpms/gnochm/gnochm.spec
===================================================================
--- trunk/rpms/gnochm/gnochm.spec 2006-11-24 17:46:31 UTC (rev 4933)
+++ trunk/rpms/gnochm/gnochm.spec 2006-11-24 20:42:57 UTC (rev 4934)
@@ -5,6 +5,7 @@
%{?dist: %{expand: %%define %dist 1}}
%define _without_shmime 1
+%{?fc6:%undefine _without_shmime}
%{?fc5:%undefine _without_shmime}
%{?fc4:%undefine _without_shmime}
%{?el4:%undefine _without_shmime}
Modified: trunk/rpms/opensaml/opensaml.spec
===================================================================
--- trunk/rpms/opensaml/opensaml.spec 2006-11-24 17:46:31 UTC (rev 4933)
+++ trunk/rpms/opensaml/opensaml.spec 2006-11-24 20:42:57 UTC (rev 4934)
@@ -14,7 +14,8 @@
Source: http://shibboleth.internet2.edu/downloads/opensaml-%{real_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: xml-security-c-devel, gcc-c++, xerces-c-devel, curl-devel
+BuildRequires: xml-security-c-devel, gcc-c++, xerces-c-devel, log4cpp-devel
+BuildRequires: curl-devel
%description
OpenSAML 1.1 is an open source toolkit for implementing solutions using the
Modified: trunk/rpms/white_dune/white_dune.spec
===================================================================
--- trunk/rpms/white_dune/white_dune.spec 2006-11-24 17:46:31 UTC (rev 4933)
+++ trunk/rpms/white_dune/white_dune.spec 2006-11-24 20:42:57 UTC (rev 4934)
@@ -36,7 +36,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, flex, byacc, zlib-devel
BuildRequires: libjpeg-devel, libpng-devel, ImageMagick
-%{!?_without_modxorg:BuildRequires: libX11-devel, xorg-x11-server-Xvfb, xorg-x11-proto-devel, libXi-devel}
+%{!?_without_modxorg:BuildRequires: libX11-devel, xorg-x11-server-Xvfb, xorg-x11-proto-devel, libXi-devel, libXmu-devel}
%{?_without_modxorg:BuildRequires: XFree86-devel, /usr/X11R6/bin/Xvfb}
%{!?_without_freeglut:BuildRequires: freeglut-devel}
%{?_without_freeglut:BuildRequires: glut-devel}
More information about the svn-commits
mailing list