diff --git a/remmina-0.7.4-dsofix.patch b/remmina-0.7.4-dsofix.patch new file mode 100644 index 0000000..14a444b --- /dev/null +++ b/remmina-0.7.4-dsofix.patch @@ -0,0 +1,11 @@ +--- remmina-0.7.4.orig/src/Makefile.in 2010-02-17 14:23:16.000000000 +0100 ++++ remmina-0.7.4/src/Makefile.in 2010-03-16 02:12:17.000000000 +0100 +@@ -136,7 +136,7 @@ + INTLTOOL_PERL = @INTLTOOL_PERL@ + INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lX11 + LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ + LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ + LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ diff --git a/remmina.spec b/remmina.spec index 8e33af2..ca92cf3 100644 --- a/remmina.spec +++ b/remmina.spec @@ -1,12 +1,13 @@ Name: remmina Version: 0.7.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Remote Desktop Client Group: Applications/Internet License: GPLv2+ and MIT URL: http://remmina.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Patch0: remmina-0.7.4-dsofix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: intltool, gtk2-devel, libvncserver-devel @@ -30,6 +31,7 @@ Remmina supports multiple network protocols in an integrated and consistant %prep %setup -q +%patch0 -p1 -b .dsofix %build @@ -74,6 +76,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/ %changelog +* Tue Mar 16 2010 Christoph Wickert - 0.7.4-2 +- Add patch to fix DSO issue + * Sat Feb 27 2010 Damien Durand 0.7.4-1 - Update to 0.7.4 - Fix License tag