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

Revision 4616, 3.2 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1Name:           gnome-tweak-tool
2Version:        3.0.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/gnome-tweak-tool/3.0/gnome-tweak-tool-%{version}.tar.xz
9
10Patch101:       gnome-tweak-tool-vine-customize.patch
11
12BuildArch:      noarch
13BuildRequires:  GConf2
14BuildRequires:  intltool
15BuildRequires:  gsettings-desktop-schemas
16BuildRequires:  pygobject-devel
17BuildRequires:  desktop-file-utils
18Requires:       gnome-shell
19Requires:       nautilus
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: Takemikaduchi
24
25%description
26GNOME Tweak Tool is an application for changing the advanced settings
27of GNOME 3.
28
29Features:
30* Install and switch gnome-shell themes
31* Switch gtk/icon/cursor themes
32* Switch window manager themes
33* Change:
34        * The user-interface and titlebar fonts
35        * Icons in menus and buttons
36        * Behavior on laptop lid close
37        * Shell font size
38        * File manager desktop icons
39        * Titlebar click action
40        * Shell clock to show date
41        * Font hinting and antialiasing
42
43%prep
44%setup -q
45%patch101 -p1 -b .vine
46
47%build
48%configure
49make %{?_smp_mflags}
50
51
52%install
53rm -rf $RPM_BUILD_ROOT
54make install DESTDIR=$RPM_BUILD_ROOT
55desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
56%find_lang %{name}
57
58
59%files -f %{name}.lang
60%doc AUTHORS COPYING NEWS README
61%{_bindir}/%{name}
62%{python_sitelib}/gtweak
63%{_datadir}/applications/%{name}.desktop
64%{_datadir}/%{name}
65
66
67%changelog
68* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.5-1
69- initial build for Vine Linux
70
71
72* Tue Jul 19 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-2
73- Depend on nautilus (# 722541)
74
75* Thu Jun 30 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.5-1
76- Update to 3.0.5
77- upstream news:
78  http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.5.news
79  * autostart fixes
80  * appearance improvements
81  * focus follow mouse mode
82  * finer-grained desktop item visibility
83  * streamlined shell restart offer when enabling extensions
84
85* Mon Jun 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.4-1
86- Update to 3.0.4
87- Dropped redundant commented out lines in spec
88- Updated description
89- Dropped defattr since it is set by default in recent RPM
90- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news
91  * Enables support for system wide themes
92  * Supports management of shell extensions
93
94* Wed May  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.3-1
95- Update to 3.0.3
96
97* Mon Apr  4 2011 Michel Salim <salimma@fedoraproject.org> - 3.0.0-1
98- Update to 3.0.0
99
100* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-2
101- Enable icon theme selection
102
103* Fri Mar 25 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.93-1
104- Update to 2.91.93
105
106* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-3
107- Include license information
108
109* Tue Mar 22 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-2
110- Use %%configure macro
111- Validate desktop file
112
113* Mon Mar 21 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.92-1
114- Initial package
Note: See TracBrowser for help on using the repository browser.