|
@@ -1,5 +1,5 @@
|
|
|
Name: lxsession
|
|
|
-Version: 0.4.5
|
|
|
+Version: 0.4.6
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Lightweight X11 session manager
|
|
|
Summary(ja): 軽量な X11 セッションマネージャ
|
|
@@ -8,13 +8,15 @@ Group: User Interface/Desktops
|
|
|
License: GPLv2+
|
|
|
URL: http://lxde.sourceforge.net/
|
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
|
-Patch0: lxsession-0.4.1-dsofix.patch
|
|
|
+Patch0: lxsession-0.4.6-dsofix.patch
|
|
|
+Patch1: 01_fix_free_name.patch
|
|
|
+Patch2: 04_fix-ltsp-shutdown-reboot.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: gtk2-devel >= 2.6 glib2-devel >= 2.6 libICE-devel libSM-devel dbus-glib-devel
|
|
|
BuildRequires: docbook-utils intltool gettext
|
|
|
-Requires: dbus hal
|
|
|
+Requires: dbus
|
|
|
Obsoletes: lxsession-lite < 0.3.8
|
|
|
Provides: lxsession = %{version}-%{release}
|
|
|
|
|
@@ -39,6 +41,8 @@ LXSession は HAL を介してシャットダウン/再起動/サスペンドを
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch0 -p1 -b .dsofix
|
|
|
+%patch1 -p1
|
|
|
+%patch2 -p1
|
|
|
|
|
|
%build
|
|
|
%configure
|
|
@@ -58,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files -f lxsession.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc AUTHORS ChangeLog COPYING README desktop.conf.example
|
|
|
+%{_bindir}/lxlock
|
|
|
%{_bindir}/lxsession
|
|
|
%{_bindir}/lxsession-logout
|
|
|
%{_datadir}/lxsession/
|
|
@@ -66,6 +71,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%dir %{_sysconfdir}/xdg/lxsession
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
|
|
|
+- Update to 0.4.6
|
|
|
+- recreated Patch0
|
|
|
+- added Patch1,2 from Ubuntu Oneiric
|
|
|
+- dropt BuildRequires: hal-devel
|
|
|
+- dropt Requires: hal
|
|
|
+
|
|
|
* Sat Nov 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.5-1
|
|
|
- Update to 0.4.5
|
|
|
- fixed and changed description
|