- Add patch to fix DSO issue

epel8
Christoph Wickert 15 years ago
parent c20468153e
commit 160ca60007

@ -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@

@ -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 <cwickert@fedoraproject.org> - 0.7.4-2
- Add patch to fix DSO issue
* Sat Feb 27 2010 Damien Durand <splinux@fedoraproject.org> 0.7.4-1
- Update to 0.7.4
- Fix License tag

Loading…
Cancel
Save