wishx_transition-vl.spec 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Name: wishx_transition
  2. Version: 1.0
  3. Release: 1%{?_dist_release}
  4. Summary: Replacement for wishx script
  5. Summary(ja): wishx を置き換えるスクリプト
  6. Group: Applications/Other
  7. License: GPLv2
  8. URL: http://wiki.tcl.tk/207
  9. Source0: wishx.sh
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Requires: tcl, tk, tclx
  12. #--------------------------------------------------------------------
  13. %description
  14. Replacement for wishx script
  15. http://wiki.tcl.tk/207
  16. %description -l ja
  17. wishx を要求するアプリケーションの為に tclxへの橋渡しを行うスクリプト
  18. です。
  19. 詳細は http://wiki.tcl.tk/207 にあります。
  20. #--------------------------------------------------------------------
  21. %prep
  22. ## %setup -q -n %{name}-%{version}
  23. ## %build
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. # make wishx for tcl/tk timidity
  27. mkdir -p $RPM_BUILD_ROOT/usr/local/bin/
  28. cp -p %{SOURCE0} $RPM_BUILD_ROOT/usr/local/bin/wishx
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. #--------------------------------------------------------------------
  32. %files
  33. %defattr(-,root,root)
  34. /usr/local/bin/wishx
  35. #--------------------------------------------------------------------
  36. %changelog
  37. * Fri May 23 2008 Seiichirou Babasaki 1.0-1
  38. - Updated specfile
  39. - create wishx.sh package