summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-03 09:57:03 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-03 09:57:03 +0100
commit167ae0b724375e20ea948b1502318c256d3ee032 (patch)
treedef42543e584675361ac7068aaefb2d7b71b0adf
parent685a00207a8b0d83cae62a81244dda0318201f95 (diff)
php-nette-component-model: fix description and summary
-rw-r--r--php-nette-component-model.spec18
1 files changed, 14 insertions, 4 deletions
diff --git a/php-nette-component-model.spec b/php-nette-component-model.spec
index 0c1ee04..6615ca2 100644
--- a/php-nette-component-model.spec
+++ b/php-nette-component-model.spec
@@ -18,9 +18,9 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 2.2.4
-%global specrel 1
+%global specrel 2
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
-Summary: Nette Caching Component
+Summary: Nette Component Model
Group: Development/Libraries
License: BSD or GPLv2 or GPLv3
@@ -59,8 +59,15 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version}
%description
-Cache accelerates your application by storing data, once hardly retrieved,
-for future use.
+Components are the foundation of reusable code. They make your work easier
+and allow you to profit from community work. Components are wonderful.
+Nette Framework introduces several classes and interfaces for all these
+types of components.
+
+Object inheritance allows us to have a hierarchic structure of classes like
+in real world. We can create new classes by extending. These extended classes
+are descendants of the original class and inherit its parameters and methods.
+Extended class can add its own parameters and methods to the inherited ones.
To use this library, you just have to add, in your project:
require_once '%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php';
@@ -121,5 +128,8 @@ rm -rf %{buildroot}
%changelog
+* Tue Nov 3 2015 Remi Collet <remi@fedoraproject.org> - 2.2.4-2
+- fix package description and summary
+
* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 2.2.4-1
- initial package \ No newline at end of file