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

Revision 9121, 6.0 KB checked in by Takemikaduchi, 10 years ago (diff)

llvm: fix BTS:2832
others: add Group tag

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