gnome-tweak-tool-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Name: gnome-tweak-tool
  2. Version: 3.0.5
  3. Release: 1%{?_dist_release}
  4. Summary: A tool to customize advanced GNOME 3 options
  5. License: GPLv3
  6. URL: http://live.gnome.org/GnomeTweakTool
  7. Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-%{version}.tar.xz
  8. Patch101: gnome-tweak-tool-vine-customize.patch
  9. BuildArch: noarch
  10. BuildRequires: GConf2
  11. BuildRequires: intltool
  12. BuildRequires: gsettings-desktop-schemas
  13. BuildRequires: pygobject-devel
  14. BuildRequires: desktop-file-utils
  15. Requires: gnome-shell
  16. Requires: nautilus
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. GNOME Tweak Tool is an application for changing the advanced settings
  22. of GNOME 3.
  23. Features:
  24. * Install and switch gnome-shell themes
  25. * Switch gtk/icon/cursor themes
  26. * Switch window manager themes
  27. * Change:
  28. * The user-interface and titlebar fonts
  29. * Icons in menus and buttons
  30. * Behavior on laptop lid close
  31. * Shell font size
  32. * File manager desktop icons
  33. * Titlebar click action
  34. * Shell clock to show date
  35. * Font hinting and antialiasing
  36. %prep
  37. %setup -q
  38. %patch101 -p1 -b .vine
  39. %build
  40. %configure
  41. make %{?_smp_mflags}
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. make install DESTDIR=$RPM_BUILD_ROOT
  45. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  46. %find_lang %{name}
  47. %files -f %{name}.lang
  48. %doc AUTHORS COPYING NEWS README
  49. %{_bindir}/%{name}
  50. %{python_sitelib}/gtweak
  51. %{_datadir}/applications/%{name}.desktop
  52. %{_datadir}/%{name}
  53. %changelog
  54. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
  55. - initial build for Vine Linux
  56. * Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
  57. - Depend on nautilus (# 722541)
  58. * Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
  59. - Update to 3.0.5
  60. - upstream news:
  61. http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
  62. * autostart fixes
  63. * appearance improvements
  64. * focus follow mouse mode
  65. * finer-grained desktop item visibility
  66. * streamlined shell restart offer when enabling extensions
  67. * Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
  68. - Update to 3.0.4
  69. - Dropped redundant commented out lines in spec
  70. - Updated description
  71. - Dropped defattr since it is set by default in recent RPM
  72. - http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
  73. * Enables support for system wide themes
  74. * Supports management of shell extensions
  75. * Wed May 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
  76. - Update to 3.0.3
  77. * Mon Apr 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
  78. - Update to 3.0.0
  79. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
  80. - Enable icon theme selection
  81. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
  82. - Update to 2.91.93
  83. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
  84. - Include license information
  85. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
  86. - Use %%configure macro
  87. - Validate desktop file
  88. * Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
  89. - Initial package