source: projects/specs/trunk/g/gnome-tweak-tool/gnome-tweak-tool-vl.spec @ 8011

Revision 8011, 5.5 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

RevLine 
[7633]1Name:           gnome-tweak-tool
[8011]2Version:        3.10.1
[7633]3Release:        1%{?_dist_release}
4Summary:        A tool to customize advanced GNOME 3 options
[4616]5
[7633]6License:        GPLv3
7URL:            http://live.gnome.org/GnomeTweakTool
[7938]8Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/3.10/%{name}-%{version}.tar.xz
[4616]9
[7633]10
[4616]11Patch101:       gnome-tweak-tool-vine-customize.patch
12
13BuildArch:      noarch
[7633]14
[7938]15BuildRequires:  gtk3-devel
[4616]16BuildRequires:  intltool
[6011]17BuildRequires:  gsettings-desktop-schemas-devel
[4704]18BuildRequires:  pygobject3-devel
[4616]19BuildRequires:  desktop-file-utils
[7633]20BuildRequires:  autoconf
21BuildRequires:  gnome-common
[4616]22
[7633]23Requires:               gsettings-desktop-schemas
24Requires:               pygobject3
25
[4616]26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: Takemikaduchi
29
30%description
31GNOME Tweak Tool is an application for changing the advanced settings
32of GNOME 3.
33
34Features:
35* Install and switch gnome-shell themes
36* Switch gtk/icon/cursor themes
37* Switch window manager themes
38* Change:
39        * The user-interface and titlebar fonts
40        * Icons in menus and buttons
41        * Behavior on laptop lid close
42        * Shell font size
43        * File manager desktop icons
44        * Titlebar click action
45        * Shell clock to show date
46        * Font hinting and antialiasing
47
48%prep
49%setup -q
50%patch101 -p1 -b .vine
51
52%build
[7633]53autoreconf -if
54intltoolize --force --copy
[4616]55%configure
56make %{?_smp_mflags}
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61make install DESTDIR=$RPM_BUILD_ROOT
[4675]62
[7633]63perl -pi -e 's/OnlyShowIn=GNOME;Unity;Pantheon;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
[4616]64desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
[4675]65
[4616]66%find_lang %{name}
67
[6890]68%post
69touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
70update-desktop-database -q &> /dev/null || :
[4616]71
[6890]72%posttrans
73gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
74
75%postun
76if [ $1 -eq 0 ] ; then
77    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
78    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
79    update-desktop-database -q &> /dev/null || :
80fi
81
[4616]82%files -f %{name}.lang
83%doc AUTHORS COPYING NEWS README
84%{_bindir}/%{name}
85%{python_sitelib}/gtweak
[7938]86%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
[4616]87%{_datadir}/applications/%{name}.desktop
88%{_datadir}/%{name}
[6890]89%{_datadir}/icons/hicolor/*/*/*
[4616]90
91
92%changelog
[8011]93* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
94- new upstream release
95
[7938]96* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
97- new upstream release
98- update Patch101
99- add BuildRequires: gtk3-devel
100- remove BuildRequires: GConf2
101
[7756]102* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
103- new upstream release
104
[7633]105* Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
106- new upstream release
107- update Patch101
108- add BuildRequires: autoconf, gnome-common
109
[6951]110* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
111- new upstream release
112
[6919]113* Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
114- new upstream release
115- update Patch101
116
[6890]117* Tue Oct 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.5-1
118- new upstream release
119- update Patch101
120
[6201]121* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
122- new upstream release
123
[6011]124* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
125- new upstream release
126- update Patch101
127
[5701]128* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
129- rebuild with python-2.7.2
130
[5335]131* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
132- new upstream release
133
[5168]134* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
135- new upstream release
136
[4850]137* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
138- new upstream release
139
[4704]140* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
141- new upstream release
142- change BuildRequires: pygobject3-devel instead of pygojbect-devel
143- update Patch101
144
[4675]145* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
146- new upstream release
147- update Patch101
148
[4616]149* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
150- initial build for Vine Linux
151
152
153* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
154- Depend on nautilus (# 722541)
155
156* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
157- Update to 3.0.5
158- upstream news:
159  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
160  * autostart fixes
161  * appearance improvements
162  * focus follow mouse mode
163  * finer-grained desktop item visibility
164  * streamlined shell restart offer when enabling extensions
165
166* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
167- Update to 3.0.4
168- Dropped redundant commented out lines in spec
169- Updated description
170- Dropped defattr since it is set by default in recent RPM
171- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
172  * Enables support for system wide themes
173  * Supports management of shell extensions
174
175* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
176- Update to 3.0.3
177
178* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
179- Update to 3.0.0
180
181* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
182- Enable icon theme selection
183
184* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
185- Update to 2.91.93
186
187* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
188- Include license information
189
190* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
191- Use %%configure macro
192- Validate desktop file
193
194* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
195- Initial package
Note: See TracBrowser for help on using the repository browser.