]> git.pld-linux.org Git - packages/fox.git/blobdiff - fox.spec
- updated to 1.1.45
[packages/fox.git] / fox.spec
index 8cbef366f3c50b7dfd63bde7553d48d9184ba09d..73df80e71250d3ca14f57df0c95a75b2f0493e36 100644 (file)
--- a/fox.spec
+++ b/fox.spec
@@ -1,15 +1,14 @@
 Summary:       The FOX C++ GUI Toolkit
 Summary(pl):   FOX - toolkit graficzny w C++
 Name:          fox
-Version:       1.1.35
+Version:       1.1.45
 Release:       1
 License:       LGPL
 Group:         X11/Libraries
-#Source0ActiveFTP
 Source0:       http://ftp.fox-toolkit.org/ftp/%{name}-%{version}.tar.gz
-# Source0-md5: bc1535f9f8bbb481b7f14b985f75ff6b
+# Source0-md5: 730d817501a6a2589ca7312503f623dd
 Patch0:                %{name}-opt.patch
-Patch1:                %{name}-amfix.patch
+Patch1:                %{name}-link.patch
 URL:           http://www.fox-toolkit.org/fox.html
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
@@ -83,12 +82,11 @@ Biblioteki statyczne FOX.
 %patch1 -p1
 
 %build
-#rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
+LDFLAGS="%{rpmldflags} -L/usr/X11R6/%{_lib}"
 %configure \
        --with-opengl \
        %{?debug:--enable-debug}%{!?_debug:--enable-release}
@@ -101,7 +99,8 @@ install -d $RPM_BUILD_ROOT%{_datadir}
 # new fox installs headers in include/fox-1.1, but apps expect them as <fox/*.h>
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       foxincludedir=%{_includedir}/fox
+       foxincludedir=%{_includedir}/fox \
+       chartincludedir=%{_includedir}/fox/chart
 
 ln -sf libFOX-1.1.so $RPM_BUILD_ROOT%{_libdir}/libFOX.so
 
This page took 0.071926 seconds and 4 git commands to generate.