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

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

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

revision 142653 by jquelin, Thu Jan 27 17:34:03 2011 UTC revision 142654 by fwang, Mon Sep 12 10:51:01 2011 UTC
# Line 6  Line 6 
6  Summary:        SDL graphics drawing primitives and other support functions  Summary:        SDL graphics drawing primitives and other support functions
7  Name:           SDL_gfx  Name:           SDL_gfx
8  Version:        2.0.22  Version:        2.0.22
9  Release:        %mkrel 1  Release:        %mkrel 2
10  License:        LGPLv2+  License:        LGPLv2+
11  Group:          System/Libraries  Group:          System/Libraries
12  URL:            http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html  URL:            http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
13  Source0:        http://www.ferzkopp.net/Software/SDL_gfx-2.0/%{name}-%{version}.tar.gz  Source0:        http://www.ferzkopp.net/Software/SDL_gfx-2.0/%{name}-%{version}.tar.gz
14  BuildRequires:  SDL-devel >= 1.2.0  BuildRequires:  SDL-devel >= 1.2.0
 BuildRequires:  libpng-devel >= 1.0.8  
 BuildRequires:  libtiff-devel  
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  
15    
16  %description  %description
17  The SDL_gfx library evolved out of the SDL_gfxPrimitives code.  The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
# Line 69  Static SDL_gfx libraries. Line 66  Static SDL_gfx libraries.
66  %setup -q  %setup -q
67    
68  %build  %build
69  %configure2_5x --disable-mmx  %configure2_5x --disable-mmx --enable-static
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  %clean  %clean
79  rm -rf %{buildroot}  rm -rf %{buildroot}
80    
# Line 87  rm -rf %{buildroot} Line 86  rm -rf %{buildroot}
86  %defattr(-,root,root)  %defattr(-,root,root)
87  %doc README ChangeLog AUTHORS Docs  %doc README ChangeLog AUTHORS Docs
88  %{_libdir}/lib*.so  %{_libdir}/lib*.so
 %{_libdir}/lib*.la  
89  %{_libdir}/pkgconfig/*.pc  %{_libdir}/pkgconfig/*.pc
90  %{_includedir}/*  %{_includedir}/*
91    

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

  ViewVC Help
Powered by ViewVC 1.1.30