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

Revision 6890, 4.7 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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