source: projects/specs/trunk/g/gnome-power-manager/gnome-power-manager-vl.spec @ 7681

Revision 7681, 9.5 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

Line 
1%define dbus_version 1.6.4
2%define dbus_glib_version 0.100
3
4Summary: GNOME power management service
5Summary(ja): GNOME 電源管理ツール
6Name: gnome-power-manager
7Version: 3.8.2
8Release: 1%{?_dist_release}
9License: GPLv2+ and GFDL
10Group: Applications/System
11URL: http://projects.gnome.org/gnome-power-manager/
12
13Source0: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: autoconf >= 2.65
17BuildRequires: gtk3-devel
18BuildRequires: libwnck-devel
19BuildRequires: dbus-devel >= %{dbus_version}
20BuildRequires: libnotify-devel
21BuildRequires: yelp-tools
22BuildRequires: desktop-file-utils
23BuildRequires: gettext
24BuildRequires: libtool
25BuildRequires: cairo-devel
26BuildRequires: libcanberra-gtk3-devel
27BuildRequires: unique3-devel >= 3.0.0
28BuildRequires: upower-devel >= 0.9.0
29BuildRequires: control-center-devel
30BuildRequires: intltool
31BuildRequires: docbook-utils
32Requires: gtk3 >= 3.0.0
33Requires: gnome-mime-data
34Requires: gnome-icon-theme
35Requires: libnotify >= 0.4.3
36Requires: dbus-glib >= %{dbus_glib_version}
37Requires: dbus-x11 >= %{dbus_version}
38Requires: libcanberra-gtk3 >= 0.10
39Requires: unique3 >= 3.0.0
40Requires: upower >= 0.9.0
41
42Obsoletes: gnome-power-manager-extra < 3.0.0
43Provides:  gnome-power-manager-extra
44
45Vendor:       Project Vine
46Distribution: Vine Linux
47Packager:     daisuke, Takemikaduchi
48
49%description
50GNOME Power Manager uses the information and facilities provided by HAL
51displaying icons and handling user callbacks in an interactive GNOME session.
52GNOME Power Preferences allows authorised users to set policy and
53change preferences.
54
55%prep
56%setup -q
57
58
59%build
60%configure \
61        --disable-static
62make
63
64%install
65rm -rf $RPM_BUILD_ROOT
66make install DESTDIR=$RPM_BUILD_ROOT
67
68%find_lang %name --all-name --with-gnome
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post
74touch --no-create %{_datadir}/icons/hicolor
75if [ -x /usr/bin/gtk-update-icon-cache ]; then
76    gtk-update-icon-cache -q %{_datadir}/icons/hicolor
77fi
78
79%postun
80touch --no-create %{_datadir}/icons/hicolor
81if [ -x /usr/bin/gtk-update-icon-cache ]; then
82    gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
83fi
84glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85
86%posttrans
87glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
88
89%files -f %{name}.lang
90%defattr(-,root,root)
91%doc AUTHORS COPYING README
92%{_bindir}/gnome-power-statistics
93%{_datadir}/applications/gnome-power-statistics.desktop
94%{_datadir}/glib-2.0/schemas/*.xml
95%{_datadir}/icons/hicolor/*/apps/*
96%{_datadir}/icons/HighContrast/*/apps/*
97%{_mandir}/man1/gnome-power-statistics.1.gz
98
99%changelog
100* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
101- new upstream release
102
103* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
104- new upstream release
105- remove BuildRequires: gmome-panel-devel
106
107* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
108- new upstream release
109- change BuildRequires: yelp-tools instead of gome-doc-utils
110
111* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
112- new upstream release
113
114* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
115- new upstream release
116
117* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
118- new upstream release
119
120* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
121- new upstream release
122
123* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
124- new upstream release
125
126* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
127- new upstream release
128- add BuildRequires: gtk3-devel, control-center-devel
129- change BuildRequires: libcanberra-gtk3-devel instead of licanberra-devel
130- change BuildRequires: unique3-devel instead of unique-devel
131- delete -extra sub package
132
133* Sat Oct 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
134- add Source101(gnome-power-manager.gnome-2-32.ja.po)
135
136* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
137- new upstream release
138- change BuildRequires: gnome-panel-devel instead of gnome-panel
139- fix %files
140
141* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
142- new upstream release
143
144* Sat Apr 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
145- new upstream release
146- remove Patch1, Patch2, Patch3
147- change BuildRequires: DeviceKit-power-devel -> upower-devel
148- change Requires: DeviceKit-power -> upower
149
150* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
151- new upstream release
152- change BuildRequires: xmlto -> docbook-utils
153- remove BuildReuiqres: hal-devel
154
155* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
156- new upstream release
157
158* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
159- merge spec file from FC package
160- add Patch1, Patch2 and Patch3 from FC package
161- add Patch10 and Patch11 for Vine Linux
162- remove configure option --enable-policykit
163- add new package (extra)
164
165* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.4-1
166- new upstream release
167
168* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
169- new upstream release
170
171* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
172- new upstream release
173
174* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
175- new upstream release
176
177* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
178- new upstream release
179
180* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl2
181- rebuild with new environment/toolchain
182
183* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
184- new upstream release
185- drop Patch10 to enable suspend-to-ram.
186
187* Thu Sep 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-0vl1
188- new upstream release
189
190* Tue Aug 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.91-0vl1
191- new upstream release
192
193* Mon Jul 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.90-0vl1
194- new upstream release
195
196* Wed Jun 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.3-0vl1
197- new upstream release
198
199* Wed May 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.2-0vl1
200- new upstream release
201
202* Wed Apr 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.1-0vl1
203- new upstream release
204
205* Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-0vl1
206- new upstream release
207
208* Mon Apr 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
209- new upstream release
210
211* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl3
212- add Patch10 to disable suspend-to-ram by default.
213
214* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
215- update ja.po from CVS head.
216
217* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
218- new upstream release
219
220* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1
221- initial build for Vine Linux based on FC package
222
223* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-4
224- fix the fix in -2 and -3
225
226* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-3
227- fix the fix in -2
228
229* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-2
230- fix icon in bubbles (bug 184192).
231
232* Fri Mar  3 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-1
233- Update to 2.13.93
234- ignore d-bus timeout errors
235
236* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
237- Add patch from Richard Hughes to potentially fix a
238  crasher bug (bug 183127)
239
240* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
241- Buildrequires: gnome-doc-utils
242
243* Sun Feb 26 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
244- Update to 2.13.92
245
246* Tue Feb 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
247- Update to 2.13.91
248- Drop upstreamed patch
249
250* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
251- Update to 2.13.90
252- Require dbus-x11 (#176656)
253
254* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 2.13.5.0.20060207-2
255- remove Hibernate and Suspend from menus as part of
256  panel/g-p-m integration effort
257
258* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5.0.20060207-1.1
259- bump again for double-long bug on ppc(64)
260
261* Tue Feb  7 2006 Ray Strode <rstrode@redhat.com> - 2.13.5.0.20060207-1
262- pull cvs snapshot from HEAD and drop the patches caillon
263  just added
264
265* Tue Feb  7 2006 Christopher Aillon <caillon@redhat.com> - 2.13.5-3
266- Install into the autostart directory
267- Don't suspend on lid close while on AC power
268
269* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.1
270- rebuilt for new gcc4.1 snapshot and glibc changes
271
272* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-2
273- rebuild
274
275* Thu Jan 26 2006 Ray Strode <rstrode@redhat.com> - 2.13.5-1
276- packaging tweaks
277
278* Thu Jan 26 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-1
279- Update to 2.13.5
280
281* Tue Jan 24 2006 Christopher Aillon <caillon@redhat.com> - 0.3.4-2
282- Left clicking on the applet should bring up the menu
283
284* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 0.3.4-1
285- update to 0.3.4
286- disable updating scrollkeeper database in buildroot
287  (move to %%post)
288
289* Fri Jan  6 2006 Jeremy Katz <katzj@redhat.com> - 0.3.3-0.cvs.20060106
290- update to a cvs snap so that it works with hal cvs snap
291- make sure we use libnotify
292
293* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.3.1-2.1
294- rebuilt
295
296* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-2
297- rebuild for new dbus
298
299* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> 0.3.1-1
300- Update to 0.3.1
301
302* Fri Nov 25 2005 Christopher Aillon <caillon@redhat.com> 0.3.0-1
303- Update to 0.3.0
304
305* Wed Oct 19 2005 Ray Strode <rstrode@redhat.com> 0.2.8-1
306- update to 0.2.8
307
308* Mon Oct  3 2005 Ray Strode <rstrode@redhat.com> 0.2.6-1
309- update to 0.2.6
310
311* Wed Sep 28 2005 Ray Strode <rstrode@redhat.com> 0.2.4-1
312- update to 0.2.4
313
314* Fri Sep 02 2005 David Zeuthen <davidz@redhat.com> 0.2.3.1-1
315- Initial import based on an SRPM from Richard Hughes
316
Note: See TracBrowser for help on using the repository browser.