/[packages]/cauldron/SDL_ttf/current/SPECS/SDL_ttf.spec
ViewVC logotype

Diff of /cauldron/SDL_ttf/current/SPECS/SDL_ttf.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24947 by blino, Wed Jan 19 22:29:34 2011 UTC revision 142653 by fwang, Mon Sep 12 10:47:32 2011 UTC
# Line 7  Line 7 
7  Summary:        Simple DirectMedia Layer - Sample TrueType Font Library  Summary:        Simple DirectMedia Layer - Sample TrueType Font Library
8  Name:           SDL_ttf  Name:           SDL_ttf
9  Version:        2.0.10  Version:        2.0.10
10  Release:        %mkrel 2  Release:        %mkrel 3
11  License:        LGPLv2+  License:        LGPLv2+
12  Group:          System/Libraries  Group:          System/Libraries
13  URL:            http://www.libsdl.org/projects/SDL_ttf/  URL:            http://www.libsdl.org/projects/SDL_ttf/
14  Source0:        http://www.libsdl.org/projects/SDL_ttf/release/%{name}-%{version}.tar.gz  Source0:        http://www.libsdl.org/projects/SDL_ttf/release/%{name}-%{version}.tar.gz
15  BuildRequires:  SDL-devel  BuildRequires:  SDL-devel
16  BuildRequires:  freetype2-devel >= 2.1.7  BuildRequires:  freetype2-devel >= 2.1.7
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  
17    
18  %description  %description
19  This is a sample library which allows you to use TrueType fonts in your SDL  This is a sample library which allows you to use TrueType fonts in your SDL
# Line 67  This package contains binary to test the Line 66  This package contains binary to test the
66  %setup -q  %setup -q
67    
68  %build  %build
69  export CFLAGS="%{optflags} -lm"  %configure2_5x --disable-static
 %configure2_5x  
70  %make  %make
71    
72  %install  %install
73  rm -rf %{buildroot}  rm -rf %{buildroot}
74  %makeinstall_std  %makeinstall_std
75    
76    rm -f %{buildroot}%{_libdir}/*.la
77    
78  install -d %{buildroot}%{_bindir}  install -d %{buildroot}%{_bindir}
79  install -m755 .libs/{showfont,glfont} %{buildroot}%{_bindir}  install -m755 .libs/{showfont,glfont} %{buildroot}%{_bindir}
80    
# Line 92  rm -rf %{buildroot} Line 93  rm -rf %{buildroot}
93  %files -n %{develname}  %files -n %{develname}
94  %defattr(-,root,root)  %defattr(-,root,root)
95  %doc README CHANGES  %doc README CHANGES
 %{_libdir}/*a  
96  %{_libdir}/lib*.so  %{_libdir}/lib*.so
97  %{_includedir}/SDL/*  %{_includedir}/SDL/*
98  %{_libdir}/pkgconfig/*.pc  %{_libdir}/pkgconfig/*.pc
   
   

Legend:
Removed from v.24947  
changed lines
  Added in v.142653

  ViewVC Help
Powered by ViewVC 1.1.30