libunicode-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. %define ver 0.4
  2. %define rel 0vl3
  3. %define name libunicode
  4. Summary: A unicode manipulation library
  5. Summary(ja): Unicode操作ライブラリ
  6. Name: %name
  7. Version: %ver
  8. Release: %rel
  9. Copyright: LGPL
  10. Group: System Environment/Libraries
  11. Source: http://www.pango.org/download/libunicode-%{version}.tar.gz
  12. BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
  13. #Docdir: %{_prefix}/doc
  14. %description
  15. A library to handle unicode strings
  16. %description -l ja
  17. Unicode文字列を扱うライブラリです。
  18. %package devel
  19. Summary: A unicode manipulation library
  20. Summary(ja): Unicode操作ライブラリ
  21. Group: Development/Libraries
  22. Requires: %{name} = %{ver}
  23. %description devel
  24. The libunicode-devel package includes the static libraries and header files
  25. for the libunicode package.
  26. Install libunicode-devel if you want to develop programs which will use
  27. libunicode.
  28. %description devel -l ja
  29. libunicode-develパッケージはlibunicodeパッケージのためのスタティック
  30. ライブラリやヘッダファイルを含んでいます。
  31. libunicodeを使ってプログラムを開発したいなら、libunicode-develを
  32. インストールしてください。
  33. %prep
  34. %setup
  35. %build
  36. %configure
  37. make
  38. %install
  39. %makeinstall
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files
  45. %defattr(-, root, root)
  46. %doc README AUTHORS COPYING ChangeLog TODO
  47. %{_libdir}/*.so.*
  48. %files devel
  49. %defattr(-, root, root)
  50. %{_bindir}/unicode-config
  51. %{_includedir}/*
  52. %{_libdir}/*.so
  53. %{_libdir}/*.a
  54. %{_libdir}/*.la
  55. %{_libdir}/*.sh
  56. %changelog
  57. * Fri May 2 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4-0vl3
  58. - rebuild with new toolchains
  59. - set Docdir default
  60. - uses better macros
  61. * Tue Jan 9 2001 Akira TAGOH <tagoh@gnome.gr.jp>
  62. - 0.4-0vl2
  63. - Added defattr
  64. * Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp>
  65. - 0.4-0vl1
  66. - Rebuild for Vine
  67. * Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
  68. - Upgrade to 0.4
  69. - Correct License: to LGPL
  70. - Remove man-compress/strip. New versions of RPM handle this.
  71. - Switch to using DESTDIR
  72. - Split off a -devel package
  73. - Run ldconfig in %post and %postun
  74. * Fri Jan 21 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.3-3mdk
  75. - libtoolize --force.
  76. * Tue Nov 02 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
  77. - rebuild for new environmint
  78. * Thu Aug 05 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
  79. - first rpm version