libuninameslist-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. %define origversion 20091231
  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}-%{origversion}.tar.bz2
  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 --disable-static
  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. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  40. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  41. %post
  42. /sbin/ldconfig 2>/dev/null
  43. %postun
  44. /sbin/ldconfig 2>/dev/null
  45. %clean
  46. %{__rm} -rf %{buildroot}
  47. %files
  48. %defattr(-, root, root, 0755)
  49. %doc COPYING LICENSE
  50. %_libdir/*.so.*
  51. %files devel
  52. %defattr(-, root, root, 0755)
  53. %{_includedir}/*.h
  54. %{_libdir}/*.so
  55. %changelog
  56. * Sat Jul 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.20091231-1
  57. - update to 20091231
  58. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.20050712-1vl5
  59. - applied new versioning policy, spec in utf-8
  60. * Mon Oct 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20050712-0vl1
  61. - initial build for Vine Linux