gnome-tweak-tool-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Name: gnome-tweak-tool
  2. Version: 3.3.4
  3. Release: 2%{?_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/%{name}/3.3/%{name}-%{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-devel
  13. BuildRequires: pygobject3-devel
  14. BuildRequires: desktop-file-utils
  15. Requires: gnome-shell
  16. Requires: nautilus
  17. Requires: pygobject3
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. GNOME Tweak Tool is an application for changing the advanced settings
  23. of GNOME 3.
  24. Features:
  25. * Install and switch gnome-shell themes
  26. * Switch gtk/icon/cursor themes
  27. * Switch window manager themes
  28. * Change:
  29. * The user-interface and titlebar fonts
  30. * Icons in menus and buttons
  31. * Behavior on laptop lid close
  32. * Shell font size
  33. * File manager desktop icons
  34. * Titlebar click action
  35. * Shell clock to show date
  36. * Font hinting and antialiasing
  37. %prep
  38. %setup -q
  39. %patch101 -p1 -b .vine
  40. %build
  41. %configure
  42. make %{?_smp_mflags}
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. perl -pi -e 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  47. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
  48. %find_lang %{name}
  49. %files -f %{name}.lang
  50. %doc AUTHORS COPYING NEWS README
  51. %{_bindir}/%{name}
  52. %{python_sitelib}/gtweak
  53. %{_datadir}/applications/%{name}.desktop
  54. %{_datadir}/%{name}
  55. %changelog
  56. * Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
  57. - new upstream release
  58. - update Patch101
  59. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
  60. - rebuild with python-2.7.2
  61. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  62. - new upstream release
  63. * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  64. - new upstream release
  65. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  66. - new upstream release
  67. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  68. - new upstream release
  69. - change BuildRequires: pygobject3-devel instead of pygojbect-devel
  70. - update Patch101
  71. * Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
  72. - new upstream release
  73. - update Patch101
  74. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
  75. - initial build for Vine Linux
  76. * Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
  77. - Depend on nautilus (# 722541)
  78. * Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
  79. - Update to 3.0.5
  80. - upstream news:
  81. http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
  82. * autostart fixes
  83. * appearance improvements
  84. * focus follow mouse mode
  85. * finer-grained desktop item visibility
  86. * streamlined shell restart offer when enabling extensions
  87. * Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
  88. - Update to 3.0.4
  89. - Dropped redundant commented out lines in spec
  90. - Updated description
  91. - Dropped defattr since it is set by default in recent RPM
  92. - http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
  93. * Enables support for system wide themes
  94. * Supports management of shell extensions
  95. * Wed May 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
  96. - Update to 3.0.3
  97. * Mon Apr 4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
  98. - Update to 3.0.0
  99. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
  100. - Enable icon theme selection
  101. * Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
  102. - Update to 2.91.93
  103. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
  104. - Include license information
  105. * Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
  106. - Use %%configure macro
  107. - Validate desktop file
  108. * Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
  109. - Initial package