m17n-db-vl.spec 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. %define ver 1.5.5
  2. %define rel 3
  3. Summary: a part of the m17n database for the m17n library
  4. Name: m17n-db
  5. Version: %{ver}
  6. Release: %{rel}%{?_dist_release}
  7. Source0: %{name}-%{version}.tar.gz
  8. License: LGPLv2.1+
  9. Group: System Environment/Libraries
  10. URL: http://www.m17n.org/m17n-lib-ja/
  11. BuildArch: noarch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Requires: m17n-lib
  14. BuildRequires: glibc-common
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. This package is part of the m17n database; a sub-part of the m17n
  19. library.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure
  24. %{__make} %{?_smp_mflags}
  25. %install
  26. %{__rm} -rf ${RPM_BUILD_ROOT}
  27. %{makeinstall}
  28. %find_lang %{name}
  29. %clean
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %check
  32. make check
  33. %files -f %{name}.lang
  34. %defattr(-,root,root)
  35. %doc COPYING ChangeLog NEWS README
  36. %{_bindir}/m17n*
  37. %{_datadir}/m17n
  38. %{_datadir}/pkgconfig/m17n-db.pc
  39. %changelog
  40. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.5-3
  41. - rebuild with VineSeed environment
  42. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.5-2
  43. - rebuilt with rpm-4.8.1 for pkg-config
  44. * Sun Feb 7 2010 IWAI, Masaharu <iwai@alib.jp> 1.5.5-1
  45. - new upstream relase
  46. * Wed Apr 1 2009 IWAI, Masaharu <iwai@alib.jp> 1.5.4-1
  47. - initial release