libuninameslist-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. %define origversion 20050712
  2. Summary: Library of Unicode annotation data
  3. Summary(ja): ユニコード注釈データライブラリ
  4. Name: libuninameslist
  5. Version: 0.0.%{origversion}
  6. Release: 1%{?_dist_release}
  7. License: BSD
  8. Group: System Environment/Libraries
  9. URL: http://libuninameslist.sf.net/
  10. Source: http://dl.sf.net/libuninameslist/%{name}_src-%{origversion}.tgz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
  15. %description
  16. The Unicode consortium provides a file containing annotations
  17. on many unicode characters.
  18. This library contains a compiled version of this file so that
  19. programs can access these data easily.
  20. %package devel
  21. Summary: Header files, libraries and development documentation for %{name}
  22. Summary(ja): libuninameslist 用のヘッダ、ライブラリおよび開発用ドキュメント
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. %description devel
  26. This package contains the header files, static libraries and development
  27. documentation for %{name}. If you like to develop programs using %{name},
  28. you will need to install %{name}-devel.
  29. %prep
  30. %setup -n %{name}
  31. %build
  32. %configure
  33. %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
  34. %install
  35. %{__rm} -rf %{buildroot}
  36. %makeinstall LIBTOOL=/usr/bin/libtool \
  37. incdir="%{buildroot}%{_includedir}"
  38. ### Clean up buildroot
  39. %{__rm} -f %{buildroot}%{_libdir}/*.la
  40. %post
  41. /sbin/ldconfig 2>/dev/null
  42. %postun
  43. /sbin/ldconfig 2>/dev/null
  44. %clean
  45. %{__rm} -rf %{buildroot}
  46. %files
  47. %defattr(-, root, root, 0755)
  48. %doc COPYING LICENSE
  49. %_libdir/*.so.*
  50. %files devel
  51. %defattr(-, root, root, 0755)
  52. %{_includedir}/*.h
  53. %{_libdir}/*.so
  54. %changelog
  55. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.20050712-1vl5
  56. - applied new versioning policy, spec in utf-8
  57. * Mon Oct 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20050712-0vl1
  58. - initial build for Vine Linux