packages: php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec - up t...

glen glen at pld-linux.org
Thu Aug 19 12:52:41 CEST 2010


Author: glen                         Date: Thu Aug 19 10:52:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.0.10

---- Files affected:
packages/php-pear-HTML_Table_Matrix:
   php-pear-HTML_Table_Matrix.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec
diff -u packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec:1.21 packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec:1.22
--- packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec:1.21	Thu Jan 31 13:16:49 2008
+++ packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec	Thu Aug 19 12:52:35 2010
@@ -4,22 +4,22 @@
 %define		_subclass	Table
 %define		_status		stable
 %define		_pearname	%{_class}_%{_subclass}_Matrix
-
 Summary:	%{_pearname} - autofill a table with data
 Summary(pl.UTF-8):	%{_pearname} - automatycznie wypełnianie tabeli danymi
 Name:		php-pear-%{_pearname}
-Version:	1.0.9
-Release:	3
+Version:	1.0.10
+Release:	1
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5:	6202f9b43a13b2104b4db8622002f455
+# Source0-md5:	563aa076399bcaa6d690bbe24fe90090
 URL:		http://pear.php.net/package/HTML_Table_Matrix/
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
 Requires:	php-pear
 Requires:	php-pear-HTML_Table
+Requires:	php-pear-PEAR-core >= 1:1.4.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,16 +30,16 @@
 HTML_Table_Matrix is an extension to HTML_Table which allows you to
 easily fill up a table with data. Features:
 - It uses Filler classes to determine how the data gets filled in the
-  table. With a custom Filler, you can fill data in up, down,
-  forwards, backwards, diagonally, randomly or any other way you like.
+  table. With a custom Filler, you can fill data in up, down, forwards,
+  backwards, diagonally, randomly or any other way you like.
 - Comes with Fillers to fill left-to-right-top-to-bottom and
   right-to-left-top-to-bottom.
 - Abstract Filler methods keep the code clean & easy to understand.
 - Table height or width may be omitted, and it will figure out the
   correct table size based on the data you provide.
 - It integrates handily with Pager to create pleasant pageable table
-  layouts, such as for an image gallery. Just specify a height or
-  width, Filler, and feed it the data returned from Pager.
+  layouts, such as for an image gallery. Just specify a height or width,
+  Filler, and feed it the data returned from Pager.
 - Table may be constrained to a specific height or width, and excess
   data will be ignored.
 - Fill offset may be specified, to leave room for a table header, or
@@ -53,8 +53,8 @@
 HTML_Table_Matrix to rozszerzenie HTML_Table pozwalające na łatwe
 wypełnianie tabel danymi. Cechy pakietu:
 - Używa klas Filler do określenia sposobu wypełniania tabeli danymi.
-  Przy użyciu własnego Fillera można wypełniać danymi do góry, w dół,
-  do przodu, do tyłu, po przekątnej, losowo lub w dowolny inny sposób.
+  Przy użyciu własnego Fillera można wypełniać danymi do góry, w dół, do
+  przodu, do tyłu, po przekątnej, losowo lub w dowolny inny sposób.
 - Zawiera klasy Filler do wypełniania od lewej do prawej, od góry do
   dołu oraz od prawej do lewej, od góry do dołu.
 - Wyabstrahowane metody Filler pozwalają utrzymać kod czystym i łatwym
@@ -76,13 +76,16 @@
 %prep
 %pear_package_setup
 
-mv ./%{php_pear_dir}/doc docs
+# examples fixups
+mv ./%{php_pear_dir}/examples .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}
+install -d $RPM_BUILD_ROOT{%{php_pear_dir},%{_examplesdir}/%{name}-%{version}}
 %pear_package_install
 
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -94,17 +97,21 @@
 %files
 %defattr(644,root,root,755)
 %doc install.log optional-packages.txt
-%doc docs/%{_pearname}/examples
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/%{_subclass}/Matrix.php
 %{php_pear_dir}/%{_class}/%{_subclass}/Matrix
 
+%{_examplesdir}/%{name}-%{version}
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %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.22  2010/08/19 10:52:35  glen
+- up to 1.0.10
+
 Revision 1.21  2008/01/31 12:16:49  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-HTML_Table_Matrix/php-pear-HTML_Table_Matrix.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list