[ZipArchive] Improve package description (rhbz#773313)

Hans de Goede jwrdegoede at fedoraproject.org
Mon Jan 23 19:56:56 UTC 2012


commit 7b43f7fa37df17f1b7dff59c0e2f381babc02de0
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Jan 23 20:58:07 2012 +0100

    Improve package description (rhbz#773313)

 ZipArchive.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ZipArchive.spec b/ZipArchive.spec
index 68ced37..e13ca0b 100644
--- a/ZipArchive.spec
+++ b/ZipArchive.spec
@@ -1,6 +1,6 @@
 Name:           ZipArchive
 Version:        4.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Library for accessing zip files
 
 Group:          System Environment/Libraries
@@ -19,9 +19,13 @@ Patch3:         %{name}-gcc-4.7.patch
 BuildRequires:  libtool
 BuildRequires:  zlib-devel
 
-
 %description
-The ZipArchive library.
+The ZipArchive Library can be used to add compression functionality to your
+software. It is written in C++ and offers the following features:
+* Compression, decompression and modification of zip archives.
+* Segmented archives support (splitting and spanning).
+* Unicode support in archives compatible with WinZip.
+* Standard zip encryption.
 
 
 %package        devel
@@ -84,6 +88,9 @@ install -p -m 644 %{name}.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
 
 
 %changelog
+* Mon Jan 23 2012 Hans de Goede <hdegoede at redhat.com> - 4.1.1-6
+- Improve package description (rhbz#773313)
+
 * Thu Jan 19 2012 Hans de Goede <hdegoede at redhat.com> - 4.1.1-5
 - Drop custom cmake module, cmake using apps can use the .pc file
 - Fix the .pc file to properly return -lziparch for --libs


More information about the scm-commits mailing list