Author: qboosh                       Date: Fri Feb 25 08:33:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shellglob syntax fix

---- Files affected:
SPECS:
   chora.spec (1.26 -> 1.27) , turba.spec (1.27 -> 1.28) , horde.spec (1.74 -> 
1.75) , imp.spec (1.66 -> 1.67) , kronolith.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/chora.spec
diff -u SPECS/chora.spec:1.26 SPECS/chora.spec:1.27
--- SPECS/chora.spec:1.26       Fri Feb 25 01:31:32 2005
+++ SPECS/chora.spec    Fri Feb 25 09:32:59 2005
@@ -115,7 +115,7 @@
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
-%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[^c]*.php
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.txt
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.conf
 %ghost %{_sysconfdir}/%{name}/*.php.bak
@@ -135,6 +135,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2005/02/25 08:32:59  qboosh
+- shellglob syntax fix
+
 Revision 1.26  2005/02/25 00:31:32  glen
 - strict apache version require (for confdir support)
 - package conf.php.bak as ghost for clean uninstall

================================================================
Index: SPECS/turba.spec
diff -u SPECS/turba.spec:1.27 SPECS/turba.spec:1.28
--- SPECS/turba.spec:1.27       Fri Feb 25 01:31:32 2005
+++ SPECS/turba.spec    Fri Feb 25 09:32:59 2005
@@ -153,7 +153,7 @@
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
-%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[^c]*.php
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
@@ -171,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/02/25 08:32:59  qboosh
+- shellglob syntax fix
+
 Revision 1.27  2005/02/25 00:31:32  glen
 - strict apache version require (for confdir support)
 - package conf.php.bak as ghost for clean uninstall

================================================================
Index: SPECS/horde.spec
diff -u SPECS/horde.spec:1.74 SPECS/horde.spec:1.75
--- SPECS/horde.spec:1.74       Fri Feb 25 01:31:54 2005
+++ SPECS/horde.spec    Fri Feb 25 09:32:59 2005
@@ -229,7 +229,7 @@
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
-%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[^c]*.php
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
@@ -254,6 +254,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2005/02/25 08:32:59  qboosh
+- shellglob syntax fix
+
 Revision 1.74  2005/02/25 00:31:54  glen
 - strict apache version require (for confdir support)
 - package conf.php.bak as ghost for clean uninstall

================================================================
Index: SPECS/imp.spec
diff -u SPECS/imp.spec:1.66 SPECS/imp.spec:1.67
--- SPECS/imp.spec:1.66 Fri Feb 25 01:31:54 2005
+++ SPECS/imp.spec      Fri Feb 25 09:32:59 2005
@@ -144,7 +144,7 @@
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
-%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[^c]*.php
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.txt
 %ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
@@ -164,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2005/02/25 08:32:59  qboosh
+- shellglob syntax fix
+
 Revision 1.66  2005/02/25 00:31:54  glen
 - strict apache version require (for confdir support)
 - package conf.php.bak as ghost for clean uninstall

================================================================
Index: SPECS/kronolith.spec
diff -u SPECS/kronolith.spec:1.6 SPECS/kronolith.spec:1.7
--- SPECS/kronolith.spec:1.6    Fri Feb 25 01:31:54 2005
+++ SPECS/kronolith.spec        Fri Feb 25 09:32:59 2005
@@ -133,7 +133,7 @@
 %attr(770,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
-%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[^c]*.php
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
@@ -151,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/02/25 08:32:59  qboosh
+- shellglob syntax fix
+
 Revision 1.6  2005/02/25 00:31:54  glen
 - strict apache version require (for confdir support)
 - package conf.php.bak as ghost for clean uninstall
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/chora.spec?r1=1.26&r2=1.27&f=u
    http://cvs.pld-linux.org/SPECS/turba.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/SPECS/horde.spec?r1=1.74&r2=1.75&f=u
    http://cvs.pld-linux.org/SPECS/imp.spec?r1=1.66&r2=1.67&f=u
    http://cvs.pld-linux.org/SPECS/kronolith.spec?r1=1.6&r2=1.7&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to