source: projects/specs/trunk/l/lxsession/lxsession-vl.spec @ 618

Revision 618, 3.5 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           lxsession
2Version:        0.4.3
3Release:        1%{?_dist_release}
4Summary:        Lightweight X11 session manager
5Summary(ja):    軽量な X11 セッションマネージャ
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11Patch0:         lxsession-0.4.1-dsofix.patch
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk2-devel >= 2.6 glib2-devel >= 2.6 libICE-devel libSM-devel dbus-glib-devel hal-devel
16BuildRequires:  docbook-utils intltool gettext docbook2X
17Requires:       dbus hal
18Obsoletes:      lxsession-lite < 0.3.8
19Provides:       lxsession = %{version}-%{release}
20
21# lxde-settings-daemon was merged into lxsession
22Obsoletes:      lxde-settings-daemon <= 0.4.1
23Provides:       lxde-settings-daemon = 0.4.3
24
25%description
26LXSession Lite is a standard-compliant X11 session manager with shutdown/
27reboot/suspend support via HAL and gdm. It is a stripped down version of
28LXSession removing X11 session management.
29
30LXSession is derived from XSM and is developed as default X11 session manager
31of LXDE, the Lightweight X11 Desktop Environment. Though being part of LXDE,
32it's totally desktop-independent and only has few dependencies.
33
34%description -l ja
35LXSession LiteはHALとgdmを介してシャットダウン/再起動/サスペンドをサポートする
36標準準拠のX11セッションマネージャです。
37
38
39%prep
40%setup -q
41%patch0 -p1 -b .dsofix
42
43%build
44%configure
45make %{?_smp_flags}
46
47
48%install
49rm -rf $RPM_BUILD_ROOT
50make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
51%find_lang lxsession
52mkdir -p -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/xdg/lxsession
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files -f lxsession.lang
59%defattr(-,root,root,-)
60%doc AUTHORS ChangeLog COPYING README
61%{_bindir}/lxsession
62%{_bindir}/lxsession-logout
63%{_datadir}/lxsession/
64%{_mandir}/man1/lxsession*.1*
65# we need to own
66%dir %{_sysconfdir}/xdg/lxsession
67
68%changelog
69* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
70- Update to 0.4.3
71
72* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-2
73- applied new naming policy to spec
74
75* Wed Mar 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
76- Update to 0.4.2
77
78* Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
79- Update to 0.4.1
80- clean up spec
81- added Patch0 from Fedora
82- added Obsoletes: lxde-settings-daemon <= 0.4.1
83- added Provides:  lxde-settings-daemon = 0.4.1
84  - Because lxde-settings-daemon was merged into lxsession
85
86* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.8-1
87- Update to 0.3.8
88- renamed lxsession (because upstream renamed)
89- Source0,1 and all Patches dropped
90- chaned Obsoletes: lxsession-lite < 0.3.8
91
92* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
93- initial build for VineSeed (import from Fedora)
94
95* Thu Oct 09 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-2
96- Preserve timestamps during install
97
98* Thu Jun 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-1
99- Update to 0.3.6
100- Remove docbook hack
101
102* Sun Apr 20 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-1
103- Switch to LXSession lite and drop xorg-x11-xsm requirement again.
104
105* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-2
106- Require xorg-x11-xsm
107
108* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
109- Update to 0.3.2
110
111* Mon Mar 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
112- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.