Browse Source

SDL_ttf 2.0.10-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1842 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
043d75008b
1 changed files with 9 additions and 4 deletions
  1. 9 4
      S/SDL_ttf/SDL_ttf-vl.spec

+ 9 - 4
S/SDL_ttf/SDL_ttf-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer - Sample TrueType Font Library
 Name: SDL_ttf
-Version: 2.0.9
-Release: 2%{?_dist_release}
+Version: 2.0.10
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPL
 Source0: http://www.libsdl.org/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 #/bin/sh ./libtool  --mode=install /usr/bin/install -c showfont \
 #$RPM_BUILD_ROOT%{_bindir}
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,11 +71,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/lib*.a
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/SDL_ttf.pc
 %{_includedir}/SDL/
 
 %changelog
+* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 2.0.10-1
+- new upstream release
+- add pkg-config file in devel package
+- remove *.a
+
 * Sat May 30 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.0.9-2
 - don't include showfont anymore, as it now comes from xorg-x11-xfs-utils