source: projects/specs/branches/6/l/lxde-settings-daemon/lxde-settings-daemon-vl.spec @ 521

Revision 521, 1.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           lxde-settings-daemon
2Version:        0.4.1
3Release:        3%{?_dist_release}
4Summary:        Settings daemon for LXDE
5Summary(ja):    LXDE の設定デーモン
6
7Group:          User Interface/Desktops
8License:        GPLv3
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  glib2-devel libX11-devel
15BuildRequires:  pkgconfig
16
17%description
18This package is the settings-daemon for LXDE,
19the Lightweight X11 Desktop Environment.
20
21%description -l ja
22このパッケージは LXDE - the Lightweight X11 Desktop Environment - の
23設定デーモンです。
24
25%prep
26%setup -q
27
28%build
29%configure
30make %{?_smp_mflags}
31
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
36mkdir -m 775 $RPM_BUILD_ROOT%{_datadir}/lxde/
37cp -p $RPM_BUILD_ROOT/etc/lxde/config $RPM_BUILD_ROOT%{_datadir}/lxde/config
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root,-)
44#add ChangeLog and NEWS if there is content
45%doc AUTHORS COPYING README
46%{_bindir}/%{name}
47%{_sysconfdir}/lxde/*
48%{_mandir}/man1/*.1.gz
49%{_datadir}/lxde/config
50
51%changelog
52* Thu Aug 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-3
53- installed %{_datadir}/lxde/config for default setting
54  (read "README" in lxde-settings-daemon source)
55- changed %files
56- fixed summary(ja)
57
58* Sat Jul 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-2
59- didn't require lxde-common
60
61* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
62- initial release for VineSeed
Note: See TracBrowser for help on using the repository browser.