From ec5cf292fb51dce3d66a7142596c80c0c905847a Mon Sep 17 00:00:00 2001 From: duddits Date: Mon, 23 Mar 2009 22:21:45 +0000 Subject: [PATCH] - two patches for broken soname and rpath added - taken from: http://mnowak.fedorapeople.org/fltk2/ Changed files: fltk2.spec -> 1.8 --- fltk2.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fltk2.spec b/fltk2.spec index 8b2a977..5a61f1c 100644 --- a/fltk2.spec +++ b/fltk2.spec @@ -14,6 +14,8 @@ License: LGPL with amendments (see COPYING) Group: X11/Libraries Source0: http://ftp.easysw.com/pub/fltk/snapshots/%{_name}-%{_version}.x-%{_snap}.tar.bz2 # Source0-md5: 6bcef5fd51eb3bc4dd0702f3ae6da6ba +Patch0: %{name}-rpath.patch +Patch1: %{name}-soname.patch URL: http://www.fltk.org/ BuildRequires: autoconf # don't build with cairo support if you're planning to use fltk2 with @@ -87,6 +89,8 @@ Bibliotecas estáticas para o FLTK2. %prep %setup -q -n %{_name}-%{_version}.x-%{_snap} +%patch0 -p0 +%patch1 -p0 %build %{__sed} -i -e '/fltk2-config/s/^\t/\t$(DESTDIR)/' fluid/Makefile -- 2.43.0