SHA256
1
0
forked from pool/lxsession
lxsession/lxsession.spec

74 lines
2.2 KiB
RPMSpec

#
# spec file for package lxsession
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: lxsession
Version: 0.4.6.1
Release: 16
Summary: LXDE Session Manager, required for running the desktop environment
Group: System/GUI/LXDE
License: GPLv2
Url: http://www.lxde.org/
Source0: %{name}-%{version}.tar.bz2
Patch0: %name-0.4.6.1-support-user-switch-gdm3.patch
Patch1: %name-0.4.6.1-support-reboot-shutdown-ltst.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-glib-devel fdupes gtk2-devel intltool pkg-config
BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt
%description
LXSession is the standard session manager used by LXDE. The LXSession manager
is used to automatically start a set of applications and set up a working desktop
environment. Moreover, the session manager is able to remember the applications in
use when a user logs out and to restart them the next time the user logs in.
Authors:
--------
Hong Jen Yee (aka PCMan) <pcman.tw@gmail.com>
%prep
%setup -q -n %name-%version
%patch0 -p1
%patch1 -p1
%build
%configure --enable-man
%__make %{?jobs:-j%jobs} V=1
%install
%makeinstall
%find_lang %{name}
%fdupes -s %buildroot
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc ChangeLog README COPYING
%{_bindir}/lxlock
%{_bindir}/lxsession
%{_bindir}/lxsession-logout
%dir %{_datadir}/lxsession
%dir %{_datadir}/lxsession/images
%{_datadir}/lxsession/images/*.png
%_mandir/man1/*.1.gz
%changelog