Show
Ignore:
Timestamp:
06/06/08 18:55:03 (6 months ago)
Author:
krobillard
Message:

Public headers now live in thune/ subdirectory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thune-gl.spec

    r527 r536  
    3535rm -rf $RPM_BUILD_ROOT 
    3636mkdir -p $RPM_BUILD_ROOT%{_bindir} 
    37 mkdir -p $RPM_BUILD_ROOT%{_includedir} 
     37mkdir -p $RPM_BUILD_ROOT%{_includedir}/thune 
    3838mkdir -p $RPM_BUILD_ROOT%{_libdir} 
    3939install -s -m 755 thune-gl $RPM_BUILD_ROOT/%{_bindir} 
    40 install -m 644 gl/gx.h $RPM_BUILD_ROOT%{_includedir}/thune-gl.h 
     40mkdir include 
     41sed -e "s~\"urlan.h\"~<thune/urlan.h>~" gl/gui.h >include/gui.h 
     42sed -e "s~\"gui.h\"~<thune/gui.h>~" -e "s~\"TexFont.h\"~<thune/TexFontgui.h>~" gl/gx.h >include/gx.h 
     43install -m 644 include/gx.h  $RPM_BUILD_ROOT%{_includedir}/thune 
     44install -m 644 include/gui.h $RPM_BUILD_ROOT%{_includedir}/thune 
     45install -m 644 gl/gx_atoms.h $RPM_BUILD_ROOT%{_includedir}/thune 
     46install -m 644 gl/TexFont.h  $RPM_BUILD_ROOT%{_includedir}/thune 
    4147install -m 644 libthune-gl.so $RPM_BUILD_ROOT%{_libdir}/libthune-gl.so.0 
    4248ln -s libthune-gl.so.0 $RPM_BUILD_ROOT%{_libdir}/libthune-gl.so 
     
    5056%{_libdir}/libthune-gl.so 
    5157%{_libdir}/libthune-gl.so.0 
    52 %{_includedir}/thune-gl.h 
     58%{_includedir}/thune/gx.h 
     59%{_includedir}/thune/gx_atoms.h 
     60%{_includedir}/thune/gui.h 
     61%{_includedir}/thune/TexFont.h 
    5362 
    5463%changelog