packages: php-pear-Net_DNS/php-pear-Net_DNS.spec, php-pear-Net_DNSBL/php-pe...

sparky sparky at pld-linux.org
Sun Jan 23 02:22:37 CET 2011


Author: sparky                       Date: Sun Jan 23 01:22:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- tests are no longer installed - don't try to remove them

---- Files affected:
packages/php-pear-Net_DNS:
   php-pear-Net_DNS.spec (1.35 -> 1.36) 
packages/php-pear-Net_DNSBL:
   php-pear-Net_DNSBL.spec (1.24 -> 1.25) 
packages/php-pear-Net_GeoIP:
   php-pear-Net_GeoIP.spec (1.8 -> 1.9) 
packages/php-pear-Net_IDNA2:
   php-pear-Net_IDNA2.spec (1.3 -> 1.4) 
packages/php-pear-Net_IPv4:
   php-pear-Net_IPv4.spec (1.23 -> 1.24) 
packages/php-pear-Net_Monitor:
   php-pear-Net_Monitor.spec (1.27 -> 1.28) 
packages/php-pear-Net_URL_Mapper:
   php-pear-Net_URL_Mapper.spec (1.11 -> 1.12) 
packages/php-pear-OpenDocument:
   php-pear-OpenDocument.spec (1.7 -> 1.8) 
packages/php-pear-PEAR_PackageFileManager2:
   php-pear-PEAR_PackageFileManager2.spec (1.1 -> 1.2) 
packages/php-pear-PEAR_PackageFileManager_Plugins:
   php-pear-PEAR_PackageFileManager_Plugins.spec (1.1 -> 1.2) 
packages/php-pear-PHP_CodeSniffer:
   php-pear-PHP_CodeSniffer.spec (1.18 -> 1.19) 
packages/php-pear-PHP_CompatInfo:
   php-pear-PHP_CompatInfo.spec (1.50 -> 1.51) 
packages/php-pear-Science_Chemistry:
   php-pear-Science_Chemistry.spec (1.27 -> 1.28) 
packages/php-pear-Services_Akismet2:
   php-pear-Services_Akismet2.spec (1.4 -> 1.5) 
packages/php-pear-Services_Delicious:
   php-pear-Services_Delicious.spec (1.18 -> 1.19) 
packages/php-pear-Services_W3C_CSSValidator:
   php-pear-Services_W3C_CSSValidator.spec (1.8 -> 1.9) 
packages/php-pear-Stream_Var:
   php-pear-Stream_Var.spec (1.16 -> 1.17) 
packages/php-pear-Structures_BibTex:
   php-pear-Structures_BibTex.spec (1.11 -> 1.12) 
packages/php-pear-Structures_DataGrid:
   php-pear-Structures_DataGrid.spec (1.34 -> 1.35) 
packages/php-pear-Text_PathNavigator:
   php-pear-Text_PathNavigator.spec (1.7 -> 1.8) 
packages/php-pear-Translation2:
   php-pear-Translation2.spec (1.33 -> 1.34) 
packages/php-pear-URI_Template:
   php-pear-URI_Template.spec (1.6 -> 1.7) 
packages/php-pear-Validate_AR:
   php-pear-Validate_AR.spec (1.8 -> 1.9) 
packages/php-pear-Validate_AT:
   php-pear-Validate_AT.spec (1.8 -> 1.9) 
packages/php-pear-Validate_FI:
   php-pear-Validate_FI.spec (1.6 -> 1.7) 
packages/php-pear-Validate_PL:
   php-pear-Validate_PL.spec (1.8 -> 1.9) 
packages/php-pear-XML_RPC2:
   php-pear-XML_RPC2.spec (1.18 -> 1.19) 
packages/php-pear-XML_Tree:
   php-pear-XML_Tree.spec (1.25 -> 1.26) 
packages/php-pear-XML_svg2image:
   php-pear-XML_svg2image.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/php-pear-Net_DNS/php-pear-Net_DNS.spec
diff -u packages/php-pear-Net_DNS/php-pear-Net_DNS.spec:1.35 packages/php-pear-Net_DNS/php-pear-Net_DNS.spec:1.36
--- packages/php-pear-Net_DNS/php-pear-Net_DNS.spec:1.35	Tue Nov 16 09:20:40 2010
+++ packages/php-pear-Net_DNS/php-pear-Net_DNS.spec	Sun Jan 23 02:22:32 2011
@@ -55,9 +55,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -74,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2011/01/23 01:22:32  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.35  2010/11/16 08:20:40  glen
 - updated to: 1.0.7
 

================================================================
Index: packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec
diff -u packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec:1.24 packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec:1.25
--- packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec:1.24	Mon Nov 15 16:44:17 2010
+++ packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec	Sun Jan 23 02:22:32 2011
@@ -52,9 +52,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2011/01/23 01:22:32  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.24  2010/11/15 15:44:17  glen
 - up to 1.3.4
 

================================================================
Index: packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec
diff -u packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec:1.8 packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec:1.9
--- packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec:1.8	Mon Nov 15 16:50:44 2010
+++ packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec	Sun Jan 23 02:22:32 2011
@@ -46,9 +46,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/01/23 01:22:32  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.8  2010/11/15 15:50:44  glen
 - release 2
 

================================================================
Index: packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec
diff -u packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec:1.3 packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec:1.4
--- packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec:1.3	Thu Dec  9 19:54:27 2010
+++ packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec	Sun Jan 23 02:22:33 2011
@@ -35,9 +35,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,6 +51,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.3  2010/12/09 18:54:27  glen
 - tarball from actuall 0.1.1 release
 

================================================================
Index: packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec
diff -u packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec:1.23 packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec:1.24
--- packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec:1.23	Tue Sep 21 10:53:41 2010
+++ packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec	Sun Jan 23 02:22:33 2011
@@ -43,9 +43,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.23  2010/09/21 08:53:41  glen
 - updated to: 1.3.4
 

================================================================
Index: packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec
diff -u packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec:1.27 packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec:1.28
--- packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec:1.27	Wed Oct  6 19:44:59 2010
+++ packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec	Sun Jan 23 02:22:33 2011
@@ -53,9 +53,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %post
 if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
 	cat %{_docdir}/%{name}-%{version}/optional-packages.txt
@@ -78,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.27  2010/10/06 17:44:59  glen
 - Growl Agent optional; drop tests
 

================================================================
Index: packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec
diff -u packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec:1.11 packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec:1.12
--- packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec:1.11	Mon Nov 15 17:00:45 2010
+++ packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec	Sun Jan 23 02:22:33 2011
@@ -57,9 +57,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -79,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.11  2010/11/15 16:00:45  glen
 - up to 0.9.1
 

================================================================
Index: packages/php-pear-OpenDocument/php-pear-OpenDocument.spec
diff -u packages/php-pear-OpenDocument/php-pear-OpenDocument.spec:1.7 packages/php-pear-OpenDocument/php-pear-OpenDocument.spec:1.8
--- packages/php-pear-OpenDocument/php-pear-OpenDocument.spec:1.7	Sun Aug 22 10:51:19 2010
+++ packages/php-pear-OpenDocument/php-pear-OpenDocument.spec	Sun Jan 23 02:22:33 2011
@@ -64,9 +64,6 @@
 
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -87,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.7  2010/08/22 08:51:19  glen
 - ensure rpmbuild macros present
 

================================================================
Index: packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec
diff -u packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec:1.1 packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec:1.2
--- packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec:1.1	Fri Aug 20 18:57:43 2010
+++ packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec	Sun Jan 23 02:22:33 2011
@@ -61,9 +61,6 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -85,5 +82,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/01/23 01:22:33  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.1  2010/08/20 16:57:43  glen
 - new

================================================================
Index: packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec
diff -u packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec:1.1 packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec:1.2
--- packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec:1.1	Mon Aug 23 21:41:03 2010
+++ packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec	Sun Jan 23 02:22:34 2011
@@ -47,9 +47,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,5 +63,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.1  2010/08/23 19:41:03  glen
 - new

================================================================
Index: packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec
diff -u packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec:1.18 packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec:1.19
--- packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec:1.18	Tue Dec 21 11:18:36 2010
+++ packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec	Sun Jan 23 02:22:34 2011
@@ -62,9 +62,6 @@
 
 install -p .%{_bindir}/phpcs $RPM_BUILD_ROOT%{_bindir}
 
-# tests should not be packaged
-%{__rm} -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -89,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.18  2010/12/21 10:18:36  glen
 - new snap, svn r306534
 

================================================================
Index: packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec
diff -u packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec:1.50 packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec:1.51
--- packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec:1.50	Mon Aug 23 23:27:23 2010
+++ packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec	Sun Jan 23 02:22:34 2011
@@ -112,9 +112,6 @@
 
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -163,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.50  2010/08/23 21:27:23  glen
 - actually apply patch
 

================================================================
Index: packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec
diff -u packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec:1.27 packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec:1.28
--- packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec:1.27	Sat Oct  9 18:31:18 2010
+++ packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec	Sun Jan 23 02:22:34 2011
@@ -46,9 +46,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.27  2010/10/09 16:31:18  glen
 - up to 1.1.1
 

================================================================
Index: packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec
diff -u packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec:1.4 packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec:1.5
--- packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec:1.4	Tue Nov 16 13:41:08 2010
+++ packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec	Sun Jan 23 02:22:34 2011
@@ -67,9 +67,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.4  2010/11/16 12:41:08  glen
 - up to 0.3.1
 

================================================================
Index: packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec
diff -u packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec:1.18 packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec:1.19
--- packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec:1.18	Sat Oct  9 18:34:16 2010
+++ packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec	Sun Jan 23 02:22:34 2011
@@ -66,9 +66,6 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# tests should not be packaged
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -87,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.18  2010/10/09 16:34:16  glen
 - up to 0.6.0
 

================================================================
Index: packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec
diff -u packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec:1.8 packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec:1.9
--- packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec:1.8	Tue Nov 16 09:09:41 2010
+++ packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec	Sun Jan 23 02:22:34 2011
@@ -60,9 +60,6 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -82,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/01/23 01:22:34  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.8  2010/11/16 08:09:41  glen
 - up to 0.2.2
 

================================================================
Index: packages/php-pear-Stream_Var/php-pear-Stream_Var.spec
diff -u packages/php-pear-Stream_Var/php-pear-Stream_Var.spec:1.16 packages/php-pear-Stream_Var/php-pear-Stream_Var.spec:1.17
--- packages/php-pear-Stream_Var/php-pear-Stream_Var.spec:1.16	Fri Aug 20 14:35:59 2010
+++ packages/php-pear-Stream_Var/php-pear-Stream_Var.spec	Sun Jan 23 02:22:35 2011
@@ -46,9 +46,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.16  2010/08/20 12:35:59  glen
 - up to 1.1.0
 

================================================================
Index: packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec
diff -u packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec:1.11 packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec:1.12
--- packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec:1.11	Mon Nov 15 17:08:29 2010
+++ packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec	Sun Jan 23 02:22:35 2011
@@ -46,9 +46,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.11  2010/11/15 16:08:29  glen
 - up to 1.0.0 RC5
 

================================================================
Index: packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec
diff -u packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec:1.34 packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec:1.35
--- packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec:1.34	Mon Oct 11 13:31:32 2010
+++ packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec	Sun Jan 23 02:22:35 2011
@@ -63,9 +63,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}/Structures/DataGrid/{Renderer,DataSource}
 %pear_package_install
 
-# tests should not be packaged
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -87,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.34  2010/10/11 11:31:32  glen
 - up to 0.9.1-dev1
 

================================================================
Index: packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec
diff -u packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec:1.7 packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec:1.8
--- packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec:1.7	Sun Aug 22 10:51:41 2010
+++ packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec	Sun Jan 23 02:22:35 2011
@@ -43,9 +43,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.7  2010/08/22 08:51:41  glen
 - ensure rpmbuild macros present
 

================================================================
Index: packages/php-pear-Translation2/php-pear-Translation2.spec
diff -u packages/php-pear-Translation2/php-pear-Translation2.spec:1.33 packages/php-pear-Translation2/php-pear-Translation2.spec:1.34
--- packages/php-pear-Translation2/php-pear-Translation2.spec:1.33	Tue Nov 16 14:42:05 2010
+++ packages/php-pear-Translation2/php-pear-Translation2.spec	Sun Jan 23 02:22:35 2011
@@ -70,9 +70,6 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-# tests should not be packaged
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -97,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.33  2010/11/16 13:42:05  glen
 - fix install dir
 

================================================================
Index: packages/php-pear-URI_Template/php-pear-URI_Template.spec
diff -u packages/php-pear-URI_Template/php-pear-URI_Template.spec:1.6 packages/php-pear-URI_Template/php-pear-URI_Template.spec:1.7
--- packages/php-pear-URI_Template/php-pear-URI_Template.spec:1.6	Mon Dec  6 10:47:33 2010
+++ packages/php-pear-URI_Template/php-pear-URI_Template.spec	Sun Jan 23 02:22:35 2011
@@ -43,9 +43,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# tests should not be packaged
-%{__rm} -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.6  2010/12/06 09:47:33  glen
 - up to 0.3.3
 

================================================================
Index: packages/php-pear-Validate_AR/php-pear-Validate_AR.spec
diff -u packages/php-pear-Validate_AR/php-pear-Validate_AR.spec:1.8 packages/php-pear-Validate_AR/php-pear-Validate_AR.spec:1.9
--- packages/php-pear-Validate_AR/php-pear-Validate_AR.spec:1.8	Tue Nov 16 09:27:02 2010
+++ packages/php-pear-Validate_AR/php-pear-Validate_AR.spec	Sun Jan 23 02:22:35 2011
@@ -44,9 +44,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -62,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/01/23 01:22:35  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.8  2010/11/16 08:27:02  glen
 - updated to: 0.1.1
 

================================================================
Index: packages/php-pear-Validate_AT/php-pear-Validate_AT.spec
diff -u packages/php-pear-Validate_AT/php-pear-Validate_AT.spec:1.8 packages/php-pear-Validate_AT/php-pear-Validate_AT.spec:1.9
--- packages/php-pear-Validate_AT/php-pear-Validate_AT.spec:1.8	Sat Aug 21 21:08:35 2010
+++ packages/php-pear-Validate_AT/php-pear-Validate_AT.spec	Sun Jan 23 02:22:36 2011
@@ -44,9 +44,6 @@
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
 %pear_package_install
 
-# don't care for tests
-rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/01/23 01:22:36  sparky
+- tests are no longer installed - don't try to remove them
+
 Revision 1.8  2010/08/21 19:08:35  glen
 - updated deps with pearize.sh
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_DNS/php-pear-Net_DNS.spec?r1=1.35&r2=1.36&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_DNSBL/php-pear-Net_DNSBL.spec?r1=1.24&r2=1.25&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_GeoIP/php-pear-Net_GeoIP.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_IDNA2/php-pear-Net_IDNA2.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_IPv4/php-pear-Net_IPv4.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_Monitor/php-pear-Net_Monitor.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_URL_Mapper/php-pear-Net_URL_Mapper.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-OpenDocument/php-pear-OpenDocument.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-PEAR_PackageFileManager2/php-pear-PEAR_PackageFileManager2.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-PEAR_PackageFileManager_Plugins/php-pear-PEAR_PackageFileManager_Plugins.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-PHP_CodeSniffer/php-pear-PHP_CodeSniffer.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-PHP_CompatInfo/php-pear-PHP_CompatInfo.spec?r1=1.50&r2=1.51&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Science_Chemistry/php-pear-Science_Chemistry.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Services_Akismet2/php-pear-Services_Akismet2.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Services_Delicious/php-pear-Services_Delicious.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Services_W3C_CSSValidator/php-pear-Services_W3C_CSSValidator.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Stream_Var/php-pear-Stream_Var.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Structures_BibTex/php-pear-Structures_BibTex.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Structures_DataGrid/php-pear-Structures_DataGrid.spec?r1=1.34&r2=1.35&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Text_PathNavigator/php-pear-Text_PathNavigator.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Translation2/php-pear-Translation2.spec?r1=1.33&r2=1.34&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-URI_Template/php-pear-URI_Template.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Validate_AR/php-pear-Validate_AR.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Validate_AT/php-pear-Validate_AT.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Validate_FI/php-pear-Validate_FI.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Validate_PL/php-pear-Validate_PL.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-XML_RPC2/php-pear-XML_RPC2.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-XML_Tree/php-pear-XML_Tree.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-XML_svg2image/php-pear-XML_svg2image.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list