]> git.pld-linux.org Git - packages/fancylogin.git/commitdiff
- Initital PLD version based on built spec.
authorundefine <undefine@pld-linux.org>
Wed, 10 Jan 2001 09:09:52 +0000 (09:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fancylogin.spec -> 1.1

fancylogin.spec [new file with mode: 0644]

diff --git a/fancylogin.spec b/fancylogin.spec
new file mode 100644 (file)
index 0000000..011b4b4
--- /dev/null
@@ -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
This page took 0.080735 seconds and 4 git commands to generate.