]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blobdiff - php-pear-HTML_Table.spec
- 1.7.5
[packages/php-pear-HTML_Table.git] / php-pear-HTML_Table.spec
index ca3bf62eb2a9a8042dbc8a094bf8def95c31cea8..19731e157555accd8ab9d190ebd20299e2cfbd8f 100644 (file)
@@ -7,16 +7,20 @@
 Summary:       %{_pearname} - makes the design of HTML tables easy, flexible, reusable and efficient
 Summary(pl):   %{_pearname} - czyni tworzenie tabel HTML ³atwym, elastycznym, efektywnym
 Name:          php-pear-%{_pearname}
-Version:       1.5
-Release:       3
+Version:       1.7.5
+Release:       1
+Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-# Source0-md5: 6b3d42c58fa94c5f735a8622882c46ec
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: d76f133550d326c33f7fc556afb59555
 URL:           http://pear.php.net/package/HTML_Table/
+BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-Requires:      php-pear
-Requires:      php-pear-HTML_Common >= 1.2
+BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php-pear >= 4:1.0-8.1
+Requires:      php-pear-HTML_Common >= 1.2.0
+Requires:      php-pear-PEAR-core >= 1:1.4.0-0.b1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,6 +48,20 @@ tworzenia tabel HTML.
 
 Ta klasa ma w PEAR status: %{_status}.
 
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Summary(pl):   Testy dla PEAR::%{_pearname}
+Group:         Development/Languages/PHP
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+AutoReq:       no
+AutoProv:      no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
 %prep
 %pear_package_setup
 
@@ -60,3 +78,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/*.php
+%{php_pear_dir}/%{_class}/%{_subclass}/*.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/*
This page took 0.048488 seconds and 4 git commands to generate.