summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-06 15:35:29 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-06 15:35:29 +0200
commit279f826be673f7892f34d56e3f1e1622f2037cd7 (patch)
tree0cc9ecaa2c6ad3db0e0b8f3c12fb24bb63bd9634
parent067813d8b452d5861c7722ada69e46589611995b (diff)
php-zendframework-zend-text: fix descr
-rw-r--r--php-zendframework-zend-text.spec20
1 files changed, 17 insertions, 3 deletions
diff --git a/php-zendframework-zend-text.spec b/php-zendframework-zend-text.spec
index 9507126..a191d55 100644
--- a/php-zendframework-zend-text.spec
+++ b/php-zendframework-zend-text.spec
@@ -21,7 +21,7 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Zend Framework %{library} component
Group: Development/Libraries
@@ -73,8 +73,19 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version}
%description
-Zend\Ldap\Ldap is a class for performing LDAP operations including but
-not limited to binding, searching and modifying entries in an LDAP directory.
+Zend\Text is a component to work on text strings.
+It contains the subcomponents:
+
+* Zend\Text\Figlet that enables developers to create a so called FIGlet text.
+ A FIGlet text is a string, which is represented as ASCII art. FIGlets use a
+ special font format, called FLT (FigLet Font). By default, one standard font
+ is shipped with Zend\Text\Figlet, but you can download additional fonts here
+
+* Zend\Text\Table to create text based tables on the fly with different
+ decorators. This can be helpful, if you either want to send structured data
+ in text emails, which are used to have mono-spaced fonts, or to display table
+ information in a CLI application. Zend\Text\Table supports multi-line columns,
+ colspan and align as well.
%prep
@@ -126,5 +137,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-2
+- fix description
+
* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
- initial package \ No newline at end of file