Author: wolvverine Date: Mon Sep 25 12:09:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.9.1
---- Files affected: SPECS: qingy.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/qingy.spec diff -u SPECS/qingy.spec:1.19 SPECS/qingy.spec:1.20 --- SPECS/qingy.spec:1.19 Thu Nov 24 10:37:34 2005 +++ SPECS/qingy.spec Mon Sep 25 14:09:41 2006 @@ -5,22 +5,26 @@ # needs access to /dev/fb0 - eliminate this. # - console locking mechanism is broken (as of 0.6.0) # - have some bugs - pretty, but not 'rock solid stable' :-( -# +# - bcond for screensavers, x, ... Summary: Qingy - a replacement for getty Summary(pl): Qingy - zastępca getty Name: qingy -Version: 0.6.0 -Release: 0.3 +Version: 0.9.1 +Release: 0.1 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/qingy/%{name}-%{version}.tar.bz2 -# Source0-md5: 4815233c4258f54ffbfe822e4ab45152 +# Source0-md5: 87e7d3a7b06365b193d3486d3b14ab06 +Patch0: %{name}-ncurses.patch URL: http://qingy.sourceforge.net/ BuildRequires: DirectFB-devel BuildRequires: autoconf BuildRequires: fbset +BuildRequires: ncurses-devel BuildRequires: pam-devel BuildRequires: pkgconfig +BuildRequires: xorg-lib-libXScrnSaver-devel +BuildRequires: xorg-proto-scrnsaverproto-devel Requires: DirectFB-font-ft2 Requires: DirectFB-image-png BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,13 +46,24 @@ %prep %setup -q +%patch0 -p1 %build %{__autoconf} %configure \ --enable-gpm-lock \ --enable-optimizations \ - --enable-pam + --enable-pam \ + --enable-x-support \ + --enable-DirectFB-support \ + --enable-screen-savers \ + +#--disable-shadow don't use shadow for authentication +#--enable-static-build compile qingy statically (default is no) +#--enable-crypto=<arg> make qingy encrypt communications with its user interface. Supported crypto libraries are: none (no +# encryption), openssl (openssl RSA encryption), libgcrypt (GNU libgcrypt RSA encryption) +#--with-screen-savers-dir specify screen savers directory +#--with-themes-dir specify themes directory %{__make} @@ -82,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2006/09/25 12:09:41 wolvverine +- up to 0.9.1 + Revision 1.19 2005/11/24 09:37:34 qboosh - pl fix, cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qingy.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
