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

Revision 7938, 9.7 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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.10.1
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.10/%{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}/appdata/gnome-power-statistics.appdata.xml
94%{_datadir}/applications/gnome-power-statistics.desktop
95%{_datadir}/glib-2.0/schemas/*.xml
96%{_datadir}/icons/hicolor/*/apps/*
97%{_datadir}/icons/HighContrast/*/apps/*
98%{_mandir}/man1/gnome-power-statistics.1.gz
99
100%changelog
101* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
102- new upstream release
103
104* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
105- new upstream release
106
107* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
108- new upstream release
109- remove BuildRequires: gmome-panel-devel
110
111* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
112- new upstream release
113- change BuildRequires: yelp-tools instead of gome-doc-utils
114
115* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
116- new upstream release
117
118* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
119- new upstream release
120
121* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
122- new upstream release
123
124* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
125- new upstream release
126
127* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
128- new upstream release
129
130* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
131- new upstream release
132- add BuildRequires: gtk3-devel, control-center-devel
133- change BuildRequires: libcanberra-gtk3-devel instead of licanberra-devel
134- change BuildRequires: unique3-devel instead of unique-devel
135- delete -extra sub package
136
137* Sat Oct 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
138- add Source101(gnome-power-manager.gnome-2-32.ja.po)
139
140* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
141- new upstream release
142- change BuildRequires: gnome-panel-devel instead of gnome-panel
143- fix %files
144
145* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
146- new upstream release
147
148* Sat Apr 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
149- new upstream release
150- remove Patch1, Patch2, Patch3
151- change BuildRequires: DeviceKit-power-devel -> upower-devel
152- change Requires: DeviceKit-power -> upower
153
154* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
155- new upstream release
156- change BuildRequires: xmlto -> docbook-utils
157- remove BuildReuiqres: hal-devel
158
159* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
160- new upstream release
161
162* Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
163- merge spec file from FC package
164- add Patch1, Patch2 and Patch3 from FC package
165- add Patch10 and Patch11 for Vine Linux
166- remove configure option --enable-policykit
167- add new package (extra)
168
169* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.4-1
170- new upstream release
171
172* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
173- new upstream release
174
175* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
176- new upstream release
177
178* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
179- new upstream release
180
181* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
182- new upstream release
183
184* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl2
185- rebuild with new environment/toolchain
186
187* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
188- new upstream release
189- drop Patch10 to enable suspend-to-ram.
190
191* Thu Sep 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-0vl1
192- new upstream release
193
194* Tue Aug 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.91-0vl1
195- new upstream release
196
197* Mon Jul 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.90-0vl1
198- new upstream release
199
200* Wed Jun 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.3-0vl1
201- new upstream release
202
203* Wed May 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.2-0vl1
204- new upstream release
205
206* Wed Apr 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.1-0vl1
207- new upstream release
208
209* Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-0vl1
210- new upstream release
211
212* Mon Apr 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
213- new upstream release
214
215* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl3
216- add Patch10 to disable suspend-to-ram by default.
217
218* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
219- update ja.po from CVS head.
220
221* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
222- new upstream release
223
224* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1
225- initial build for Vine Linux based on FC package
226
227* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-4
228- fix the fix in -2 and -3
229
230* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-3
231- fix the fix in -2
232
233* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-2
234- fix icon in bubbles (bug 184192).
235
236* Fri Mar  3 2006 Ray Strode <rstrode@redhat.com> - 2.13.93-1
237- Update to 2.13.93
238- ignore d-bus timeout errors
239
240* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
241- Add patch from Richard Hughes to potentially fix a
242  crasher bug (bug 183127)
243
244* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
245- Buildrequires: gnome-doc-utils
246
247* Sun Feb 26 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
248- Update to 2.13.92
249
250* Tue Feb 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
251- Update to 2.13.91
252- Drop upstreamed patch
253
254* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
255- Update to 2.13.90
256- Require dbus-x11 (#176656)
257
258* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 2.13.5.0.20060207-2
259- remove Hibernate and Suspend from menus as part of
260  panel/g-p-m integration effort
261
262* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5.0.20060207-1.1
263- bump again for double-long bug on ppc(64)
264
265* Tue Feb  7 2006 Ray Strode <rstrode@redhat.com> - 2.13.5.0.20060207-1
266- pull cvs snapshot from HEAD and drop the patches caillon
267  just added
268
269* Tue Feb  7 2006 Christopher Aillon <caillon@redhat.com> - 2.13.5-3
270- Install into the autostart directory
271- Don't suspend on lid close while on AC power
272
273* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.5-2.1
274- rebuilt for new gcc4.1 snapshot and glibc changes
275
276* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-2
277- rebuild
278
279* Thu Jan 26 2006 Ray Strode <rstrode@redhat.com> - 2.13.5-1
280- packaging tweaks
281
282* Thu Jan 26 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-1
283- Update to 2.13.5
284
285* Tue Jan 24 2006 Christopher Aillon <caillon@redhat.com> - 0.3.4-2
286- Left clicking on the applet should bring up the menu
287
288* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 0.3.4-1
289- update to 0.3.4
290- disable updating scrollkeeper database in buildroot
291  (move to %%post)
292
293* Fri Jan  6 2006 Jeremy Katz <katzj@redhat.com> - 0.3.3-0.cvs.20060106
294- update to a cvs snap so that it works with hal cvs snap
295- make sure we use libnotify
296
297* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.3.1-2.1
298- rebuilt
299
300* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.1-2
301- rebuild for new dbus
302
303* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> 0.3.1-1
304- Update to 0.3.1
305
306* Fri Nov 25 2005 Christopher Aillon <caillon@redhat.com> 0.3.0-1
307- Update to 0.3.0
308
309* Wed Oct 19 2005 Ray Strode <rstrode@redhat.com> 0.2.8-1
310- update to 0.2.8
311
312* Mon Oct  3 2005 Ray Strode <rstrode@redhat.com> 0.2.6-1
313- update to 0.2.6
314
315* Wed Sep 28 2005 Ray Strode <rstrode@redhat.com> 0.2.4-1
316- update to 0.2.4
317
318* Fri Sep 02 2005 David Zeuthen <davidz@redhat.com> 0.2.3.1-1
319- Initial import based on an SRPM from Richard Hughes
320
Note: See TracBrowser for help on using the repository browser.