grandr_applet-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. %define name grandr_applet
  2. %define version 0.2
  3. %define release 0vl2
  4. Summary: Screen resolution changer applet for the GNOME panel
  5. Summary(ja): GNOMEパネル用のスクリーン解像度変更アプレット
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: http://handhelds.org/~mallum/downloadables/%{name}-%{version}.tar.bz2
  10. URL: http://handhelds.org/~mallum/
  11. License: GPL
  12. Group: User Interface/Desktops
  13. BuildRoot: %{_tmppath}/%{name}-buildroot
  14. Requires: gnome-panel
  15. BuildRequires: gnome-panel
  16. %description
  17. GrandrApplet is a simple gnome-panel front end to the xrandr extension
  18. found in XFree86 4.3+ releases. You can use it to switch the screen resolution
  19. on the fly.
  20. %description -l ja
  21. GrandrApplet は XFree86 4.3 以降で提供されている xrandr 拡張の
  22. フロントエンドとなる gnome-panel アプレットです。このアプレット
  23. によりスクリーンの解像度を動的に変更することができます。
  24. %prep
  25. %setup -q
  26. %build
  27. %configure
  28. %__make
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. %makeinstall
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %doc README AUTHORS
  37. %_libdir/bonobo/servers/GrandrApplet.server
  38. %_libexecdir/grandr
  39. %_datadir/pixmaps/grandr.png
  40. %changelog
  41. * Sat Jul 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2-0vl2
  42. - fix kanjicode of spec file. (<BTS:0089>)
  43. * Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2-0vl1
  44. - initial build for Vine Linux based on MDV
  45. * Wed May 17 2006 G魚Waschk <waschk@mandriva.org> 0.2-7mdk
  46. - fix deps
  47. * Sun Sep 04 2005 Michael Scherer <misc@mandriva.org> 0.2-6mdk
  48. - Rebuild to avoid libglitz deps
  49. * Wed Aug 24 2005 G魚Waschk <waschk@mandriva.org> 0.2-5mdk
  50. - drop prefix
  51. * Fri Aug 13 2004 G魚Waschk <waschk@linux-mandrake.com> 0.2-4mdk
  52. - rebuild
  53. * Sun Jul 20 2003 G魚Waschk <waschk@linux-mandrake.com> 0.2-3mdk
  54. - rebuild for new orbit
  55. * Mon Apr 14 2003 G魚Waschk <waschk@linux-mandrake.com> 0.2-2mdk
  56. - fix XFree86 dependancy
  57. * Sun Apr 13 2003 G魚Waschk <waschk@linux-mandrake.com> 0.2-1mdk
  58. - initial package