]> TLD Linux GIT Repositories - packages/lxde-common.git/blob - lxde-common.spec
- fix session handling
[packages/lxde-common.git] / lxde-common.spec
1 Summary:        Default configuration for LXDE
2 Name:           lxde-common
3 Version:        0.99.2
4 Release:        3
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
8 # Source0-md5:  14a9d19c4576dc15d985453ccb8ca9f6
9 Patch0:         session.patch
10 URL:            http://www.lxde.org/
11 Requires:       ConsoleKit
12 Requires:       fonts-TTF-DejaVu
13 Requires:       openbox
14 Requires:       xorg-app-xprop
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 lxde-common package provides a set of default configuration for LXDE.
20
21 %prep
22 %setup -q
23 %patch0 -p1
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS README
40 %dir /etc/xdg/lxpanel
41 %dir /etc/xdg/lxpanel/LXDE
42 %dir /etc/xdg/lxpanel/LXDE/panels
43 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/lxpanel/LXDE/config
44 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/lxpanel/LXDE/panels/panel
45 %dir /etc/xdg/openbox
46 %dir /etc/xdg/openbox/LXDE
47 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/openbox/LXDE/menu.xml
48 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/openbox/LXDE/rc.xml
49 %dir /etc/xdg/lxsession
50 %dir /etc/xdg/lxsession/LXDE
51 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/lxsession/LXDE/autostart
52 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/lxsession/LXDE/desktop.conf
53 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/pcmanfm/LXDE/pcmanfm.conf
54 %attr(755,root,root) %{_bindir}/lxde-logout
55 %attr(755,root,root) %{_bindir}/openbox-lxde
56 %attr(755,root,root) %{_bindir}/startlxde
57 %{_datadir}/lxde
58 %{_mandir}/man1/lxde-logout*
59 %{_mandir}/man1/openbox-lxde*
60 %{_mandir}/man1/startlxde*
61 %{_datadir}/applications/lxde-logout.desktop
62 %{_datadir}/applications/lxde-screenlock.desktop
63 %{_datadir}/xsessions/LXDE.desktop