source: projects/specs/branches/6/S/SDL_ttf/SDL_ttf-vl.spec @ 5569

Revision 5569, 3.5 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1Summary: Simple DirectMedia Layer - Sample TrueType Font Library
2Name: SDL_ttf
3Version: 2.0.10
4Release: 2%{?_dist_release}
5Group: System Environment/Libraries
6License: LGPL
7Source0: http://www.libsdl.org/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
8
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: SDL-devel >= 1.2.4
11BuildRequires: esound-devel
12BuildRequires: freetype2-devel
13BuildRequires: libXt-devel
14BuildRequires: libtool, autoconf, automake
15
16%description
17This library allows you to use TrueType fonts to render text in SDL
18applications.
19
20%description -l ja
21このライブラリはSDLアプリケーションに於て、
22TrueTypeフォントを使用してtextをレンダリングするためのライブラリです。
23
24%package devel
25Summary: Libraries, includes and more to develop SDL applications.
26Group: Development/Libraries
27Requires: %{name} = %{version}
28Requires: SDL-devel
29
30%description devel
31This library allows you to use TrueType fonts to render text in SDL
32applications.
33
34%description devel -l ja
35このライブラリはSDLアプリケーションに於て、
36TrueTypeフォントを使用してtextをレンダリングするためのライブラリです。
37
38
39%prep
40rm -rf $RPM_BUILD_ROOT
41%setup
42
43%build
44%configure
45make
46
47%install
48rm -rf $RPM_BUILD_ROOT
49%makeinstall
50
51# install binary
52#%__mkdir_p $RPM_BUILD_ROOT%{_bindir}
53#/bin/sh ./libtool  --mode=install /usr/bin/install -c showfont \
54#$RPM_BUILD_ROOT%{_bindir}
55
56rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(-,root,root)
67%doc README CHANGES COPYING
68%doc showfont.c
69#%{_bindir}/showfont*
70%{_libdir}/lib*.so.*
71
72%files devel
73%defattr(-,root,root)
74%{_libdir}/lib*.so
75%{_libdir}/pkgconfig/SDL_ttf.pc
76%{_includedir}/SDL/
77
78%changelog
79* Fri Feb 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.10-2
80- rebuild with Vine6 environment
81
82* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 2.0.10-1
83- new upstream release
84- add pkg-config file in devel package
85- remove *.a
86
87* Sat May 30 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.0.9-2
88- don't include showfont anymore, as it now comes from xorg-x11-xfs-utils
89
90* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-1
91- applied new versioning policy
92- spec in UTF-8
93- BuildRequires: libXt-devel instead of XOrg-devel
94
95* Sun Sep 02 2007 Shu KONNO <owa@bg.wakwak.com> 2.0.9-0vl1
96- updated SDL_ttf to 2.0.9
97
98* Tue Jan 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.8-0vl1
99- new upstream release
100- added %post and %postun section
101
102* Mon Mar 21 2005 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-0vl2
103- fixed included devel package
104
105* Sat Mar 19 2005 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-0vl1
106- new upstream release
107        -- dropped patch1 because it ihas been included
108
109* Tue May 04 2004 Satoshi MACHINO <machino@vinelinux.org> 2.0.6-0vl2
110- added japanese description
111- changed BuildPreReq to XOrg-devel from XFree86-devel
112- added freetype2.patch
113- built on SDL-1.2.7
114
115* Sun May 11 2003 Satoshi MACHINO <machino@vinelinux.org> 2.0.6-0vl1
116- new upstream version
117- added automake in BuildPreReq
118- used rpmmacros
119
120* Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.5-0vl1
121- updated SDL_ttf-2.0.5
122- BuildRequires: SDL-devel >= 1.2.4
123
124* Thu Jan 10 2002 akira yamada <akira@vinelinux.org> 2.0.4-0vl1
125- new upstream version.
126
127* Sat Oct 27 2001 akira yamada <akira@vinelinux.org> 2.0.3-1vl1
128- imported to VineSeed Plus.
129
130* Wed Jan 19 2000 Sam Lantinga
131- converted to get package information from configure
132
133* Sun Jan 16 2000 Hakan Tandogan <hakan@iconsult.com>
134- initial spec file
135
Note: See TracBrowser for help on using the repository browser.