SPECS: qingy.spec - upgrade to 0.6.0 - fixed plenty of security is...
mguevara
mguevara at pld-linux.org
Tue Nov 8 16:16:33 CET 2005
Author: mguevara Date: Tue Nov 8 15:16:33 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- upgrade to 0.6.0 - fixed plenty of security issues (BTW)
- rel 0.1 - workable but needs polishing
- removed obsolete (I hope) patches
---- Files affected:
SPECS:
qingy.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/qingy.spec
diff -u SPECS/qingy.spec:1.15 SPECS/qingy.spec:1.16
--- SPECS/qingy.spec:1.15 Tue Nov 8 15:18:09 2005
+++ SPECS/qingy.spec Tue Nov 8 16:16:28 2005
@@ -7,16 +7,13 @@
Summary: Qingy - a replacement for getty
Summary(pl): Qingy - zastępca getty
Name: qingy
-Version: 0.2.3
-Release: 1.1
+Version: 0.6.0
+Release: 0.1
License: GPL
Group: Applications/System
Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: aff76c982645ea7afc948fedb475fc00
+# Source0-md5: 4815233c4258f54ffbfe822e4ab45152
URL: http://qingy.sourceforge.net/
-Patch0: %{name}-prefix.patch
-Patch1: %{name}-datadir.patch
-Patch2: %{name}-pam.patch
BuildRequires: DirectFB-devel
BuildRequires: autoconf
BuildRequires: fbset
@@ -39,13 +36,10 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
%{__autoconf}
-%configure
+%configure --enable-pam --disable-gpm-lock --disable-optimizations
%{__make}
@@ -60,14 +54,16 @@
%files
%defattr(644,root,root,755)
-%doc ChangeLog README HOWTO_THEMES NEWS TODO AUTHORS COPYING INSTALL
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/settings
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/welcomes
%{_sysconfdir}/%{name}/sessions
-%{_sysconfdir}/directfbrc.qingy
-/etc/pam.d/%{name}
+%{_datadir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pam.d/%{name}
+%{_libdir}/%{name}
%attr(755,root,root) %{_sbindir}/*
-%{_datadir}/*
+%{_infodir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -75,6 +71,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2005/11/08 15:16:28 mguevara
+- upgrade to 0.6.0 - fixed plenty of security issues (BTW)
+- rel 0.1 - workable but needs polishing
+- removed obsolete (I hope) patches
+
Revision 1.15 2005/11/08 14:18:09 mguevara
- rel 1.1 - added pam config and some more docs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qingy.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list