]> 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 ea88c19ad434d0b9fa7f0858ee43b6fbab68dc5d..19731e157555accd8ab9d190ebd20299e2cfbd8f 100644 (file)
@@ -7,17 +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.6.0
+Version:       1.7.5
 Release:       1
+Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 1345261c2e4bb8429ee41bb457566df9
+# Source0-md5: d76f133550d326c33f7fc556afb59555
 URL:           http://pear.php.net/package/HTML_Table/
+BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
+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
+Requires:      php-pear-PEAR-core >= 1:1.4.0-0.b1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,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
 
@@ -62,3 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %{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.062443 seconds and 4 git commands to generate.