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

Revision 6951, 12.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

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.1
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* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
146- new upstream release
147
148* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
149- new upstream release
150- remove BuildRequires: GConf2-devel
151- add BuildRequires: pangox-compat-devel
152- add Patch0 (gnome-session-3.6.0-hardware-compatibility.patch)
153
154* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.1-1
155- new upstream release
156- add BuildRequires: xorg-x11-xtrans-devel
157
158* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
159- new upstream release
160
161* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
162- new upstream release
163
164* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
165- new upstream release
166
167* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
168- new upstream release
169
170* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
171- new upstream release
172- add BuildRequires: libXtst-devel
173
174* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
175- new upstream release
176- add BuildRequires: json-glib-devel
177
178* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
179- new upstream release
180
181* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
182- new upstream release
183- add BuildRequires: librsvg2-devel
184- add Requires: gsettings-desktop-schemas
185
186* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
187- new upstream release
188
189* Sat Nov 06 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-2
190- update translation.
191
192* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
193- new upstream release
194- remove BuildRequires: libgnome-devel, libgnomeui-devel
195
196* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
197- new upstream release
198
199* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
200- new upstream release
201- remove BuildRequires: gnome-keyring
202- change BuildRequires: DeviceKit-power-devel -> upower-devel
203- add BuildRequires: startup-notification-devel, libSM-devel, desktop-file-utils
204
205* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
206- new upstream release
207- added BR: DeviceKit-power-devel
208- removed BR: PolicyKit-gnome-devel
209
210* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
211- new upstream release
212
213* Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.1-1
214- new upstream release
215- added BuildRequires: PolicyKit-gnome-devel
216
217* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
218- new upstream release
219
220* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
221- new upstream release
222
223* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
224- new upstream release
225
226* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
227- add patch5,6,7,8 from upstream/fedora
228- remove gnome-volume-manager from vine-default-session
229
230* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
231- new upstream release
232
233* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
234- new upstream release
235
236* Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
237- new upstream release
238
239* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
240- new upstream release
241- updated Patch100
242
243* Wed Jan  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.3-0vl1
244- new upstream release
245
246* Wed Jul  4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
247- new upstream release
248
249* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
250- add BuildRequires: control-center-devel
251
252* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
253- new upstream release
254
255* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
256- new upstream release
257- remove default gnome-splash.png, use our splash.
258- add Requires: vine-backgrounds >= 3.8
259
260* Sat Jun  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
261- new upstream release
262
263* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
264- new upstream release
265
266* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
267- new upstream release
268
269* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
270- new upstream release
271
272* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
273- new upstream release
274
275* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
276- new upstream release
277
278* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
279- new upstream version
280
281* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
282- new upstream release
283
284* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
285- new upstream release
286
287* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl2
288- rebuild with new environment
289
290* Fri Jan 30 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
291- new upstream release
292
293* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
294- new upstream release
295- remove old gdm session file.
296
297* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
298- new upstream release
299
300* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-0vl1
301- new upstream release
302
303* Tue Apr 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
304- new upstream release
305- import patch6,8 from rawhide release
306
307* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
308- new upstream release
309
310* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
311- new upstream release
312
313* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
314- new upstream release
315
316* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
317- new upstream release
318
319* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
320- build for Vine Linux
321- new upstream release from gnome-2.1.4
322
323* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
324- 2.1.2
325
326* Tue Sep  3 2002 Owen Taylor <otaylor@redhat.com>
327- Up purge delay for session manager to 5 minutes to avoid problem
328  with openoffice.org timing out
329
330* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
331- put gdm session in here, conflict with old gdm
332- use DITHER_MAX for dithering to make splash screen look good in 16
333  bit
334
335* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
336- fix missing icons and misaligned text in splash
337
338* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
339- Fix login sound disabling (bug #71664).
340
341* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
342- put rhn applet in default session
343
344* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
345- fix the session file, should speed up login a lot
346- put magicdev in default session
347
348* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
349- 2.0.5 with more translations
350
351* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
352- 2.0.4
353- remove gnome-settings-daemon from default session
354
355* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
356- 2.0.3
357- remove splash screen, require redhat-artwork instead
358
359* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
360- Set GTK_RC_FILES so we can change the gtk1 theme
361
362* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
363- pass --with-halt-command=/usr/bin/poweroff
364  --with-reboot-command=/usr/bin/reboot
365
366* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
367- Version 2.0.1, fixing missing po files
368
369* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
370- put in new default session with pam-panel-icon
371- disable schema install in make install, fixes rebuild failure.
372
373* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
374- rebuild with new libraries
375
376* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
377- rebuild in different environment
378
379* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
380- add fix from Nalin to build require usermode
381
382* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
383- 2.0.0
384
385* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
386- install the schemas, so we get a logout dialog and splash
387- put in the splash from 7.3
388
389* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
390- rebuild in different environment
391
392* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
393- rebuild in new environment, require newer gtk2
394
395* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
396- remove obsoletes/provides gnome-core
397
398* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
399- rebuild in different environment
400
401* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
402- 1.5.21
403
404* Sun May 26 2002 Tim Powers <timp@redhat.com>
405- automated rebuild
406
407* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
408- rebuild in different environment
409
410* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
411- 1.5.19
412- add more build reqs to chill out build system
413- provide gnome-core
414
415* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
416- obsolete gnome-core
417- 1.5.18
418
419* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
420- default to metacity
421
422* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
423- Initial build.
424
425
Note: See TracBrowser for help on using the repository browser.