SPECS: labe.spec, lbreakout.spec, lbreakout2.spec, lcdproc.spec, l...

glen glen at pld-linux.org
Tue Dec 13 12:54:24 CET 2005


Author: glen                         Date: Tue Dec 13 11:54:24 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adalterized (sorted %verify flags)

---- Files affected:
SPECS:
   labe.spec (1.10 -> 1.11) , lbreakout.spec (1.16 -> 1.17) , lbreakout2.spec (1.24 -> 1.25) , lcdproc.spec (1.7 -> 1.8) , lefthand-platform.spec (1.18 -> 1.19) , libXvMCW.spec (1.2 -> 1.3) , libchipcard.spec (1.6 -> 1.7) , libgda.spec (1.97 -> 1.98) , libgii.spec (1.44 -> 1.45) , libhome.spec (1.4 -> 1.5) , libxml2.spec (1.134 -> 1.135) , lidstools.spec (1.5 -> 1.6) , lilo.spec (1.138 -> 1.139) , lineakd.spec (1.14 -> 1.15) , linup.spec (1.13 -> 1.14) , linux-atm.spec (1.32 -> 1.33) , linux-ftpd.spec (1.20 -> 1.21) , linux-identd.spec (1.7 -> 1.8) , linux-iscsi.spec (1.32 -> 1.33) , linux-skey.spec (1.23 -> 1.24) , linux-wlan.spec (1.14 -> 1.15) , lirc.spec (1.112 -> 1.113) , lisa.spec (1.15 -> 1.16) , liveice.spec (1.11 -> 1.12) , lmarbles.spec (1.6 -> 1.7) , lms.spec (1.68 -> 1.69) , logcheck.spec (1.26 -> 1.27) , logfmon.spec (1.6 -> 1.7) , logwatch.spec (1.163 -> 1.164) , lpr.spec (1.36 -> 1.37) , lsh.spec (1.40 -> 1.41) , lstat.spec (1.57 -> 1.58) , ltrace.spec (1.53 -> 1.54) , lufs.spec (1.25 -> 1.26) , lwatch.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/labe.spec
diff -u SPECS/labe.spec:1.10 SPECS/labe.spec:1.11
--- SPECS/labe.spec:1.10	Wed Feb 23 22:34:42 2005
+++ SPECS/labe.spec	Tue Dec 13 12:54:17 2005
@@ -89,8 +89,8 @@
 %defattr(644,root,root,755)
 %doc doc/CHANGELOG doc/README doc/TODO
 %dir %{_sysconfdir}/%{name}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/connect.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd/%{name}.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/connect.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/%{name}.conf
 %{_datadir}/openldap/schema/extension.schema
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/class
@@ -108,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.10  2005/02/23 21:34:42  qboosh
 - unified
 

================================================================
Index: SPECS/lbreakout.spec
diff -u SPECS/lbreakout.spec:1.16 SPECS/lbreakout.spec:1.17
--- SPECS/lbreakout.spec:1.16	Tue Feb  3 01:20:00 2004
+++ SPECS/lbreakout.spec	Tue Dec 13 12:54:17 2005
@@ -61,7 +61,7 @@
 %doc AUTHORS ChangeLog README lbreakout/manual
 %attr(2755,root,games) %{_bindir}/lbreakout
 %{_datadir}/games/lbreakout
-%attr(664,root,games) %config(noreplace) %verify(not mtime md5 size) %{_localstatedir}/games/lbreakout*
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/games/lbreakout*
 %{_desktopdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -70,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.16  2004/02/03 00:20:00  qboosh
 - added segv,security patches (kill SEGV and buffer overflow through $HOME)
 - switched to desktopdir, release 3

================================================================
Index: SPECS/lbreakout2.spec
diff -u SPECS/lbreakout2.spec:1.24 SPECS/lbreakout2.spec:1.25
--- SPECS/lbreakout2.spec:1.24	Fri Jan 14 13:50:26 2005
+++ SPECS/lbreakout2.spec	Tue Dec 13 12:54:17 2005
@@ -61,7 +61,7 @@
 %doc docs/*{html,jpg}
 %attr(2755,root,games) %{_bindir}/*
 %{_datadir}/lbreakout2
-%attr(664,root,games) %config(noreplace) %verify(not mtime md5 size) /var/games/lbreakout*
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/lbreakout*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
 
@@ -71,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.24  2005/01/14 12:50:26  wolf
 - 2.5.2
 

================================================================
Index: SPECS/lcdproc.spec
diff -u SPECS/lcdproc.spec:1.7 SPECS/lcdproc.spec:1.8
--- SPECS/lcdproc.spec:1.7	Wed Apr 14 16:34:23 2004
+++ SPECS/lcdproc.spec	Tue Dec 13 12:54:17 2005
@@ -6,7 +6,7 @@
 Release:	2
 License:	GPL
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/lcdproc/%{name}-%{version}.tar.bz2	
+Source0:	http://dl.sourceforge.net/lcdproc/%{name}-%{version}.tar.bz2
 # Source0-md5:	2d342eb87c550a46629ec3efb1d70f49
 Source1:	LCDd.init
 URL:		http://lcdproc.omnipotent.net/
@@ -56,7 +56,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/lcdproc}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1}	$RPM_BUILD_ROOT/etc/rc.d/init.d/LCDd
 
@@ -73,7 +74,7 @@
 %defattr(644,root,root,755)
 %doc README* INSTALL TODO ChangeLog
 %dir %{_sysconfdir}/lcdproc
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lcdproc/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lcdproc/*
 %attr(754,root,root) /etc/rc.d/init.d/LCDd
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
@@ -85,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.7  2004/04/14 14:34:23  blues
 - release 2 (release 1 for RA)
 

================================================================
Index: SPECS/lefthand-platform.spec
diff -u SPECS/lefthand-platform.spec:1.18 SPECS/lefthand-platform.spec:1.19
--- SPECS/lefthand-platform.spec:1.18	Fri Aug 22 17:44:04 2003
+++ SPECS/lefthand-platform.spec	Tue Dec 13 12:54:17 2005
@@ -16,7 +16,7 @@
 Version:	1.1
 Release:	0.3
 License:	GPL
-Group:		niewiem
+Group:		Applications/WWW
 # extracted from
 # http://www.lefthand.com.pl/download/firma/lefthand-1.1-all.tar.gz
 Source0:	lefthand-%{version}.tar.gz
@@ -33,13 +33,13 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	js-devel
-BuildRequires:	postgresql-devel
 BuildRequires:	postgresql-backend-devel
+BuildRequires:	postgresql-devel
 BuildRequires:	texinfo
-PreReq:		apache(EAPI) >= 1.3.12
 Requires(post,preun):	%{apxs}
 Requires(post,preun):	grep
 Requires(preun):	fileutils
+Requires:	apache(EAPI) >= 1.3.12
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -93,7 +93,7 @@
 install config/co.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{arname}.conf
 install include/*.h $RPM_BUILD_ROOT%{_includedir}/co
 cp -a http_root/* $RPM_BUILD_ROOT/opt/co/html
-cd $RPM_BUILD_ROOT/etc/httpd
+cd $RPM_BUILD_ROOT%{_sysconfdir}
 ln -sf ../../opt/co/html co_root
 ln -sf ../../opt/co/datafiles co_data
 
@@ -134,7 +134,7 @@
 %{_sysconfdir}/co_root
 %{_sysconfdir}/co_data
 %{_pkglibdir}/*.so
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{arname}.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{arname}.conf
 # FIXME: FHS
 #/sql
 %{_includedir}/co
@@ -149,7 +149,11 @@
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
+
 $Log$
+Revision 1.19  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.18  2003/08/22 15:44:04  ankry
 - cosmetics: spaces -> tabs
 

================================================================
Index: SPECS/libXvMCW.spec
diff -u SPECS/libXvMCW.spec:1.2 SPECS/libXvMCW.spec:1.3
--- SPECS/libXvMCW.spec:1.2	Sun Dec  5 19:07:02 2004
+++ SPECS/libXvMCW.spec	Tue Dec 13 12:54:17 2005
@@ -79,7 +79,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libXvMCW.so.*.*.*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/XvMCConfig
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/XvMCConfig
 
 %files devel
 %defattr(644,root,root,755)
@@ -97,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.2  2004/12/05 18:07:02  qboosh
 - BR: sed 4.0
 

================================================================
Index: SPECS/libchipcard.spec
diff -u SPECS/libchipcard.spec:1.6 SPECS/libchipcard.spec:1.7
--- SPECS/libchipcard.spec:1.6	Wed Jun 15 23:14:59 2005
+++ SPECS/libchipcard.spec	Tue Dec 13 12:54:17 2005
@@ -146,7 +146,7 @@
 %{_datadir}/libchipcard/drivers/kobil.dsc
 %{_datadir}/libchipcard/drivers/towitoko.dsc
 %{_datadir}/libchipcard/drivers/orga.dsc
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/chipcardc.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chipcardc.conf
 %{_mandir}/man5/libchipcard.conf.5*
 %{_mandir}/man5/chipcardc.conf.5*
 
@@ -180,7 +180,7 @@
 %attr(755,root,root) %{_sbindir}/chipcardd
 %attr(755,root,root) %{_sbindir}/kvkd
 %attr(754,root,root) /etc/rc.d/init.d/chipcardd
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/chipcardd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chipcardd.conf
 %{_mandir}/man1/ctfstool.1*
 %{_mandir}/man1/geldkarte.1*
 %{_mandir}/man1/hbcicard.1*
@@ -196,6 +196,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.6  2005/06/15 21:14:59  witekfl
 - added header "Conditional build:"
 

================================================================
Index: SPECS/libgda.spec
diff -u SPECS/libgda.spec:1.97 SPECS/libgda.spec:1.98
--- SPECS/libgda.spec:1.97	Tue Oct 25 14:44:37 2005
+++ SPECS/libgda.spec	Tue Dec 13 12:54:17 2005
@@ -274,7 +274,7 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
-	HTML_DIR=%{_gtkdocdir} 
+	HTML_DIR=%{_gtkdocdir}
 
 # modules dlopened by *.so through libgmodule
 rm -f $RPM_BUILD_ROOT%{_providersdir}/*.{a,la}
@@ -300,7 +300,7 @@
 %dir %{_providersdir}
 %{_datadir}/libgda
 %dir %{_sysconfdir}/libgda
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/libgda/config
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libgda/config
 %{_mandir}/man1/gda-config-tool.1*
 %{_mandir}/man5/*
 
@@ -389,6 +389,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.97  2005/10/25 12:44:37  freetz
 - rename patch added:
 	libgda/gda-threader.h: Rename GDA_THREADER_TYPE to

================================================================
Index: SPECS/libgii.spec
diff -u SPECS/libgii.spec:1.44 SPECS/libgii.spec:1.45
--- SPECS/libgii.spec:1.44	Thu Oct  6 23:47:16 2005
+++ SPECS/libgii.spec	Tue Dec 13 12:54:17 2005
@@ -98,8 +98,8 @@
 %doc FAQ NEWS README doc/README.directx
 %dir %{_sysconfdir}/ggi
 %dir %{_sysconfdir}/ggi/filter
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ggi/libgii.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ggi/filter/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ggi/libgii.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ggi/filter/*
 %attr(755,root,root) %{_bindir}/mhub
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_libdir}/ggi
@@ -139,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.44  2005/10/06 21:47:16  qboosh
 - updated to 0.9.2
 

================================================================
Index: SPECS/libhome.spec
diff -u SPECS/libhome.spec:1.4 SPECS/libhome.spec:1.5
--- SPECS/libhome.spec:1.4	Sun Dec  5 19:46:28 2004
+++ SPECS/libhome.spec	Tue Dec 13 12:54:17 2005
@@ -88,7 +88,7 @@
 %attr(755,root,root) %{_bindir}/home_finger
 %attr(755,root,root) %{_bindir}/libhome.sh
 %attr(755,root,root) %{_libdir}/libhome.so.*.*.*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/home.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/home.conf
 %{_mandir}/man5/home.conf.5*
 
 %files devel
@@ -107,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.4  2004/12/05 18:46:28  qboosh
 - added DESTDIR patch, fixed install, package devel resources
 - removed COPYING.LIB (just LGPL) and VERSION from doc

================================================================
Index: SPECS/libxml2.spec
diff -u SPECS/libxml2.spec:1.134 SPECS/libxml2.spec:1.135
--- SPECS/libxml2.spec:1.134	Tue Sep 13 23:25:49 2005
+++ SPECS/libxml2.spec	Tue Dec 13 12:54:17 2005
@@ -132,7 +132,7 @@
 %{__automake}
 %configure \
 	%{!?with_static_libs:--enable-static=no}
-	
+
 %{__make}
 
 %install
@@ -188,7 +188,7 @@
 %{_mandir}/man3/*
 
 %dir %{_sysconfdir}/xml
-%config(noreplace) %verify(not mtime md5) %{_sysconfdir}/xml/catalog
+%config(noreplace) %verify(not md5 mtime) %{_sysconfdir}/xml/catalog
 
 %files devel
 %defattr(644,root,root,755)
@@ -230,6 +230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.135  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.134  2005/09/13 21:25:49  twittner
 - up to 2.6.22
 

================================================================
Index: SPECS/lidstools.spec
diff -u SPECS/lidstools.spec:1.5 SPECS/lidstools.spec:1.6
--- SPECS/lidstools.spec:1.5	Wed Oct 15 16:46:47 2003
+++ SPECS/lidstools.spec	Tue Dec 13 12:54:17 2005
@@ -54,7 +54,7 @@
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man8/*
 %attr(700,root,root) %dir %{_sysconfdir}/lids
-%attr(600,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lids/*
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lids/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -62,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.5  2003/10/15 14:46:47  qboosh
 - removed COPYING (just GPL) and INSTALL (generic)
 

================================================================
Index: SPECS/lilo.spec
diff -u SPECS/lilo.spec:1.138 SPECS/lilo.spec:1.139
--- SPECS/lilo.spec:1.138	Wed Sep 21 22:05:38 2005
+++ SPECS/lilo.spec	Tue Dec 13 12:54:17 2005
@@ -137,8 +137,8 @@
 %files
 %defattr(644,root,root,755)
 %doc README* CHANGES INCOMPAT QuickInst
-%attr(600,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}.conf
-%attr(600,root,root) %config(noreplace,missingok) %verify(not size mtime md5) %{_sysconfdir}/disktab
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(600,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/disktab
 /etc/sysconfig/rc-boot/%{name}_functions.sh
 /boot/diag1.img
 /boot/lilo-pldblack.bmp
@@ -164,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.139  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.138  2005/09/21 20:05:38  darekr
 - defined _sbindir to /sbin to use macro
 - BR: sed 4.0

================================================================
Index: SPECS/lineakd.spec
diff -u SPECS/lineakd.spec:1.14 SPECS/lineakd.spec:1.15
--- SPECS/lineakd.spec:1.14	Thu Feb 12 00:48:59 2004
+++ SPECS/lineakd.spec	Tue Dec 13 12:54:17 2005
@@ -21,10 +21,10 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Daemon to control the multimedia keys on modern keyboards.
-Features X11 support, window manager independence, ability to
-configure all keys (via GUI from separate package or .conf file),
-volume control, and sound controls.
+Daemon to control the multimedia keys on modern keyboards. Features
+X11 support, window manager independence, ability to configure all
+keys (via GUI from separate package or .conf file), volume control,
+and sound controls.
 
 %description -l pl
 Demon obsługujący klawisze multimedialne występujące na nowych
@@ -119,7 +119,7 @@
 
 %files defs
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lineakkb.def
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lineakkb.def
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -127,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.14  2004/02/11 23:48:59  qboosh
 - updated to 0.8beta2, updated DESTDIR patch again
 

================================================================
Index: SPECS/linup.spec
diff -u SPECS/linup.spec:1.13 SPECS/linup.spec:1.14
--- SPECS/linup.spec:1.13	Sun Oct  3 23:29:13 2004
+++ SPECS/linup.spec	Tue Dec 13 12:54:17 2005
@@ -79,13 +79,13 @@
 %doc README
 %attr(755,root,root) %{_bindir}/%{name}
 /etc/cron.d/%{name}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 
 %files polska
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}-polska
 /etc/cron.d/%{name}-polska
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name}-polska
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}-polska
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -93,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.13  2004/10/03 21:29:13  ankry
 - added alpha patch, rel. 6
 

================================================================
Index: SPECS/linux-atm.spec
diff -u SPECS/linux-atm.spec:1.32 SPECS/linux-atm.spec:1.33
--- SPECS/linux-atm.spec:1.32	Mon Jun 13 12:35:47 2005
+++ SPECS/linux-atm.spec	Tue Dec 13 12:54:17 2005
@@ -42,7 +42,7 @@
 Patch0:		%{name}-syslog.patch
 Patch1:		%{name}-br2684ctl-syslog.patch
 Patch2:		%{name}-include.patch
-Patch3:		ftp://ftp.cmf.nrl.navy.mil/pub/chas/linux-atm/vbr/vbr-linux-atm-diffs
+Patch3:		ftp://ftp.cmf.nrl.navy.mil/pub/chas/linux-atm/vbr/vbr-%{name}-diffs
 Patch4:		%{name}-llh-vbr.patch
 Patch5:		%{name}-gcc4.patch
 Icon:		linux-atm-logo.gif
@@ -108,9 +108,9 @@
 Summary:	ATM on Linux - rc-scripts
 Summary(pl):	Obsługa sieci ATM w Linuksie - skrypty startowe
 Group:		Base
-PreReq:		rc-scripts >= 0.2.9
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name} = %{version}-%{release}
+Requires:	rc-scripts >= 0.2.9
 Obsoletes:	atm-rc-scripts
 
 %description rc-scripts
@@ -189,9 +189,9 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/README.* doc/atm-linux-howto.txt AUTHORS BUGS ChangeLog README THANKS
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/hosts.atm
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hosts.atm
 %attr(750,root,root) %dir %{_sysconfdir}/atm
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/atm/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/atm/*
 %config %{_sysconfdir}/e164_cc
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
@@ -212,7 +212,7 @@
 %files rc-scripts
 %defattr(644,root,root,755)
 %doc pld/README.PLD pld/interfaces/ifcfg-*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/atm
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/atm
 %attr(755,root,root) /etc/sysconfig/network-scripts/*
 %attr(754,root,root) /etc/rc.d/init.d/atm
 
@@ -222,6 +222,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.32  2005/06/13 10:35:47  pluto
 - gcc4 ready.
 

================================================================
Index: SPECS/linux-ftpd.spec
diff -u SPECS/linux-ftpd.spec:1.20 SPECS/linux-ftpd.spec:1.21
--- SPECS/linux-ftpd.spec:1.20	Mon Mar 29 10:49:55 2004
+++ SPECS/linux-ftpd.spec	Tue Dec 13 12:54:17 2005
@@ -9,10 +9,10 @@
 Source0:	ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/%{name}-%{version}.tar.gz
 # Source0-md5:	f5f491564812db5d8783daa538c49186
 Source1:	%{name}.inetd
-PreReq:		rc-inetd
 Requires(post):	awk
 Requires(post):	fileutils
 Requires:	inetdaemon
+Requires:	rc-inetd
 Provides:	ftpserver
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:	ftpserver
@@ -101,9 +101,9 @@
 %defattr(644,root,root,755)
 %doc ChangeLog README
 
-%attr(640,root,root) %config(missingok) %verify(not size mtime md5) %{_sysconfdir}/ftpusers.default
+%attr(640,root,root) %config(missingok) %verify(not md5 mtime size) %{_sysconfdir}/ftpusers.default
 %attr(640,root,root) %ghost %{_sysconfdir}/ftpusers
-%attr(640,root,root) /etc/sysconfig/rc-inetd/ftpd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/ftpd
 
 %attr(755,root,root) %{_sbindir}/ftpd
 %{_mandir}/man[58]/*
@@ -117,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/12/13 11:54:17  glen
+- adalterized (sorted %verify flags)
+
 Revision 1.20  2004/03/29 08:49:55  luzik
  - added Obsolete: glftpd
 

================================================================
Index: SPECS/linux-identd.spec
diff -u SPECS/linux-identd.spec:1.7 SPECS/linux-identd.spec:1.8
--- SPECS/linux-identd.spec:1.7	Wed Jun  4 10:28:52 2003
+++ SPECS/linux-identd.spec	Tue Dec 13 12:54:17 2005
@@ -37,9 +37,9 @@
 Summary(pl):	Prosty demon ident
 Group:		Networking/Daemons
 Provides:	linux-identd-frontend
-Prereq:		%{name} = %{version}
-Prereq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
+Requires:	%{name} = %{version}
+Requires:	rc-scripts
 Obsoletes:	%{name}-inetd
 
 %description standalone
@@ -53,9 +53,9 @@
 Summary(pl):	Prosty demon ident
 Group:		Networking/Daemons
 Provides:	linux-identd-frontend
-Prereq:		%{name} = %{version}
-Prereq:		rc-inetd
+Requires:	%{name} = %{version}
 Requires:	inetdaemon
+Requires:	rc-inetd
 Obsoletes:	%{name}-standalone
 
 %description inetd
@@ -74,7 +74,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,rc.d/init.d}
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/labe.spec?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/SPECS/lbreakout.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/lbreakout2.spec?r1=1.24&r2=1.25&f=u
    http://cvs.pld-linux.org/SPECS/lcdproc.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/lefthand-platform.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/libXvMCW.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/libchipcard.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/libgda.spec?r1=1.97&r2=1.98&f=u
    http://cvs.pld-linux.org/SPECS/libgii.spec?r1=1.44&r2=1.45&f=u
    http://cvs.pld-linux.org/SPECS/libhome.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/libxml2.spec?r1=1.134&r2=1.135&f=u
    http://cvs.pld-linux.org/SPECS/lidstools.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/lilo.spec?r1=1.138&r2=1.139&f=u
    http://cvs.pld-linux.org/SPECS/lineakd.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/linup.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/linux-atm.spec?r1=1.32&r2=1.33&f=u
    http://cvs.pld-linux.org/SPECS/linux-ftpd.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/SPECS/linux-identd.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/linux-iscsi.spec?r1=1.32&r2=1.33&f=u
    http://cvs.pld-linux.org/SPECS/linux-skey.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/SPECS/linux-wlan.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/lirc.spec?r1=1.112&r2=1.113&f=u
    http://cvs.pld-linux.org/SPECS/lisa.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/liveice.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/lmarbles.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/lms.spec?r1=1.68&r2=1.69&f=u
    http://cvs.pld-linux.org/SPECS/logcheck.spec?r1=1.26&r2=1.27&f=u
    http://cvs.pld-linux.org/SPECS/logfmon.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/logwatch.spec?r1=1.163&r2=1.164&f=u
    http://cvs.pld-linux.org/SPECS/lpr.spec?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/SPECS/lsh.spec?r1=1.40&r2=1.41&f=u
    http://cvs.pld-linux.org/SPECS/lstat.spec?r1=1.57&r2=1.58&f=u
    http://cvs.pld-linux.org/SPECS/ltrace.spec?r1=1.53&r2=1.54&f=u
    http://cvs.pld-linux.org/SPECS/lufs.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/SPECS/lwatch.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list