wmomikuzi-vl.spec 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Summary: omikuji app for wmaker
  2. Summary(ja): WindowMaker 用 おみくじ
  3. Name: wmomikuzi
  4. Version: 0.122
  5. Release: 0vl1
  6. Source: wmomikuzi-%{version}.tar.gz
  7. License: GPL
  8. Group: Applications/Other
  9. Url: http://kakoup4.kumst.kyoto-u.ac.jp/~sugano/apps.html
  10. Buildroot: %{_tmppath}/%{name}-%{version}-toot
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. It's a dock-app that predicts your luck (without any scientific basis)
  15. in traditional Japanese Style. "omikuzi" means "written orale" or
  16. something like that in Japanese.
  17. %description -l ja
  18. おみくじドックアプリです。今日の運勢を占いましょう。
  19. %prep
  20. %setup -q
  21. %build
  22. make
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. install -d $RPM_BUILD_ROOT%{_bindir}
  26. make install BINDIR=$RPM_BUILD_ROOT%{_bindir}
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root)
  31. %doc README INSTALL
  32. %{_bindir}/wmomikuzi
  33. %changelog
  34. * Mon Jul 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.122-0vl1
  35. - added changelog
  36. - s/Copyright/License/
  37. - changed Group to Applications/Other