From 09c5b0b0922adeeba4ce9c19d04f5cfd7d02f0f1 Mon Sep 17 00:00:00 2001 From: undefine Date: Wed, 10 Jan 2001 09:09:52 +0000 Subject: [PATCH] - Initital PLD version based on built spec. Changed files: fancylogin.spec -> 1.1 --- fancylogin.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 fancylogin.spec diff --git a/fancylogin.spec b/fancylogin.spec new file mode 100644 index 0000000..011b4b4 --- /dev/null +++ b/fancylogin.spec @@ -0,0 +1,54 @@ +Summary: themeable login program for Linux +Summary(pl): Udziwniony program login dla linuxa +Name: fancylogin +Version: 0.99.7 +Release: 1 +License: GPL +Group: Applications/System +Group(de): Applikationen/System +Group(pl): Aplikacje/System +Source0: http://fancylogin.sourceforge.net/data/%{name}-%{version}.tar.gz +Patch0: %{name}-DESTDIR.patch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +URL: http://fancylogin.sourceforge.net/ + +%description +fancylogin is one of the most powerful login programs available for +Linux. fancylogin can do everything your old login program can do, +e.g. handling shadowed passwd files, user-time-terminal/ +network-verification as done with HP-UX login, etc. It adds a lot of +capabilities for logging logins and support for themes to control the +login's look. + +%description -l pl +fancylogin jest jednym z wielu potê¿nych programow typu login +dostepnych dla linuxa. Moze wszystko co twój stary program login to +znaczy obs³uguje pliki shadow, sprawdzanie u¿ytkownika, terminala i +czasu. Dodaje te¿ kilka innych mo¿liwo¶ci dla logowania logowañ oraz +udostêpnia tematy do kontrolowania wygl±du login-u. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/{etc,bin,sbin,usr/{bin,share/man/man1}} + +%{__make} install sampleconf DESTDIR=$RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%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 + +%attr(755,root,root) /bin/fancylogin +%attr(755,root,root) /sbin/mingetty.fancylogin +%{_sysconfdir}/default.flt +%{_mandir}/man1/fancylogin.1* + +%clean +rm -rf $RPM_BUILD_ROOT -- 2.43.0