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

Revision 2216, 3.8 KB checked in by kudoh, 14 years ago (diff)
RevLine 
[521]1Name:           lxsession
[2216]2Version:        0.4.5
[618]3Release:        1%{?_dist_release}
[521]4Summary:        Lightweight X11 session manager
[552]5Summary(ja):    軽量な X11 セッションマネージャ
[521]6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
[552]11Patch0:         lxsession-0.4.1-dsofix.patch
[521]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
[2216]16BuildRequires:  docbook-utils intltool gettext
[521]17Requires:       dbus hal
18Obsoletes:      lxsession-lite < 0.3.8
19Provides:       lxsession = %{version}-%{release}
20
[552]21# lxde-settings-daemon was merged into lxsession
22Obsoletes:      lxde-settings-daemon <= 0.4.1
[2216]23Provides:       lxde-settings-daemon = %{version}
[552]24
[521]25%description
[2216]26LXSession is a standard-compliant X11 session manager with shutdown/
27reboot/suspend support via HAL. In connection with gdm it also supports user
28switching.
[521]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
[2216]35LXSession は HAL を介してシャットダウン/再起動/サスペンドをサポートする
36標準準拠の X11 セッションマネージャです。
[521]37
38
39%prep
40%setup -q
[552]41%patch0 -p1 -b .dsofix
[521]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,-)
[2216]60%doc AUTHORS ChangeLog COPYING README desktop.conf.example
[521]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
[2216]69* Sat Nov 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.5-1
70- Update to 0.4.5
71- fixed and changed description
72- dropt BuildRequires: docbook2X
73- changed Provides: lxde-settings-daemon = %%{version}
74- included desktop.conf.example in %%files
75
[957]76* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
77- Update to 0.4.4
78
[618]79* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
80- Update to 0.4.3
81
[552]82* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-2
83- applied new naming policy to spec
84
85* Wed Mar 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
86- Update to 0.4.2
87
88* Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
89- Update to 0.4.1
90- clean up spec
91- added Patch0 from Fedora
92- added Obsoletes: lxde-settings-daemon <= 0.4.1
93- added Provides:  lxde-settings-daemon = 0.4.1
94  - Because lxde-settings-daemon was merged into lxsession
95
[521]96* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.8-1
97- Update to 0.3.8
98- renamed lxsession (because upstream renamed)
99- Source0,1 and all Patches dropped
100- chaned Obsoletes: lxsession-lite < 0.3.8
101
102* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
103- initial build for VineSeed (import from Fedora)
104
105* Thu Oct 09 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-2
106- Preserve timestamps during install
107
108* Thu Jun 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-1
109- Update to 0.3.6
110- Remove docbook hack
111
112* Sun Apr 20 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-1
113- Switch to LXSession lite and drop xorg-x11-xsm requirement again.
114
115* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-2
116- Require xorg-x11-xsm
117
118* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
119- Update to 0.3.2
120
121* Mon Mar 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
122- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.