]> git.pld-linux.org Git - packages/entrance.git/blame - entrance.spec
- NEW (enlightenment apps)
[packages/entrance.git] / entrance.spec
CommitLineData
548fd3ff 1Summary: Enlightened display manager
2Name: entrance
3Version: 0.9.0
4%define _snap 20050106
5Release: 0.%{_snap}.0.1
6License: BSD
7Group: X11/Applications
8#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9Source0: ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
10# Source0-md5: 22bd32b41c655089ae9a1591da462a01
11URL: http://enlightenment.org/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: esmart-devel
15BuildRequires: libtool
16BuildRequires: pam-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Entrance is the Enlightenment Display Manager. And like Enlightenment,
21it takes beauty and customization to levels that KDM and GDM can only
22dream 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
38rm -rf $RPM_BUILD_ROOT
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -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.06488 seconds and 4 git commands to generate.