]> git.pld-linux.org Git - packages/php-pear-HTML_Table_Matrix.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 2 May 2004 14:00:32 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_Table_Matrix.spec -> 1.1

php-pear-HTML_Table_Matrix.spec [new file with mode: 0644]

diff --git a/php-pear-HTML_Table_Matrix.spec b/php-pear-HTML_Table_Matrix.spec
new file mode 100644 (file)
index 0000000..241ef69
--- /dev/null
@@ -0,0 +1,60 @@
+%include       /usr/lib/rpm/macros.php
+%define         _class          HTML
+%define         _subclass       Table
+%define                _status         stable
+%define                _pearname       %{_class}_%{_subclass}_Matrix
+
+Summary:       %{_pearname} - Autofill a table with data
+Summary(pl):   %{_pearname} - Automatycznie wype³nianie tabeli danymi
+Name:          php-pear-%{_pearname}
+Version:       1.0.4
+Release:       1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 17af7ae76cef355241ff5c4c2eafb360
+URL:           http://pear.php.net/package/Class_Subclass/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+- 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.
+- 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 other elements in the table.
+- Fully documented with PHPDoc.
+- Includes fully functional example code.
+
+This class has in PEAR status: %{_status}.
+
+#%description -l pl
+#...
+#
+#Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Matrix/Filler
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+install %{_pearname}-%{version}/Matrix/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class]/%{_subclass}/Matrix
+install %{_pearname}-%{version}/Matrix/Filler/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Matrix/Filler
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/examples
+%{php_pear_dir}/%{_class}/%{_subclass}/Matrix/
+%{php_pear_dir}/%{_class}/%{_subclass}/Matrix.php
This page took 0.077155 seconds and 4 git commands to generate.