]> git.pld-linux.org Git - packages/entrance.git/blob - entrance.spec
- NEW (enlightenment apps)
[packages/entrance.git] / entrance.spec
1 Summary:        Enlightened display manager
2 Name:           entrance
3 Version:        0.9.0
4 %define _snap   20050106
5 Release:        0.%{_snap}.0.1
6 License:        BSD
7 Group:          X11/Applications
8 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
10 # Source0-md5:  22bd32b41c655089ae9a1591da462a01
11 URL:            http://enlightenment.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  esmart-devel
15 BuildRequires:  libtool
16 BuildRequires:  pam-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Entrance is the Enlightenment Display Manager. And like Enlightenment,
21 it takes beauty and customization to levels that KDM and GDM can only
22 dream about...and without the bloat.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 %{__libtoolize}
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure \
34         --with-xsession=/etc/X11/xdm/Xsession
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS COPYING* README
48 %{_sysconfdir}/entrance_config.db
49 #/etc/rc.d/init.d/entrance
50 %{_sysconfdir}/pam.d/entrance
51 %attr(755,root,root) %{_bindir}/entrance*
52 %attr(755,root,root) %{_sbindir}/entranced
53 %{_datadir}/%{name}
This page took 0.102836 seconds and 3 git commands to generate.