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

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

rebuild packages

Line 
1Summary:        Libraries connecting Pango text rendering engine and SDL.
2Summary(ja):    Pango テキスト描画エンジンと SDL を接続するライブラリ
3Name:           SDL_Pango
4Version:        0.1.2
5Release:        3%{?_dist_release}
6Source0:        %{name}-%{version}.tar.gz
7Patch0:         SDL_Pango-0.1.2-API-adds.patch
8License:        LGPL
9Group:          System Environment/Libraries
10URL:            http://sourceforge.net/projects/sdlpango/
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  SDL-devel >= 1.2.4
14BuildRequires:  pango-devel >= 1.2.0
15
16%description
17Pango is the text rendering engine of GNOME 2.
18SDL_Pango connects the engine to SDL.
19
20%description -l ja
21Pango は GNOME 2 用のテキスト描画エンジンです。
22SDL_Pangoはこのエンジンと SDL を接続するライブラリです。
23
24#-----------------------------------------------------------------------------
25
26%package devel
27Summary:        Libraries and includes to develop SDL_Pango programs
28Summary(ja):    SDL_Pango 用の開発ライブラリおよびヘッダファイル
29Group:          Development/Libraries
30Requires:       %{name} = %{version}
31
32%description devel
33This is the libraries, include files and other resources you can use
34to develop SDL_Pango using applications.
35
36You should install the SDL_Pango-devel package if you would like to
37develop applications using SDL_Pango.
38
39%description -l ja devel
40このパッケージは SDL_Pango アプリケーションを開発するために使用する
41include ファイルやその他リソースを含んでいます。
42
43SDL_Pango を使用したアプリケーションを開発するなら、このパッケージ
44をインストールしてください。
45
46#-----------------------------------------------------------------------------
47
48%prep
49
50%setup -q
51%patch0 -p0 -b .add-api
52
53%build
54%configure
55%__make
56
57
58%install
59%__rm -rf ${RPM_BUILD_ROOT}
60%makeinstall
61
62# remove unnecessary file.
63%{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/libSDL_Pango.{a,la}
64
65%clean
66%__rm -rf ${RPM_BUILD_ROOT}
67
68%post -p /sbin/ldconfig
69
70%postun -p /sbin/ldconfig
71
72%files
73%defattr(-,root,root)
74%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
75%{_libdir}/libSDL_Pango.so.*
76
77%files devel
78%defattr(-,root,root)
79%{_includedir}/SDL_Pango.h
80%{_libdir}/libSDL_Pango.so
81%{_libdir}/pkgconfig/SDL_Pango.pc
82
83%changelog
84* Fri Feb 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-3
85- rebuild with Vine6 environment
86
87* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.2-2
88- remove *.a
89
90* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-1
91- applied new versioning policy
92- spec in UTF-8
93
94* Wed Mar 21 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.2-0vl1
95- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.