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

Revision 6201, 4.2 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

Line 
1Name:           gnome-tweak-tool
2Version:        3.4.0.1
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.4/%{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
63%files -f %{name}.lang
64%doc AUTHORS COPYING NEWS README
65%{_bindir}/%{name}
66%{python_sitelib}/gtweak
67%{_datadir}/applications/%{name}.desktop
68%{_datadir}/%{name}
69
70
71%changelog
72* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
73- new upstream release
74
75* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
76- new upstream release
77- update Patch101
78
79* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
80- rebuild with python-2.7.2
81
82* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
83- new upstream release
84
85* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
86- new upstream release
87
88* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
89- new upstream release
90
91* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
92- new upstream release
93- change BuildRequires: pygobject3-devel instead of pygojbect-devel
94- update Patch101
95
96* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
97- new upstream release
98- update Patch101
99
100* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
101- initial build for Vine Linux
102
103
104* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
105- Depend on nautilus (# 722541)
106
107* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
108- Update to 3.0.5
109- upstream news:
110  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
111  * autostart fixes
112  * appearance improvements
113  * focus follow mouse mode
114  * finer-grained desktop item visibility
115  * streamlined shell restart offer when enabling extensions
116
117* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
118- Update to 3.0.4
119- Dropped redundant commented out lines in spec
120- Updated description
121- Dropped defattr since it is set by default in recent RPM
122- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
123  * Enables support for system wide themes
124  * Supports management of shell extensions
125
126* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
127- Update to 3.0.3
128
129* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
130- Update to 3.0.0
131
132* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
133- Enable icon theme selection
134
135* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
136- Update to 2.91.93
137
138* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
139- Include license information
140
141* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
142- Use %%configure macro
143- Validate desktop file
144
145* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
146- Initial package
Note: See TracBrowser for help on using the repository browser.