fnlib-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # Note that this is NOT a relocatable package
  2. Summary: Color font rendering library for X11R6.
  3. Summary(ja): X11R6 用カラーフォントレンダリングライブラリ
  4. Name: fnlib
  5. Version: 0.5
  6. Release: 4vl2
  7. Copyright: LGPL
  8. Group: System Environment/Libraries
  9. Source: ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/fnlib-%{version}.tar.gz
  10. Obsoletes: Fnlib
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. URL: http://www.rasterman.com/
  13. Requires: imlib >= 1.8.0
  14. BuildPrereq: libpng-devel >= 2:1.2.5
  15. BuildPreReq: imlib-devel >= 1.8.0
  16. %description
  17. Fnlib is a library that provides full, scalable 24-bit color font
  18. rendering abilities for X.
  19. %description -l ja
  20. fnlib は X にスケーラブルな 24bit カラーフォント描画機能を提供する
  21. ライブラリです.
  22. %package devel
  23. Summary: Headers, static libraries and documentation for Fnlib.
  24. Summary(ja): fnlib 用ヘッダ,スタティックライブラリとドキュメント
  25. Group: Development/Libraries
  26. Requires: fnlib = %{version}
  27. Obsoletes: Fnlib
  28. %description devel
  29. Headers, static libraries and documentation for Fnlib.
  30. %description devel -l ja
  31. fnlib 用ヘッダ,スタティックライブラリとドキュメントです.
  32. %prep
  33. %setup
  34. %build
  35. %configure --sysconfdir=/etc
  36. make
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. %makeinstall fontdatadir=$RPM_BUILD_ROOT%{_prefix}/share/fnlib_fonts sysconfdir=$RPM_BUILD_ROOT/etc
  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
  47. %config /etc/fnrc
  48. %{_libdir}/lib*.so.*
  49. %{_datadir}/fnlib_fonts/*
  50. %files devel
  51. %defattr(-, root, root)
  52. %doc doc/index.html
  53. %doc doc/fontinfo.README
  54. %{_libdir}/lib*.so
  55. %{_libdir}/*a
  56. %{_includedir}/*
  57. %changelog
  58. * Thu Apr 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.50-4vl2
  59. - rebuild with libpng-devel-1.2.5-0vl1
  60. - add BuildPrereq: libpng-devel >= 2:1.2.5
  61. * Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  62. - 0.50-4vl1
  63. - rebuilt for Vine Linux
  64. - added Japanese summary and description
  65. - use better macros
  66. - added BuildPreReq: imlib-devel
  67. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  68. - automatic rebuild
  69. * Thu Jun 29 2000 David Mason <dcm@redhat.com>
  70. - update spec file to new RPM guidelines
  71. * Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
  72. - built against imlib 1.9.3
  73. * Thu Jan 21 1999 The Rasterman <raster@redhat.com>
  74. - added spec file to CVS