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

Revision 957, 3.6 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           lxsession
2Version:        0.4.4
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* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
70- Update to 0.4.4
71
72* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
73- Update to 0.4.3
74
75* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-2
76- applied new naming policy to spec
77
78* Wed Mar 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
79- Update to 0.4.2
80
81* Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
82- Update to 0.4.1
83- clean up spec
84- added Patch0 from Fedora
85- added Obsoletes: lxde-settings-daemon <= 0.4.1
86- added Provides:  lxde-settings-daemon = 0.4.1
87  - Because lxde-settings-daemon was merged into lxsession
88
89* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.8-1
90- Update to 0.3.8
91- renamed lxsession (because upstream renamed)
92- Source0,1 and all Patches dropped
93- chaned Obsoletes: lxsession-lite < 0.3.8
94
95* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
96- initial build for VineSeed (import from Fedora)
97
98* Thu Oct 09 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-2
99- Preserve timestamps during install
100
101* Thu Jun 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-1
102- Update to 0.3.6
103- Remove docbook hack
104
105* Sun Apr 20 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-1
106- Switch to LXSession lite and drop xorg-x11-xsm requirement again.
107
108* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-2
109- Require xorg-x11-xsm
110
111* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
112- Update to 0.3.2
113
114* Mon Mar 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
115- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.