]> git.pld-linux.org Git - packages/fltk2.git/commitdiff
- two patches for broken soname and rpath added
authorduddits <duddits@pld-linux.org>
Mon, 23 Mar 2009 22:21:45 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- taken from: http://mnowak.fedorapeople.org/fltk2/

Changed files:
    fltk2.spec -> 1.8

fltk2.spec

index 8b2a9773fe1596b6e6ea1fd087f497660fecdff0..5a61f1c9dd7ea59ba32da586d96abecd0179b9e6 100644 (file)
@@ -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
This page took 0.092314 seconds and 4 git commands to generate.