source: projects/specs/trunk/g/gnome-session/gnome-session-vl.spec @ 7119

Revision 7119, 12.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

Line 
1%define glib2_version 2.34.0
2%define pango_version 1.32.0
3%define gtk3_version 3.6.0
4%define dbus_glib_version 0.100
5%define dbus_version 1.6.4
6%define libnotify_version 0.7
7
8%define po_package gnome-session-3.0
9
10Summary: GNOME session manager
11Summary(ja): GNOME セッションマネージャ
12Name: gnome-session
13Version: 3.6.2
14Release: 1%{?_dist_release}
15URL: http://www.gnome.org/
16License: GPLv2+
17Group: User Interface/Desktops
18
19Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-session/3.6/%{name}-%{version}.tar.xz
20Source1: vine-default-session
21Source2: gnome.desktop
22
23Patch0: gnome-session-3.6.0-hardware-compatibility.patch
24
25# fixed upstream
26
27BuildRoot: %{_tmppath}/%{name}-%{version}-root
28BuildRequires: glib2-devel >= %{glib2_version}
29BuildRequires: pango-devel >= %{pango_version}
30BuildRequires: pangox-compat-devel
31BuildRequires: gtk2-devel >= %{gtk2_version}
32BuildRequires: dbus-devel >= %{dbus_version}
33BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
34BuildRequires: libnotify-devel >= %{libnotify_version}
35BuildRequires: librsvg2-devel
36BuildRequires: usermode
37BuildRequires: startup-notification-devel
38BuildRequires: libSM-devel
39BuildRequires: libXtst-devel
40BuildRequires: xorg-x11-xtrans-devel
41BuildRequires: upower-devel
42BuildRequires: json-glib-devel
43BuildRequires: desktop-file-utils
44
45Conflicts: gdm < 2.4.0.7
46Requires: vine-backgrounds >= 3.8
47Requires: control-center
48Requires: gsettings-desktop-schemas
49
50Vendor: Project Vine
51Distribution: Vine Linux
52Packager: Takemikaduchi
53
54%description
55gnome-session manages a GNOME desktop session. It starts up the other core
56GNOME components and handles logout and saving the session.
57
58
59%prep
60%setup -q
61%patch0 -p1
62
63%build
64#sed -i -e 's/GNOME_COMPILE_WARNINGS.*//' configure.in
65
66#aclocal
67#automake
68#intltoolize --force --copy
69#autoheader
70#autoconf
71
72%configure \
73    --enable-compile-warnings=no
74
75make %{?_smp_mflags}
76
77#    --with-halt-command=/usr/bin/poweroff \
78#    --with-reboot-command=/usr/bin/reboot \
79
80%install
81rm -rf $RPM_BUILD_ROOT
82
83make install DESTDIR=$RPM_BUILD_ROOT
84
85desktop-file-install --vendor gnome --delete-original                   \
86  --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
87  --add-only-show-in GNOME                                              \
88  $RPM_BUILD_ROOT%{_datadir}/applications/*
89#  --add-category Settings                                               \
90#  --add-category AdvancedSettings                                      \
91
92./mkinstalldirs ${RPM_BUILD_ROOT}%{_datadir}/xsessions/
93install -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/xsessions/
94
95#/bin/rm $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
96./mkinstalldirs ${RPM_BUILD_ROOT}%{_datadir}/gnome/
97install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/default.session
98
99mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
100mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
101
102# remove gnome default splash screen
103#rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash/*
104mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash
105
106#
107rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
108
109%find_lang %{po_package}
110
111%clean
112rm -rf $RPM_BUILD_ROOT
113
114%post -p /sbin/ldconfig
115
116%postun
117/sbin/ldconfig
118glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
119
120%posttrans
121glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
122
123
124%files -f %{po_package}.lang
125%defattr(-,root,root)
126%doc AUTHORS COPYING ChangeLog NEWS README
127%{_sysconfdir}/xdg/autostart
128%{_bindir}/*
129%{_libexecdir}/gnome-session-check-accelerated
130%{_libexecdir}/gnome-session-check-accelerated-helper
131%{_datadir}/GConf/gsettings/gnome-session.convert
132%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
133%{_datadir}/gnome
134%{_datadir}/gnome-session/*.ui
135%{_datadir}/gnome-session/hardware-compatibility
136%{_datadir}/gnome-session/sessions/*
137%{_datadir}/applications/*
138%{_datadir}/xsessions/*
139%dir %{_datadir}/pixmaps/splash
140%{_datadir}/icons/hicolor/*
141%{_mandir}/man*/*
142
143
144%changelog
145* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
146- new upstream release
147
148* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
149- new upstream release
150
151* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
152- new upstream release
153- remove BuildRequires: GConf2-devel
154- add BuildRequires: pangox-compat-devel
155- add Patch0 (gnome-session-3.6.0-hardware-compatibility.patch)
156
157* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.1-1
158- new upstream release
159- add BuildRequires: xorg-x11-xtrans-devel
160
161* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
162- new upstream release
163
164* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
165- new upstream release
166
167* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
168- new upstream release
169
170* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
171- new upstream release
172
173* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
174- new upstream release
175- add BuildRequires: libXtst-devel
176
177* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
178- new upstream release
179- add BuildRequires: json-glib-devel
180
181* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
182- new upstream release
183
184* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
185- new upstream release
186- add BuildRequires: librsvg2-devel
187- add Requires: gsettings-desktop-schemas
188
189* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
190- new upstream release
191
192* Sat Nov 06 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-2
193- update translation.
194
195* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
196- new upstream release
197- remove BuildRequires: libgnome-devel, libgnomeui-devel
198
199* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
200- new upstream release
201
202* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
203- new upstream release
204- remove BuildRequires: gnome-keyring
205- change BuildRequires: DeviceKit-power-devel -> upower-devel
206- add BuildRequires: startup-notification-devel, libSM-devel, desktop-file-utils
207
208* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
209- new upstream release
210- added BR: DeviceKit-power-devel
211- removed BR: PolicyKit-gnome-devel
212
213* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
214- new upstream release
215
216* Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.1-1
217- new upstream release
218- added BuildRequires: PolicyKit-gnome-devel
219
220* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
221- new upstream release
222
223* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
224- new upstream release
225
226* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
227- new upstream release
228
229* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
230- add patch5,6,7,8 from upstream/fedora
231- remove gnome-volume-manager from vine-default-session
232
233* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
234- new upstream release
235
236* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
237- new upstream release
238
239* Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
240- new upstream release
241
242* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
243- new upstream release
244- updated Patch100
245
246* Wed Jan  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.3-0vl1
247- new upstream release
248
249* Wed Jul  4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
250- new upstream release
251
252* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
253- add BuildRequires: control-center-devel
254
255* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
256- new upstream release
257
258* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
259- new upstream release
260- remove default gnome-splash.png, use our splash.
261- add Requires: vine-backgrounds >= 3.8
262
263* Sat Jun  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
264- new upstream release
265
266* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
267- new upstream release
268
269* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
270- new upstream release
271
272* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
273- new upstream release
274
275* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
276- new upstream release
277
278* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
279- new upstream release
280
281* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
282- new upstream version
283
284* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
285- new upstream release
286
287* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
288- new upstream release
289
290* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl2
291- rebuild with new environment
292
293* Fri Jan 30 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
294- new upstream release
295
296* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
297- new upstream release
298- remove old gdm session file.
299
300* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
301- new upstream release
302
303* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-0vl1
304- new upstream release
305
306* Tue Apr 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
307- new upstream release
308- import patch6,8 from rawhide release
309
310* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
311- new upstream release
312
313* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
314- new upstream release
315
316* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
317- new upstream release
318
319* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
320- new upstream release
321
322* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
323- build for Vine Linux
324- new upstream release from gnome-2.1.4
325
326* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
327- 2.1.2
328
329* Tue Sep  3 2002 Owen Taylor <otaylor@redhat.com>
330- Up purge delay for session manager to 5 minutes to avoid problem
331  with openoffice.org timing out
332
333* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
334- put gdm session in here, conflict with old gdm
335- use DITHER_MAX for dithering to make splash screen look good in 16
336  bit
337
338* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
339- fix missing icons and misaligned text in splash
340
341* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
342- Fix login sound disabling (bug #71664).
343
344* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
345- put rhn applet in default session
346
347* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
348- fix the session file, should speed up login a lot
349- put magicdev in default session
350
351* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
352- 2.0.5 with more translations
353
354* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
355- 2.0.4
356- remove gnome-settings-daemon from default session
357
358* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
359- 2.0.3
360- remove splash screen, require redhat-artwork instead
361
362* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
363- Set GTK_RC_FILES so we can change the gtk1 theme
364
365* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
366- pass --with-halt-command=/usr/bin/poweroff
367  --with-reboot-command=/usr/bin/reboot
368
369* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
370- Version 2.0.1, fixing missing po files
371
372* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
373- put in new default session with pam-panel-icon
374- disable schema install in make install, fixes rebuild failure.
375
376* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
377- rebuild with new libraries
378
379* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
380- rebuild in different environment
381
382* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
383- add fix from Nalin to build require usermode
384
385* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
386- 2.0.0
387
388* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
389- install the schemas, so we get a logout dialog and splash
390- put in the splash from 7.3
391
392* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
393- rebuild in different environment
394
395* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
396- rebuild in new environment, require newer gtk2
397
398* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
399- remove obsoletes/provides gnome-core
400
401* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
402- rebuild in different environment
403
404* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
405- 1.5.21
406
407* Sun May 26 2002 Tim Powers <timp@redhat.com>
408- automated rebuild
409
410* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
411- rebuild in different environment
412
413* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
414- 1.5.19
415- add more build reqs to chill out build system
416- provide gnome-core
417
418* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
419- obsolete gnome-core
420- 1.5.18
421
422* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
423- default to metacity
424
425* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
426- Initial build.
427
428
Note: See TracBrowser for help on using the repository browser.