]> git.pld-linux.org Git - packages/fltk2.git/blobdiff - fltk2.spec
- build fixed
[packages/fltk2.git] / fltk2.spec
index ba98855d23b3d3fccfea099263304bea372fdb17..18eec2bb327c9b0fa37bffd5dc5416d130a630ec 100644 (file)
@@ -1,5 +1,5 @@
 %define                _name           fltk
-%define                _snap           r6671
+%define                _snap           r6793
 %define                _version        2.0
 # Conditional build:
 %bcond_with    cairo   # without cairo support
@@ -8,14 +8,16 @@ Summary:      Fast Light Tool Kit 2.x
 Summary(pl.UTF-8):     FLTK - "lekki" X11 toolkit wersja 2.x
 Summary(pt_BR.UTF-8):  Interface gráfica em C++ para X, OpenGL e Windows
 Name:          fltk2
-Version:       2.0.%{_snap}
-Release:       0.1
+Version:       2.0
+Release:       0.%{_snap}.1
 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
+# Source0-md5: 3e413b2063bdb3d1a6ad4832458d885d
 Patch0:                %{name}-rpath.patch
 Patch1:                %{name}-soname.patch
+Patch2:                %{name}-gcc43.patch
+Patch3:                %{name}-glibc2.10-scandir.patch
 URL:           http://www.fltk.org/
 BuildRequires: autoconf
 BuildRequires: Mesa-libGLU-devel
@@ -91,6 +93,8 @@ Bibliotecas estáticas para o FLTK2.
 %setup -q -n %{_name}-%{_version}.x-%{_snap}
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
+%patch3 -p0
 
 %build
 %{__sed} -i -e '/fltk2-config/s/^\t/\t$(DESTDIR)/' fluid/Makefile
This page took 0.079105 seconds and 4 git commands to generate.