SPECS: TiMidity++.spec, teapop.spec, telnet.spec, tftp-hpa.spec, t...

glen glen at pld-linux.org
Tue Dec 13 16:36:03 CET 2005


Author: glen                         Date: Tue Dec 13 15:36:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterized (sorted %verify attrs)

---- Files affected:
SPECS:
   TiMidity++.spec (1.79 -> 1.80) , teapop.spec (1.38 -> 1.39) , telnet.spec (1.75 -> 1.76) , tftp-hpa.spec (1.41 -> 1.42) , tftp.spec (1.66 -> 1.67) , tlswrap.spec (1.6 -> 1.7) , tmpwatch.spec (1.67 -> 1.68) , tmview.spec (1.35 -> 1.36) , touchkit.spec (1.7 -> 1.8) , tpop3d.spec (1.66 -> 1.67) , trackballs.spec (1.16 -> 1.17) , tree-firewall.spec (1.18 -> 1.19) , trojka.spec (1.17 -> 1.18) , ttysnoop.spec (1.30 -> 1.31) , tutos.spec (1.28 -> 1.29) , twig.spec (1.5 -> 1.6) , uim.spec (1.9 -> 1.10) , unh_iscsi.spec (1.5 -> 1.6) , up-imapproxy.spec (1.9 -> 1.10) , upsmon.spec (1.17 -> 1.18) , usbmgr.spec (1.17 -> 1.18) , utftpd.spec (1.68 -> 1.69) , util-linux.spec (1.269 -> 1.270) , uucp.spec (1.45 -> 1.46) 

---- Diffs:

================================================================
Index: SPECS/TiMidity++.spec
diff -u SPECS/TiMidity++.spec:1.79 SPECS/TiMidity++.spec:1.80
--- SPECS/TiMidity++.spec:1.79	Fri Sep 16 11:08:55 2005
+++ SPECS/TiMidity++.spec	Tue Dec 13 16:35:56 2005
@@ -38,14 +38,14 @@
 %{?with_arts:BuildRequires:	arts-devel}
 BuildRequires:	autoconf
 %{?with_esd:BuildRequires:	esound-devel}
-%{?with_jack:BuildRequires:	jack-audio-connection-kit-devel}
 %{?with_X:BuildRequires:	gtk+-devel}
+%{?with_jack:BuildRequires:	jack-audio-connection-kit-devel}
+%{?with_vorbis:BuildRequires:	libvorbis-devel}
 %{?with_X:BuildRequires:	motif-devel}
 %{?with_nas:BuildRequires:	nas-devel}
 BuildRequires:	ncurses-devel
 BuildRequires:	slang-devel >= 2.0.0
 %{?with_X:BuildRequires:	tk-devel >= 8.3.2}
-%{?with_vorbis:BuildRequires:	libvorbis-devel}
 %{?with_X:Provides:	%{name}(X) = %{version}-%{release}}
 Obsoletes:	timidity
 Obsoletes:	timidity++
@@ -196,7 +196,7 @@
 
 %package xskin
 Summary:	"X Skin" interface for TiMidity++
-Summary(pl):	Interfejs TiMidity++ "X Skin" 
+Summary(pl):	Interfejs TiMidity++ "X Skin"
 Group:		Applications/Sound
 Requires:	%{name}(X) = %{version}-%{release}
 Obsoletes:	TiMidity++ < 2.13.0-3
@@ -324,7 +324,7 @@
 %doc AUTHORS ChangeLog* NEWS README TODO doc/C/{CHANGES*,FAQ,README.[!tx]*}
 %lang(ja) %doc README.ja doc/ja_JP.eucJP/README.[!tx]*.ja
 %attr(755,root,root) %{_bindir}/timidity
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/timidity.cfg
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/timidity.cfg
 %dir %{_libdir}/timidity
 %attr(755,root,root) %{_libdir}/timidity/interface_e.so
 %attr(755,root,root) %{_libdir}/timidity/interface_n.so
@@ -407,7 +407,7 @@
 %files alsaseq
 %defattr(644,root,root,755)
 %attr(754,root,root) /etc/rc.d/init.d/timidity
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/timidity
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timidity
 %endif
 
 
@@ -417,6 +417,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.80  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.79  2005/09/16 09:08:55  arekm
 - rel 2
 

================================================================
Index: SPECS/teapop.spec
diff -u SPECS/teapop.spec:1.38 SPECS/teapop.spec:1.39
--- SPECS/teapop.spec:1.38	Thu Oct 27 19:53:38 2005
+++ SPECS/teapop.spec	Tue Dec 13 16:35:56 2005
@@ -91,8 +91,8 @@
 %defattr(644,root,root,755)
 %doc doc/{TODO,ChangeLog} contrib.tar.gz
 %attr(755,root,root) %{_sbindir}/teapop
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/rc-inetd/teapop
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/teapop.passwd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/teapop
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/teapop.passwd
 %{_mandir}/man8/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.38  2005/10/27 17:53:38  arekm
 - rel 7
 

================================================================
Index: SPECS/telnet.spec
diff -u SPECS/telnet.spec:1.75 SPECS/telnet.spec:1.76
--- SPECS/telnet.spec:1.75	Sun May 15 20:30:29 2005
+++ SPECS/telnet.spec	Tue Dec 13 16:35:56 2005
@@ -189,7 +189,7 @@
 %files -n telnetd
 %defattr(644,root,root,755)
 %doc BUGS README
-%attr(640,root,root) %config(noreplace) %verify(not mtime md5 size) /etc/sysconfig/rc-inetd/telnetd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/telnetd
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man[58]/*
 %lang(es) %{_mandir}/es/man[58]/*
@@ -204,6 +204,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.75  2005/05/15 18:30:29  adamg
 - release 29 for Th
 

================================================================
Index: SPECS/tftp-hpa.spec
diff -u SPECS/tftp-hpa.spec:1.41 SPECS/tftp-hpa.spec:1.42
--- SPECS/tftp-hpa.spec:1.41	Fri Oct 14 10:14:53 2005
+++ SPECS/tftp-hpa.spec	Tue Dec 13 16:35:56 2005
@@ -52,11 +52,11 @@
 Summary(pl):	Serwer TFTP (Trivial File Transfer Protocol)
 Summary(tr):	Ýlkel dosya aktarým protokolu (TFTP) için sunucu ve istemci
 Group:		Networking/Daemons
-PreReq:		rc-inetd >= 0.8.1
+Requires(postun):	/usr/sbin/userdel
 Requires(pre):	/bin/id
 Requires(pre):	/usr/sbin/useradd
-Requires(postun):	/usr/sbin/userdel
 Requires:	inetdaemon
+Requires:	rc-inetd >= 0.8.1
 Provides:	group(tftp)
 Provides:	tftpdaemon
 Provides:	user(tftp)
@@ -102,7 +102,7 @@
 %{__autoheader}
 %configure
 
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -150,7 +150,7 @@
 %files -n tftpd-hpa
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/rc-inetd/tftpd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/tftpd
 %attr(750,tftp,root) %dir /var/lib/tftp
 %{_mandir}/man8/*
 
@@ -160,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.41  2005/10/14 08:14:53  areq
 - 0.41
 

================================================================
Index: SPECS/tftp.spec
diff -u SPECS/tftp.spec:1.66 SPECS/tftp.spec:1.67
--- SPECS/tftp.spec:1.66	Sun May  1 19:31:30 2005
+++ SPECS/tftp.spec	Tue Dec 13 16:35:56 2005
@@ -50,10 +50,10 @@
 Summary(pl):	Serwer tftp (trivial file transfer protocol)
 Summary(tr):	Ýlkel dosya aktarým protokolu (TFTP) için sunucu ve istemci
 Group:		Networking/Daemons
-PreReq:		rc-inetd >= 0.8.1
+Requires(postun):	/usr/sbin/userdel
 Requires(pre):	/bin/id
 Requires(pre):	/usr/sbin/useradd
-Requires(postun):	/usr/sbin/userdel
+Requires:	rc-inetd >= 0.8.1
 Provides:	tftpdaemon
 Provides:	user(tftp)
 Obsoletes:	atftpd
@@ -141,7 +141,7 @@
 %files -n tftpd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/rc-inetd/tftpd
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/tftpd
 %attr(750,tftp,root) %dir /var/lib/tftp
 %{_mandir}/man8/*
 
@@ -151,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.66  2005/05/01 17:31:30  glen
 - use %useradd/%groupadd macros
 

================================================================
Index: SPECS/tlswrap.spec
diff -u SPECS/tlswrap.spec:1.6 SPECS/tlswrap.spec:1.7
--- SPECS/tlswrap.spec:1.6	Sun Jul 10 15:05:22 2005
+++ SPECS/tlswrap.spec	Tue Dec 13 16:35:56 2005
@@ -14,8 +14,8 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	openssl-devel >= 0.9.7d
-PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
+Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -72,7 +72,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/tlswrap
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/tlswrap
 %attr(754,root,root) /etc/rc.d/init.d/tlswrap
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -81,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.6  2005/07/10 13:05:22  areq
 - 1.02
 

================================================================
Index: SPECS/tmpwatch.spec
diff -u SPECS/tmpwatch.spec:1.67 SPECS/tmpwatch.spec:1.68
--- SPECS/tmpwatch.spec:1.67	Fri Jul 29 20:26:35 2005
+++ SPECS/tmpwatch.spec	Tue Dec 13 16:35:56 2005
@@ -53,12 +53,11 @@
 
 %description -l pl
 tmpwatch rekursywnie przeszukuje wyspecyfikowane katalogi szukając
-plików, które nie były używane przez określony okres czasu, w celu
-ich usunięcia. Jest on zazwyczaj używany do czyszczenia katalogów
-w których przechowywane są pliki tymczasowe (na przykład /tmp).
-tmpwatch ignoruje symlinki, nie zmienia systemu plików podczas
-przeszukiwania katalogów, usuwa tylko puste katalogi i zwyczajne
-pliki.
+plików, które nie były używane przez określony okres czasu, w celu ich
+usunięcia. Jest on zazwyczaj używany do czyszczenia katalogów w
+których przechowywane są pliki tymczasowe (na przykład /tmp). tmpwatch
+ignoruje symlinki, nie zmienia systemu plików podczas przeszukiwania
+katalogów, usuwa tylko puste katalogi i zwyczajne pliki.
 
 %description -l pt_BR
 Este pacote oferece um programa que pode ser usado para limpar
@@ -149,8 +148,8 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/tmpwatch
-%attr(750,root,root) %config(noreplace) %verify(not size mtime md5) /etc/cron.daily/*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name}
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %{_mandir}/man8/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -159,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.67  2005/07/29 18:26:35  arekm
 - up to 2.9.4
 

================================================================
Index: SPECS/tmview.spec
diff -u SPECS/tmview.spec:1.35 SPECS/tmview.spec:1.36
--- SPECS/tmview.spec:1.35	Sun Jun 27 19:12:16 2004
+++ SPECS/tmview.spec	Tue Dec 13 16:35:56 2005
@@ -145,7 +145,7 @@
 %defattr(644,root,root,755)
 %doc doc/tmview.dvi doc/tm.ps README
 %dir %{_sysconfdir}/%{name}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
 %{_mandir}/man1/%{name}*
 
 %files -n dvifb
@@ -171,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.35  2004/06/27 17:12:16  qboosh
 - now we have svgalib on all supported archs
 

================================================================
Index: SPECS/touchkit.spec
diff -u SPECS/touchkit.spec:1.7 SPECS/touchkit.spec:1.8
--- SPECS/touchkit.spec:1.7	Sat Dec 27 03:04:52 2003
+++ SPECS/touchkit.spec	Tue Dec 13 16:35:56 2005
@@ -34,11 +34,11 @@
 BuildRequires:	XFree86-Xserver-devel > 4.3.99.902-0.1
 BuildRequires:	XFree86-devel
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires:	kernel-headers < 2.5}
 BuildRequires:	%{kgcc_package}
+%{?with_dist_kernel:BuildRequires:	kernel-headers < 2.5}
 %endif
-BuildRequires:	sharutils
 BuildRequires:	rpmbuild(macros) >= 1.118
+BuildRequires:	sharutils
 BuildRequires:	tcl
 BuildRequires:	unzip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -65,7 +65,7 @@
 %package -n XFree86-input-touchkit
 Summary:	XFree86 input driver module for eGalax TouchKit panels
 Summary(pl):	Moduł sterownika wejściowego XFree86 dla paneli dotykowych eGalax TouchKit
-Group:		X11/XFree86
+Group:		X11
 %{requires_eq_to XFree86-modules XFree86-Xserver-devel}
 
 %description -n XFree86-input-touchkit
@@ -192,7 +192,7 @@
 %defattr(644,root,root,755)
 %doc *.pdf
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/usbpnpd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/usbpnpd.conf
 %dir %{_libdir}/TouchKit
 %attr(755,root,root) %{_libdir}/TouchKit/touchcfg
 %attr(755,root,root) %{_libdir}/TouchKit/tpaneld
@@ -227,6 +227,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.7  2003/12/27 02:04:52  qboosh
 - updated to 1.0.2.2013 (more sane packaging, but still no license info)
 - removed obsolete 2.4.20 patch, added gcc33 patch, updated lessmess patch

================================================================
Index: SPECS/tpop3d.spec
diff -u SPECS/tpop3d.spec:1.66 SPECS/tpop3d.spec:1.67
--- SPECS/tpop3d.spec:1.66	Fri Dec  9 09:54:14 2005
+++ SPECS/tpop3d.spec	Tue Dec 13 16:35:56 2005
@@ -36,16 +36,16 @@
 URL:		http://www.ex-parrot.com/~chris/tpop3d/
 BuildRequires:	autoconf
 BuildRequires:	automake
+%{?with_gdbm:BuildRequires:	gdbm-devel}
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_ldap:BuildRequires:	openldap-devel}
+%{?with_ssl:BuildRequires:		openssl-devel >= 0.9.7d}
 %{?with_pam:BuildRequires:		pam-devel}
 %{?with_pgsql:BuildRequires:	postgresql-devel}
 %{?with_whoson:BuildRequires:	whoson-devel}
-%{?with_ssl:BuildRequires:		openssl-devel >= 0.9.7d}
-%{?with_gdbm:BuildRequires:	gdbm-devel}
-PreReq:		rc-scripts
 Requires(post,preun):	/sbin/chkconfig
 Requires:	pam >= 0.79.0
+Requires:	rc-scripts
 %if %{with perl}
 BuildRequires:	perl-devel
 Requires:	perl(DynaLoader) = %(%{__perl} -MDynaLoader -e 'print DynaLoader->VERSION')
@@ -101,8 +101,9 @@
 - auth_other - zewnętrzny program
 - auth_perl - zakorzenione podprogramy Perla
 
-Ostatnie cztery opcje pozwalają wspierać wirtualne domeny; pierwsze dwie
-zaś są stworzone by autentykować lokalnych (uniksowych) użytkowników.
+Ostatnie cztery opcje pozwalają wspierać wirtualne domeny; pierwsze
+dwie zaś są stworzone by autentykować lokalnych (uniksowych)
+użytkowników.
 
 Wspierane są następujące formaty skrzynek:
 - bsd - dla kolejkowych skrzynek w stylu BSD (`Unix')
@@ -187,9 +188,9 @@
 %files
 %defattr(644,root,root,755)
 %doc README* TPOP3D-AuthDriver scripts FAQ CHANGES CREDITS TODO PORTABILITY
-%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/tpop3d}
-%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/security/blacklist.pop3}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tpop3d.conf
+%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/tpop3d}
+%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.pop3}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tpop3d.conf
 %attr(754,root,root) /etc/rc.d/init.d/tpop3d
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man*/*
@@ -200,6 +201,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.66  2005/12/09 08:54:14  arekm
 - rel 19; delete maildirsize file if it exists and there were some changes done by tpop3d to maildir
 

================================================================
Index: SPECS/trackballs.spec
diff -u SPECS/trackballs.spec:1.16 SPECS/trackballs.spec:1.17
--- SPECS/trackballs.spec:1.16	Tue Jul 19 18:45:58 2005
+++ SPECS/trackballs.spec	Tue Dec 13 16:35:56 2005
@@ -110,7 +110,7 @@
 %{_datadir}/%{name}/levels
 %{_datadir}/%{name}/sfx
 %{_mandir}/man6/*
-%attr(664,root,games) %config(noreplace) %verify(not,md5,size,mtime) /var/games/trackballs
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/trackballs
 
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
@@ -125,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.16  2005/07/19 16:45:58  qboosh
 - gpm-friendly Source URLs
 - patch configure.ac in prep not build

================================================================
Index: SPECS/tree-firewall.spec
diff -u SPECS/tree-firewall.spec:1.18 SPECS/tree-firewall.spec:1.19
--- SPECS/tree-firewall.spec:1.18	Sun Jan 16 20:56:15 2005
+++ SPECS/tree-firewall.spec	Tue Dec 13 16:35:56 2005
@@ -10,10 +10,10 @@
 Group:		Networking/Admin
 Source0:	ftp://ftp.pld.org.pl/people/wojrus/tree-firewall/%{name}-%{version}.tar.gz
 # Source0-md5:	101385c143c0b45ec8c35bc4eae0bbea
-PreReq:		rc-scripts
-Requires(post,preun):	/sbin/chkconfig
 Requires(post):	grep
+Requires(post,preun):	/sbin/chkconfig
 #Requires:	firewall-userspace-tool
+Requires:	rc-scripts
 Requires:	tree
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -80,7 +80,7 @@
 %attr(755,root,root) %{_sbindir}/rc.firewall
 %attr(755,root,root) %{_datadir}/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/firewall
-%attr(640,root,root) %verify(not size mtime md5) %config(noreplace) /etc/sysconfig/firewall
+%attr(640,root,root) %verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/firewall
 %{_mandir}/man8/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -89,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.18  2005/01/16 19:56:15  dzeus
 - added conflicts: shorewall
 

================================================================
Index: SPECS/trojka.spec
diff -u SPECS/trojka.spec:1.17 SPECS/trojka.spec:1.18
--- SPECS/trojka.spec:1.17	Mon Apr 26 21:09:29 2004
+++ SPECS/trojka.spec	Tue Dec 13 16:35:56 2005
@@ -49,7 +49,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(2755,root,games) %{_prefix}/games/trojka
-%attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/trojka.scores
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/trojka.scores
 %{_mandir}/man6/*
 %doc COPYRIGHT
 
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.17  2004/04/26 19:09:29  adamg
 - release 20 for Ac (19 is for Ra)
 

================================================================
Index: SPECS/ttysnoop.spec
diff -u SPECS/ttysnoop.spec:1.30 SPECS/ttysnoop.spec:1.31
--- SPECS/ttysnoop.spec:1.30	Thu Nov 25 13:08:50 2004
+++ SPECS/ttysnoop.spec	Tue Dec 13 16:35:56 2005
@@ -47,7 +47,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/snooptab
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snooptab
 %attr(755,root,root) %{_sbindir}/*
 %attr(700,root,root) %dir %{_var}/spool/%{name}
 %{_mandir}/man8/*
@@ -58,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.30  2004/11/25 12:08:50  zboczuch
 - typos
 

================================================================
Index: SPECS/tutos.spec
diff -u SPECS/tutos.spec:1.28 SPECS/tutos.spec:1.29
--- SPECS/tutos.spec:1.28	Sat Apr  9 22:42:46 2005
+++ SPECS/tutos.spec	Tue Dec 13 16:35:56 2005
@@ -11,9 +11,9 @@
 # Source0-md5:	45febad16ed94206fdb61817e82114c4
 Patch0:		%{name}-config.patch
 URL:		http://www.tutos.org/
-PreReq:		apache
 Requires(post,preun):	grep
 Requires(preun):	fileutils
+Requires:	apache
 Requires:	php-pcre
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -152,7 +152,7 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README README.ldap README.nuke ToDo
-%config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
+%config(noreplace) %verify(not md5 mtime size) /etc/httpd/%{name}.conf
 %dir %{_tutosdir}
 %attr(755,root,root) %{_tutosdir}/*.sh
 %attr(775,root,http) %{_tutosdir}/repository
@@ -165,7 +165,7 @@
 %{_tutosdir}/php/c[!o]*
 %{_tutosdir}/php/co[!n]*
 %{_tutosdir}/php/config_default.pinc
-%attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_tutosdir}/php/config.php
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_tutosdir}/php/config.php
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -173,6 +173,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
+
 Revision 1.28  2005/04/09 20:42:46  zawadaa
 - typo fix
 

================================================================
Index: SPECS/twig.spec
diff -u SPECS/twig.spec:1.5 SPECS/twig.spec:1.6
--- SPECS/twig.spec:1.5	Wed Oct 15 12:42:55 2003
+++ SPECS/twig.spec	Tue Dec 13 16:35:56 2005
@@ -12,18 +12,17 @@
 URL:		http://twig.screwdriver.net/
 Requires:	php
 Requires:	php-gettext
-Requires:	php-pcre
 Requires:	php-imap
+Requires:	php-pcre
 Requires:	webserver
 Provides:	webmail
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Prefix:		/home/services/httpd/html
 
 %define		_twigdir	/home/services/httpd/html/twig
 
 %description
-This package contains TWIG, a webmail and PIM system which allows
-you check mail by any cookie-aware WWW browser.
+This package contains TWIG, a webmail and PIM system which allows you
+check mail by any cookie-aware WWW browser.
 
 %description
 Ten pakiet zawiera system poczty WWW i zarządzania informacjami
@@ -54,7 +53,7 @@
 %doc CHANGELOG CREDITS FAQ README TODO UPGRADE docs/*
 %dir %{_twigdir}
 %dir %{_twigdir}/config
-%config(noreplace) %verify(not size mtime md5) %{_twigdir}/config/*
+%config(noreplace) %verify(not md5 mtime size) %{_twigdir}/config/*
 %{_twigdir}/features
 %{_twigdir}/goto.php
 %{_twigdir}/images
@@ -68,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/12/13 15:35:56  glen
+- adapterized (sorted %verify attrs)
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/TiMidity++.spec?r1=1.79&r2=1.80&f=u
    http://cvs.pld-linux.org/SPECS/teapop.spec?r1=1.38&r2=1.39&f=u
    http://cvs.pld-linux.org/SPECS/telnet.spec?r1=1.75&r2=1.76&f=u
    http://cvs.pld-linux.org/SPECS/tftp-hpa.spec?r1=1.41&r2=1.42&f=u
    http://cvs.pld-linux.org/SPECS/tftp.spec?r1=1.66&r2=1.67&f=u
    http://cvs.pld-linux.org/SPECS/tlswrap.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/tmpwatch.spec?r1=1.67&r2=1.68&f=u
    http://cvs.pld-linux.org/SPECS/tmview.spec?r1=1.35&r2=1.36&f=u
    http://cvs.pld-linux.org/SPECS/touchkit.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.66&r2=1.67&f=u
    http://cvs.pld-linux.org/SPECS/trackballs.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/tree-firewall.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/trojka.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/ttysnoop.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/SPECS/tutos.spec?r1=1.28&r2=1.29&f=u
    http://cvs.pld-linux.org/SPECS/twig.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/uim.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/unh_iscsi.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/up-imapproxy.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/upsmon.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/usbmgr.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/utftpd.spec?r1=1.68&r2=1.69&f=u
    http://cvs.pld-linux.org/SPECS/util-linux.spec?r1=1.269&r2=1.270&f=u
    http://cvs.pld-linux.org/SPECS/uucp.spec?r1=1.45&r2=1.46&f=u




More information about the pld-cvs-commit mailing list