[mingw-libgeotiff] Fix descriptions

Sandro Mani smani at fedoraproject.org
Sat Aug 10 19:25:29 UTC 2013


commit 42a50108974190c0191fa0b83ccb71b1c8baf61a
Author: Sandro Mani <manisandro at gmail.com>
Date:   Sat Aug 10 21:24:57 2013 +0200

    Fix descriptions

 mingw-libgeotiff.spec |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/mingw-libgeotiff.spec b/mingw-libgeotiff.spec
index 319a615..9ec5584 100644
--- a/mingw-libgeotiff.spec
+++ b/mingw-libgeotiff.spec
@@ -4,8 +4,8 @@
 
 Name:      mingw-%{pkgname}
 Version:   1.4.0
-Release:   1%{?dist}
-Summary:   MinGW Windows libGeoTIFF library
+Release:   2%{?dist}
+Summary:   MinGW Windows %{pkgname} library
 
 Group:     System Environment/Libraries
 License:   MIT
@@ -41,49 +41,49 @@ BuildRequires: mingw64-zlib
 
 
 %package -n mingw32-%{pkgname}
-Summary:       %{summary}
+Summary:       MinGW Windows %{pkgname} library
 
 %description -n mingw32-%{pkgname}
 %{summary}.
 
 
 %package -n mingw32-%{pkgname}-static
-Summary:       Static version of the %{summary}
+Summary:       Static version of the MinGW Windows %{pkgname} library
 Requires:      mingw32-%{pkgname} = %{version}-%{release}
 
 %description -n mingw32-%{pkgname}-static
-Static version of the %{summary}.
+%{summary}.
 
 
 %package -n mingw32-%{pkgname}-tools
-Summary:       Tools for the %{summary}
+Summary:       Tools for the MinGW Windows %{pkgname} library
 Requires:      mingw32-%{pkgname} = %{version}-%{release}
 
 %description -n mingw32-%{pkgname}-tools
-Tools for the %{summary}.
+%{summary}.
 
 
 %package -n mingw64-%{pkgname}
-Summary:       %{summary}
+Summary:       MinGW Windows %{pkgname} library
 
 %description -n mingw64-%{pkgname}
 %{summary}.
 
 
 %package -n mingw64-%{pkgname}-static
-Summary:       Static version of the %{summary}
+Summary:       Static version of the MinGW Windows %{pkgname} library
 Requires:      mingw64-%{pkgname} = %{version}-%{release}
 
 %description -n mingw64-%{pkgname}-static
-Static version of the %{summary}.
+%{summary}.
 
 
 %package -n mingw64-%{pkgname}-tools
-Summary:       Tools for the %{summary}
+Summary:       Tools for the MinGW Windows %{pkgname} library
 Requires:      mingw64-%{pkgname} = %{version}-%{release}
 
 %description -n mingw64-%{pkgname}-tools
-Tools for the %{summary}.
+%{summary}.
 
 
 %{?mingw_debug_package}
@@ -176,6 +176,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Sat Aug 10 2013 Sandro Mani <manisandro at gmail.com> - 1.4.0-2
+- Fix descriptions
+
 * Thu Aug 08 2013 Sandro Mani <manisandro at gmail.com> - 1.4.0-1
 - Update to 1.4.0
 - Enable mingw64 packages


More information about the scm-commits mailing list