tintwizard-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Name: tintwizard
  2. Version: 0.3.4
  3. Release: 1%{?_dist_release}
  4. Summary: graphical user interface to generate configs and apply to them tint2
  5. Summary(ja): tint2 に適用される config を生成するためのグラフィカルユーザーインターフェース
  6. Group: User Interface/Desktops
  7. License: GPLv3
  8. URL: http://code.google.com/p/tintwizard/
  9. Source0: http://tintwizard.googlecode.com/files/%{name}-%{version}.tar.gz
  10. Source1: %{name}.desktop
  11. Source2: LICENSE
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. BuildRequires: desktop-file-utils
  15. Requires: tint2 python pygtk2
  16. %description
  17. This project aims to provide an easy way to change
  18. the appearance of tint2.
  19. Through an easy-to-use graphical user interface,
  20. you can generate configs and apply to them tint2.
  21. %description -l ja
  22. このプロジェクトは tint2 の外観を容易に変更する方法の
  23. 提供を目的としています。
  24. 簡単に使えるグラフィカルユーザーインターフェイスを介して
  25. config を生成し、それらを tint2 に適用することができます。
  26. %prep
  27. %setup -q -c %{name}-%{version}
  28. # Add a copy of the license
  29. cp %{SOURCE2} .
  30. %build
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. mkdir -p $RPM_BUILD_ROOT/%{_bindir}
  34. install -m 755 %{name}.py $RPM_BUILD_ROOT/%{_bindir}
  35. desktop-file-install \
  36. --dir=%{buildroot}%{_datadir}/applications \
  37. %{SOURCE1}
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc ChangeLog README
  43. %{_bindir}/%{name}.py
  44. %{_datadir}/applications/%{name}.desktop
  45. %changelog
  46. * Tue Aug 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-1
  47. - initial build for VineSeed