|
@@ -1,5 +1,5 @@
|
|
|
Name: lxsession
|
|
|
-Version: 0.4.4
|
|
|
+Version: 0.4.5
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Lightweight X11 session manager
|
|
|
Summary(ja): 軽量な X11 セッションマネージャ
|
|
@@ -13,27 +13,27 @@ Patch0: lxsession-0.4.1-dsofix.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: gtk2-devel >= 2.6 glib2-devel >= 2.6 libICE-devel libSM-devel dbus-glib-devel hal-devel
|
|
|
-BuildRequires: docbook-utils intltool gettext docbook2X
|
|
|
+BuildRequires: docbook-utils intltool gettext
|
|
|
Requires: dbus hal
|
|
|
Obsoletes: lxsession-lite < 0.3.8
|
|
|
Provides: lxsession = %{version}-%{release}
|
|
|
|
|
|
# lxde-settings-daemon was merged into lxsession
|
|
|
Obsoletes: lxde-settings-daemon <= 0.4.1
|
|
|
-Provides: lxde-settings-daemon = 0.4.3
|
|
|
+Provides: lxde-settings-daemon = %{version}
|
|
|
|
|
|
%description
|
|
|
-LXSession Lite is a standard-compliant X11 session manager with shutdown/
|
|
|
-reboot/suspend support via HAL and gdm. It is a stripped down version of
|
|
|
-LXSession removing X11 session management.
|
|
|
+LXSession is a standard-compliant X11 session manager with shutdown/
|
|
|
+reboot/suspend support via HAL. In connection with gdm it also supports user
|
|
|
+switching.
|
|
|
|
|
|
LXSession is derived from XSM and is developed as default X11 session manager
|
|
|
of LXDE, the Lightweight X11 Desktop Environment. Though being part of LXDE,
|
|
|
it's totally desktop-independent and only has few dependencies.
|
|
|
|
|
|
%description -l ja
|
|
|
-LXSession LiteはHALとgdmを介してシャットダウン/再起動/サスペンドをサポートする
|
|
|
-標準準拠のX11セッションマネージャです。
|
|
|
+LXSession は HAL を介してシャットダウン/再起動/サスペンドをサポートする
|
|
|
+標準準拠の X11 セッションマネージャです。
|
|
|
|
|
|
|
|
|
%prep
|
|
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files -f lxsession.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
-%doc AUTHORS ChangeLog COPYING README
|
|
|
+%doc AUTHORS ChangeLog COPYING README desktop.conf.example
|
|
|
%{_bindir}/lxsession
|
|
|
%{_bindir}/lxsession-logout
|
|
|
%{_datadir}/lxsession/
|
|
@@ -66,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%dir %{_sysconfdir}/xdg/lxsession
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Nov 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.5-1
|
|
|
+- Update to 0.4.5
|
|
|
+- fixed and changed description
|
|
|
+- dropt BuildRequires: docbook2X
|
|
|
+- changed Provides: lxde-settings-daemon = %%{version}
|
|
|
+- included desktop.conf.example in %%files
|
|
|
+
|
|
|
* Thu May 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
|
|
|
- Update to 0.4.4
|
|
|
|