source: projects/specs/trunk/l/lxsession-edit/lxsession-edit-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name:           lxsession-edit
2Version:        0.1.1
3Release:        1%{?_dist_release}
4Summary:        Simple GUI to configure what’s automatically started in LXDE
5Summary(ja):        LXDEで自動的に開始されるセッションを設定するためのシンプルなGUI
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.org
10Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
11#Patch0:         %{name}-0.1-desktop-file.patch
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gtk2-devel >= 2.12.0, desktop-file-utils, gettext
15Requires:       lxsession
16
17%description
18LXSession-edit is a tool to manage freedesktop.org compliant desktop session
19autostarts. Currently adding and removing applications from the startup list
20is not yet available, but it will be support in the next release.
21
22%description -l ja
23LXSession-editはfreedesktop.org準拠の自動起動するデスクトップセッションを
24管理するためのツールです。
25現在はスタートアップリストからアプリケーションを追加したり削除することは
26できませんが、次のリリースでサポートされます。
27
28%prep
29%setup -q
30#%patch0 -p1 -b .fixes
31
32%build
33%configure
34make %{?_smp_mflags}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39desktop-file-install                                       \
40  --delete-original                                        \
41  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
42  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
43%find_lang %{name}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files -f %{name}.lang
51%defattr(-,root,root,-)
52%doc AUTHORS COPYING README
53%{_bindir}/%{name}
54%{_datadir}/applications/lxsession-edit.desktop
55%{_datadir}/lxsession-edit/
56
57
58%changelog
59* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
60- new upstream release
61- dropt Patch0
62
63* Sun Jun 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-5
64- deleted Obsoletes: lxsession-lite < 0.3.8
65
66* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-4
67- reverted Requires: lxsession
68- changed Obsoletes: lxsession-lite < 0.3.8
69
70* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-3
71- fixed changlog typo
72- spec in UTF-8
73
74* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-2
75- changed Requires: lxsession to lxsession-lite
76- added Obsoletes: lxsession <= 0.3.2
77- rebuilt with lxsession-lite
78
79* Fri Apr 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1
80- initial build for VineSeed
81
82* Sun Dec 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
83- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.