]> git.pld-linux.org Git - packages/fltk.git/commitdiff
- update to version 1.0.9,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 11 Oct 2000 08:59:57 +0000 (08:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed install process.

Changed files:
    fltk.spec -> 1.10

fltk.spec

index 18d7ac17768af829d7e5bbe641050bf78917bcf2..7090b406acf1708f27a2494d7c8c94ab54c4ac19 100644 (file)
--- a/fltk.spec
+++ b/fltk.spec
@@ -1,7 +1,7 @@
 Summary:       Fast Light Tool Kit 
 Summary(pl):   FLTK
 Name:          fltk
-Version:       1.0.8
+Version:       1.0.9
 Release:       1
 License:       GPL
 Group:         X11/Libraries
@@ -9,7 +9,6 @@ Source0:        ftp://ftp.easysw.com/pub/%{name}/%{version}/%name-%version-source.tar.b
 Source1:       http://www.fltk.org/doc/%name.ps.gz
 Source2:       http://www.fltk.org/doc/%name.pdf
 URL:           http://www.fltk.org/
-#Patch0:       
 BuildRequires: XFree86-devel >= 3.3.6
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,6 +53,9 @@ LDFLAGS="-s"
 CXXFLAGS="$RPM_OPT_FLAGS"
 export LDFLAGS CXXFLAGS
 %configure \
+       --libdir=$RPM_BUILD_ROOT%{_libdir} \
+       --includedir=$RPM_BUILD_ROOT%{_includedir} \
+       --bindir=$RPM_BUILD_ROOT%{_bindir} \
            --enable-shared \
            --with-x
 
@@ -67,10 +69,8 @@ install %{SOURCE2} $RPM_BUILD_DIR/%name-%version/
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/FL,%{_libdir}}
 
-%{__make} install \
-       libdir=$RPM_BUILD_ROOT%{_libdir} \
-       includedir=$RPM_BUILD_ROOT%{_includedir} \
-       bindir=$RPM_BUILD_ROOT%{_bindir}
+(cd fluid;%{__make} install)
+(cd src;%{__make} install)
 
 cd $RPM_BUILD_ROOT%{_includedir}
 rm -f FL/*.h
This page took 0.043026 seconds and 4 git commands to generate.