]> git.pld-linux.org Git - packages/php-pear-Console_Table.git/commitdiff
suggests Console_Color2 auto/th/php-pear-Console_Table-1.2.0-2
authorElan Ruusamäe <glen@delfi.ee>
Tue, 24 Jun 2014 07:56:02 +0000 (10:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 24 Jun 2014 07:56:02 +0000 (10:56 +0300)
php-pear-Console_Table.spec

index aea112ab0bfb969f86e9c8ae1ed074655af0d8a1..46f861eb57b456b3010d479d46a9e458ea1cc5af 100644 (file)
@@ -1,43 +1,41 @@
-%define                _class          Console
-%define                _subclass       Table
-%define                _status         stable
-%define                _pearname       Console_Table
+%define                status          stable
+%define                pearname        Console_Table
 %include       /usr/lib/rpm/macros.php
-Summary:       %{_pearname} - makes it easy to build console style tables
-Summary(pl.UTF-8):     %{_pearname} - proste tworzenie tabel konsolowych
-Name:          php-pear-%{_pearname}
+Summary:       %{pearname} - makes it easy to build console style tables
+Summary(pl.UTF-8):     %{pearname} - proste tworzenie tabel konsolowych
+Name:          php-pear-%{pearname}
 Version:       1.2.0
-Release:       1
+Release:       2
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
 # Source0-md5: a491b94bf40c3fed90feac6d7807ba0b
 URL:           http://pear.php.net/package/Console_Table/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.654
 Requires:      php-pear
-Suggests:      php-pear-Console_Color
+Suggests:      php-pear-Console_Color2
 Obsoletes:     php-pear-Console_Table-tests
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # exclude optional dependencies
-%define        _noautoreq_pear Console/Color.php
+%define                _noautoreq_pear Console/Color2.*
 
 %description
 Provides methods such as addRow(), insertRow(), addCol() etc to build
 Console tables. Can be with or without headers, and has various
 configurable options.
 
-In PEAR status of this package is: %{_status}.
+In PEAR status of this package is: %{status}.
 
 %description -l pl.UTF-8
 Dostarcza metod, takich jak addRow(), insertRow(), addCol(), itp. do
 tworzenia tabel konsolowych. Mogą być robione z i bez nagłówków.
 Posiada wiele opcji konfigurowalnych.
 
-Ta klasa ma w PEAR status: %{_status}.
+Ta klasa ma w PEAR status: %{status}.
 
 %prep
 %pear_package_setup
@@ -54,4 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/Console/*.php
+%{php_pear_dir}/Console/Table.php
This page took 0.086076 seconds and 4 git commands to generate.