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