source: projects/specs/trunk/l/lxdm/lxdm-vl.spec @ 553

Revision 553, 3.2 KB checked in by kudoh, 14 years ago (diff)
Line 
1# Review at https://bugzilla.redhat.com/show_bug.cgi?id=540034
2
3#%global alphatag 20091231svn2262
4
5Name:           lxdm
6Version:        0.1.0
7Release:        3%{?_dist_release}
8Summary:        Lightweight X11 Display Manager
9Summary(ja):    軽量な X11 ディスプレイマネージャ
10
11Group:          User Interface/Desktops
12License:        GPLv2+ and LGPLv2+
13URL:            http://lxde.org
14Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
15## distro specific patches ##
16# we use tty1 by default
17#Patch10:        lxdm-svn2145-tty1-patch
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20
21BuildRequires:  gtk2-devel >= 2.12.0
22BuildRequires:  ConsoleKit-devel
23BuildRequires:  intltool >= 0.40.0
24BuildRequires:  libXmu-devel
25BuildRequires:  pam-devel
26Requires:       pam
27Requires:       /sbin/shutdown
28Requires:       desktop-backgrounds
29# needed for anaconda to boot into runlevel 5 after install
30Provides:       service(graphical-login)
31
32
33%description
34LXDM is the future display manager of LXDE, the Lightweight X11 Desktop
35environment. It is designed as a lightweight alternative to replace GDM or
36KDM in LXDE distros. It's still in very early stage of development.
37
38%description -l ja
39LXDM は LXDE - Lightweight X11 Desktop environment - の次世代型
40ディスプレイマネージャです。これは LXDE のディストリビューションで
41GDM あるいは KDM を置き換える軽量化の代替手段として設計されています。
42LXDM はまだ開発のごく初期の段階にあります。
43
44%prep
45%setup -q
46#%patch10 -p1 -b .tty7
47
48
49%build
50%configure
51make %{?_smp_mflags}
52
53
54%install
55rm -rf %{buildroot}
56make install DESTDIR=%{buildroot}
57
58%find_lang %{name}
59
60
61
62%clean
63rm -rf %{buildroot}
64
65
66%files -f %{name}.lang
67%defattr(-,root,root,-)
68%doc AUTHORS COPYING README TODO gpl-2.0.txt lgpl-2.1.txt
69%dir %{_sysconfdir}/lxdm
70%{_sysconfdir}/lxdm/Xsession
71%config(noreplace) %{_sysconfdir}/lxdm/lxdm.conf
72%{_sysconfdir}/pam.d/*
73%{_bindir}/*
74%{_datadir}/%{name}
75
76
77%changelog
78* Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-3
79- applied new naming policy to spec
80
81* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-2
82- dropt Patch10
83- added Japanese description
84- added %doc in %files section
85
86* Tue Feb 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1
87- initial build for VineSeed
88
89* Fri Jan 08 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-1
90- Update to 0.1.0
91- Change license to GPLv2+ and LGPLv2+
92- Use tty1 by default
93- PAM fixes for SELinux (#552885)
94
95* Mon Nov 16 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-0.2.20091116svn2145
96- Review fixes
97
98* Mon Nov 16 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-0.1.20091116svn2145
99- Update to SVN release 2145
100
101* Thu Nov 05 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-0.1.20091105svn2132
102- Update to SVN release 2132
103
104* Sat Oct 31 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-0.1.20091031svn2100
105- Update to SVN release 2100
106
107* Tue Oct 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-0.1.20091020svn2082
108- Update to SVN release 2082
109
110* Fri Sep 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.2-1
111- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.