SDL_Pango-vl.spec 2.4 KB

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