]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/commitdiff
- 1.6.1 auto/ac/php-pear-HTML_Table-1_6_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Oct 2005 23:07:15 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_Table.spec -> 1.26

php-pear-HTML_Table.spec

index ea88c19ad434d0b9fa7f0858ee43b6fbab68dc5d..c3d1d62f8404a0f8cad213c9b07bb11927f6366a 100644 (file)
@@ -7,12 +7,12 @@
 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.6.1
 Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 1345261c2e4bb8429ee41bb457566df9
+# Source0-md5: e8dcac7bddbb1921712aae959d17a573
 URL:           http://pear.php.net/package/HTML_Table/
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 Requires:      php-pear >= 4:1.0-8.1
@@ -45,6 +45,19 @@ 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
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+AutoReq:       no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
 %prep
 %pear_package_setup
 
@@ -62,3 +75,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.107015 seconds and 4 git commands to generate.