2009-12-26 13:39:53 +01:00
|
|
|
#
|
2011-05-31 17:19:20 +02:00
|
|
|
# spec file for package lxsession
|
2009-12-26 13:39:53 +01:00
|
|
|
#
|
2011-05-31 17:19:20 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-12-26 13:39:53 +01:00
|
|
|
#
|
|
|
|
# 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
|
2011-07-29 11:09:14 +02:00
|
|
|
Version: 0.4.6.1
|
2011-05-31 17:19:20 +02:00
|
|
|
Release: 14
|
2009-12-26 13:39:53 +01:00
|
|
|
Summary: LXDE Session Manager, required for running the desktop environment
|
2010-07-14 00:31:45 +02:00
|
|
|
Group: System/GUI/LXDE
|
2011-07-24 14:10:02 +02:00
|
|
|
License: GPLv2
|
2009-12-26 13:39:53 +01:00
|
|
|
Url: http://www.lxde.org/
|
2010-03-11 01:46:51 +01:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2009-12-26 13:39:53 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: dbus-1-glib-devel fdupes gtk2-devel intltool pkg-config
|
2011-05-30 19:32:05 +02:00
|
|
|
BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt
|
2009-12-26 13:39:53 +01:00
|
|
|
|
|
|
|
%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:
|
|
|
|
--------
|
2010-11-16 19:36:11 +01:00
|
|
|
Hong Jen Yee (aka PCMan) <pcman.tw@gmail.com>
|
2009-12-26 13:39:53 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %name-%version
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-man
|
2011-07-24 14:10:02 +02:00
|
|
|
%__make %{?jobs:-j%jobs} V=1
|
2009-12-26 13:39:53 +01:00
|
|
|
|
|
|
|
%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
|
2010-12-04 20:07:37 +01:00
|
|
|
%{_bindir}/lxlock
|
2009-12-26 13:39:53 +01:00
|
|
|
%{_bindir}/lxsession
|
|
|
|
%{_bindir}/lxsession-logout
|
|
|
|
%dir %{_datadir}/lxsession
|
|
|
|
%dir %{_datadir}/lxsession/images
|
|
|
|
%{_datadir}/lxsession/images/*.png
|
|
|
|
%_mandir/man1/*.1.gz
|
|
|
|
|
|
|
|
%changelog
|