[owncloud/el6] clean up sub-package descriptions a bit more

Adam Williamson adamwill at fedoraproject.org
Wed Oct 29 23:43:53 UTC 2014


commit a16d11b631b39e1dd06d326fdd09101ac56d8b03
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Oct 29 16:43:50 2014 -0700

    clean up sub-package descriptions a bit more

 owncloud.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index 6bfa3ad..f636c82 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,6 +1,6 @@
 Name:           owncloud
 Version:        6.0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -105,7 +105,7 @@ Requires:   %{name} = %{version}-%{release}
 Requires:       php
 
 %description httpd
-%{summary}
+%{summary}.
 
 
 %package nginx
@@ -118,7 +118,7 @@ Requires:   %{name} = %{version}-%{release}
 Requires:   php-fpm nginx
 
 %description nginx
-%{summary}
+%{summary}.
 
 
 %package mysql
@@ -130,8 +130,6 @@ Requires:   %{name} = %{version}-%{release}
 Requires:   php-mysql
 
 %description mysql
-%{summary}
-
 This package ensures the necessary dependencies are in place for ownCloud to
 work with MySQL / MariaDB databases. It does not require a MySQL / MariaDB
 server to be installed, as you may well wish to use a remote database
@@ -149,8 +147,6 @@ Requires:   %{name} = %{version}-%{release}
 Requires:   php-pgsql
 
 %description postgresql
-%{summary}
-
 This package ensures the necessary dependencies are in place for ownCloud to
 work with a PostgreSQL database. It does not require the PostgreSQL server
 package to be installed, as you may well wish to use a remote database
@@ -174,8 +170,6 @@ Requires:   %{name} = %{version}-%{release}
 Requires:   php-sqlite3 php-pcre
 
 %description sqlite
-%{summary}
-
 This package ensures the necessary dependencies are in place for ownCloud to
 work with an SQLite 3 database stored on the local system.
 
@@ -377,6 +371,9 @@ fi
 
 
 %changelog
+* Wed Oct 29 2014 Adam Williamson <awilliam at redhat.com> - 6.0.5-4
+- clean up sub-package descriptions a bit more
+
 * Wed Oct 29 2014 Adam Williamson <awilliam at redhat.com> - 6.0.5-3
 - don't depend on database server packages, explain pgsql 9.x situation
 - improve database docs (from master, tweaked for EL 6)


More information about the scm-commits mailing list