forked from pool/lxsession
37bba05ebb
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxsession?expand=0&rev=19
76 lines
2.4 KiB
RPMSpec
76 lines
2.4 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.5
|
|
Release: 14
|
|
Summary: LXDE Session Manager, required for running the desktop environment
|
|
Group: System/GUI/LXDE
|
|
License: GPL
|
|
Url: http://www.lxde.org/
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
# PATCH-FIX-UPSTREAM lxsession-0.4.5-lock-screen-bnc622083.patch bnc#622083 guido+opensuse.org@berhoerster.name
|
|
# lxsession-logout should lock the screen before suspending/hibernating/switching users
|
|
Patch0: %name-0.4.5-lock-screen-bnc622083.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
|
|
|
|
%build
|
|
autoreconf -fi
|
|
%configure --enable-man
|
|
%__make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
%makeinstall
|
|
%__rm -rf %buildroot/%_datadir/locale/{frp,es_VE,ur_PK}
|
|
%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
|