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

Revision 8846, 3.8 KB checked in by Takemikaduchi, 10 years ago (diff)

jack-audio-connection-kit, libfontenv, m17n-{db,lib}: new upstream release
others: rebuild

Line 
1Summary: Simple DirectMedia Layer - Sample TrueType Font Library
2Name: SDL_ttf
3Version: 2.0.11
4Release: 3%{?_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 Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-3
84- rebuild with libpng-1.6.12
85
86* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-2
87- rebuild with VineSeed environment
88- add BuildRequires: libpng-devel
89
90* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-1
91- new upstream release
92
93* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 2.0.10-1
94- new upstream release
95- add pkg-config file in devel package
96- remove *.a
97
98* Sat May 30 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.0.9-2
99- don't include showfont anymore, as it now comes from xorg-x11-xfs-utils
100
101* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-1
102- applied new versioning policy
103- spec in UTF-8
104- BuildRequires: libXt-devel instead of XOrg-devel
105
106* Sun Sep 02 2007 Shu KONNO <owa@bg.wakwak.com> 2.0.9-0vl1
107- updated SDL_ttf to 2.0.9
108
109* Tue Jan 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.8-0vl1
110- new upstream release
111- added %post and %postun section
112
113* Mon Mar 21 2005 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-0vl2
114- fixed included devel package
115
116* Sat Mar 19 2005 Satoshi MACHINO <machino@vinelinux.org> 2.0.7-0vl1
117- new upstream release
118        -- dropped patch1 because it ihas been included
119
120* Tue May 04 2004 Satoshi MACHINO <machino@vinelinux.org> 2.0.6-0vl2
121- added japanese description
122- changed BuildPreReq to XOrg-devel from XFree86-devel
123- added freetype2.patch
124- built on SDL-1.2.7
125
126* Sun May 11 2003 Satoshi MACHINO <machino@vinelinux.org> 2.0.6-0vl1
127- new upstream version
128- added automake in BuildPreReq
129- used rpmmacros
130
131* Tue Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 2.0.5-0vl1
132- updated SDL_ttf-2.0.5
133- BuildRequires: SDL-devel >= 1.2.4
134
135* Thu Jan 10 2002 akira yamada <akira@vinelinux.org> 2.0.4-0vl1
136- new upstream version.
137
138* Sat Oct 27 2001 akira yamada <akira@vinelinux.org> 2.0.3-1vl1
139- imported to VineSeed Plus.
140
141* Wed Jan 19 2000 Sam Lantinga
142- converted to get package information from configure
143
144* Sun Jan 16 2000 Hakan Tandogan <hakan@iconsult.com>
145- initial spec file
146
Note: See TracBrowser for help on using the repository browser.