source: projects/specs/branches/6/l/lxsession-edit/lxsession-edit-vl.spec @ 4378

Revision 4378, 2.9 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxsession-edit
2Version:        0.2.0
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
15BuildRequires:  intltool, perl-XML-Parser
16Requires:       lxsession
17
18%description
19LXSession-edit is a tool to manage freedesktop.org compliant desktop session
20autostarts. Currently adding and removing applications from the startup list
21is not yet available, but it will be support in the next release.
22
23%description -l ja
24LXSession-edit は freedesktop.org 準拠の自動起動するデスクトップセッションを
25管理するためのツールです。
26現在はスタートアップリストからアプリケーションを追加したり削除することは
27できませんが、次のリリースでサポートされます。
28
29%prep
30%setup -q
31#%patch0 -p1 -b .fixes
32
33%build
34%configure
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40desktop-file-install                                       \
41  --delete-original                                        \
42  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
43  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
44
45%find_lang %{name}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51%files -f %{name}.lang
52%defattr(-,root,root,-)
53%doc AUTHORS COPYING README
54%{_bindir}/%{name}
55%{_datadir}/applications/lxsession-edit.desktop
56%{_datadir}/lxsession-edit/
57
58
59%changelog
60* Sat Jul 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
61- new upstream release
62- added BuildRequires: intltool, perl-XML-Parser
63
64* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-2
65- rebuilt with current environment
66
67* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
68- new upstream release
69- dropt Patch0
70
71* Sun Jun 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-5
72- deleted Obsoletes: lxsession-lite < 0.3.8
73
74* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-4
75- reverted Requires: lxsession
76- changed Obsoletes: lxsession-lite < 0.3.8
77
78* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-3
79- fixed changlog typo
80- spec in UTF-8
81
82* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-2
83- changed Requires: lxsession to lxsession-lite
84- added Obsoletes: lxsession <= 0.3.2
85- rebuilt with lxsession-lite
86
87* Fri Apr 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1
88- initial build for VineSeed
89
90* Sun Dec 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
91- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.