]> git.pld-linux.org Git - packages/fancylogin.git/blob - fancylogin.spec
6dada4cb38d7842be9594d98843f50def021f647
[packages/fancylogin.git] / fancylogin.spec
1 Summary:        Themeable login program for Linux
2 Summary(pl):    Udziwniony program login dla Linuksa
3 Name:           fancylogin
4 Version:        0.99.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://fancylogin.sourceforge.net/data/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-DESTDIR.patch
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 URL:            http://fancylogin.sourceforge.net/
12
13 %description
14 fancylogin is one of the most powerful login programs available for
15 Linux. fancylogin can do everything your old login program can do,
16 e.g. handling shadowed passwd files, user-time-terminal/
17 network-verification as done with HP-UX login, etc. It adds a lot of
18 capabilities for logging logins and support for themes to control the
19 login's look.
20
21 %description -l pl
22 fancylogin jest jednym z wielu potê¿nych programow typu login
23 dostepnych dla Linuksa. Moze wszystko co twój stary program login to
24 znaczy obs³uguje pliki shadow, sprawdzanie u¿ytkownika, terminala i
25 czasu. Dodaje te¿ kilka innych mo¿liwo¶ci dla logowania logowañ oraz
26 udostêpnia motywy do kontrolowania wygl±du loginu.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__make} CFLAGS="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT/{etc,bin,sbin,usr/{bin,share/man/man1}}
38
39 %{__make} install sampleconf DESTDIR=$RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43
44 %doc doc/compiling.html doc/configuration.html doc/credits.html doc/docbook.css doc/faq.html doc/index.html doc/license.html doc/obtaining.html doc/stylesheet-images/caution.gif doc/stylesheet-images/home.gif doc/stylesheet-images/important.gif doc/stylesheet-images/next.gif doc/stylesheet-images/note.gif doc/stylesheet-images/prev.gif doc/stylesheet-images/tip.gif doc/stylesheet-images/toc-blank.gif doc/stylesheet-images/toc-minus.gif doc/stylesheet-images/toc-plus.gif doc/stylesheet-images/up.gif doc/stylesheet-images/warning.gif
45
46 %attr(755,root,root) /bin/fancylogin
47 %attr(755,root,root) /sbin/mingetty.fancylogin
48 %{_sysconfdir}/default.flt
49 %{_mandir}/man1/fancylogin.1*
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
This page took 0.042545 seconds and 2 git commands to generate.