source: projects/specs/trunk/S/SDL_ttf/SDL_ttf-vl.spec @ 8073

Revision 8073, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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