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

Revision 7756, 5.2 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

RevLine 
[7633]1Name:           gnome-tweak-tool
[7756]2Version:        3.8.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
8Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/3.8/%{name}-%{version}.tar.xz
[4616]9
[7633]10
[4616]11Patch101:       gnome-tweak-tool-vine-customize.patch
12
13BuildArch:      noarch
[7633]14
[4616]15BuildRequires:  GConf2
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
86%{_datadir}/applications/%{name}.desktop
87%{_datadir}/%{name}
[6890]88%{_datadir}/icons/hicolor/*/*/*
[4616]89
90
91%changelog
[7756]92* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
93- new upstream release
94
[7633]95* Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
96- new upstream release
97- update Patch101
98- add BuildRequires: autoconf, gnome-common
99
[6951]100* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
101- new upstream release
102
[6919]103* Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
104- new upstream release
105- update Patch101
106
[6890]107* Tue Oct 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.5-1
108- new upstream release
109- update Patch101
110
[6201]111* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
112- new upstream release
113
[6011]114* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
115- new upstream release
116- update Patch101
117
[5701]118* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
119- rebuild with python-2.7.2
120
[5335]121* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
122- new upstream release
123
[5168]124* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
125- new upstream release
126
[4850]127* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
128- new upstream release
129
[4704]130* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
131- new upstream release
132- change BuildRequires: pygobject3-devel instead of pygojbect-devel
133- update Patch101
134
[4675]135* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
136- new upstream release
137- update Patch101
138
[4616]139* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
140- initial build for Vine Linux
141
142
143* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
144- Depend on nautilus (# 722541)
145
146* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
147- Update to 3.0.5
148- upstream news:
149  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
150  * autostart fixes
151  * appearance improvements
152  * focus follow mouse mode
153  * finer-grained desktop item visibility
154  * streamlined shell restart offer when enabling extensions
155
156* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
157- Update to 3.0.4
158- Dropped redundant commented out lines in spec
159- Updated description
160- Dropped defattr since it is set by default in recent RPM
161- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
162  * Enables support for system wide themes
163  * Supports management of shell extensions
164
165* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
166- Update to 3.0.3
167
168* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
169- Update to 3.0.0
170
171* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
172- Enable icon theme selection
173
174* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
175- Update to 2.91.93
176
177* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
178- Include license information
179
180* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
181- Use %%configure macro
182- Validate desktop file
183
184* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
185- Initial package
Note: See TracBrowser for help on using the repository browser.