gnome-tweak-tool-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. Name: gnome-tweak-tool
  2. Version: 3.1.0
  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.1/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. perl -pi -e 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  46. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  47. %find_lang %{name}
  48. %files -f %{name}.lang
  49. %doc AUTHORS COPYING NEWS README
  50. %{_bindir}/%{name}
  51. %{python_sitelib}/gtweak
  52. %{_datadir}/applications/%{name}.desktop
  53. %{_datadir}/%{name}
  54. %changelog
  55. * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
  56. - new upstream release
  57. - update Patch101
  58. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
  59. - initial build for Vine Linux
  60. * Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
  61. - Depend on nautilus (# 722541)
  62. * Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
  63. - Update to 3.0.5
  64. - upstream news:
  65. http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
  66. * autostart fixes
  67. * appearance improvements
  68. * focus follow mouse mode
  69. * finer-grained desktop item visibility
  70. * streamlined shell restart offer when enabling extensions
  71. * Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
  72. - Update to 3.0.4
  73. - Dropped redundant commented out lines in spec
  74. - Updated description
  75. - Dropped defattr since it is set by default in recent RPM
  76. - http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
  77. * Enables support for system wide themes
  78. * Supports management of shell extensions
  79. * Wed May 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
  80. - Update to 3.0.3
  81. * Mon Apr 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
  82. - Update to 3.0.0
  83. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
  84. - Enable icon theme selection
  85. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
  86. - Update to 2.91.93
  87. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
  88. - Include license information
  89. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
  90. - Use %%configure macro
  91. - Validate desktop file
  92. * Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
  93. - Initial package