|
@@ -1,7 +1,7 @@
|
|
Summary: Simple DirectMedia Layer - Sample TrueType Font Library
|
|
Summary: Simple DirectMedia Layer - Sample TrueType Font Library
|
|
Name: SDL_ttf
|
|
Name: SDL_ttf
|
|
-Version: 2.0.9
|
|
+Version: 2.0.10
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPL
|
|
License: LGPL
|
|
Source0: http://www.libsdl.org/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
|
|
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 \
|
|
#/bin/sh ./libtool --mode=install /usr/bin/install -c showfont \
|
|
#$RPM_BUILD_ROOT%{_bindir}
|
|
#$RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
|
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -71,11 +71,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{_libdir}/lib*.a
|
|
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.so
|
|
|
|
+%{_libdir}/pkgconfig/SDL_ttf.pc
|
|
%{_includedir}/SDL/
|
|
%{_includedir}/SDL/
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* 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
|
|
- don't include showfont anymore, as it now comes from xorg-x11-xfs-utils
|
|
|
|
|