]> git.pld-linux.org Git - packages/entrance.git/blob - entrance.spec
- pl, mark pam file as config
[packages/entrance.git] / entrance.spec
1 Summary:        Enlightened display manager
2 Summary(pl):    O¶wiecony zarz±dca ekranu
3 Name:           entrance
4 Version:        0.9.0
5 %define _snap   20050106
6 Release:        0.%{_snap}.0.1
7 License:        BSD
8 Group:          X11/Applications
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
11 # Source0-md5:  22bd32b41c655089ae9a1591da462a01
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  libtool
17 BuildRequires:  pam-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Entrance is the Enlightenment Display Manager. And like Enlightenment,
22 it takes beauty and customization to levels that KDM and GDM can only
23 dream about... and without the bloat.
24
25 %description -l pl
26 Entrance to zarz±dca ekranu (Display Manager) dla Enlightenmenta.
27 Podobnie jak Enlightenment ma piêkno i mo¿liwo¶ci konfiguracji, o
28 jakich KDM czy GDM mog± tylko pomarzyæ... i to bez narzutu.
29
30 %prep
31 %setup -q -n %{name}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --with-xsession=/etc/X11/xdm/Xsession
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS COPYING* README
55 %{_sysconfdir}/entrance_config.db
56 #%attr(754,root,root) /etc/rc.d/init.d/entrance
57 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/entrance
58 %attr(755,root,root) %{_bindir}/entrance*
59 %attr(755,root,root) %{_sbindir}/entranced
60 %{_datadir}/%{name}
This page took 0.100096 seconds and 4 git commands to generate.