[mingw-libzip: 8/10] Renamed the source package to mingw-libzip (#800932)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:53:49 UTC 2012


commit a669f2de073bfbd7c702589dc32997c856d4e016
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 17:49:24 2012 +0200

    Renamed the source package to mingw-libzip (#800932)

 mingw32-libzip.spec => mingw-libzip.spec |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-libzip.spec b/mingw-libzip.spec
similarity index 78%
rename from mingw32-libzip.spec
rename to mingw-libzip.spec
index f67af7b..0172a7e 100644
--- a/mingw32-libzip.spec
+++ b/mingw-libzip.spec
@@ -6,9 +6,9 @@
 
 %global nativename libzip
 
-Name:           mingw32-%{nativename}
+Name:           mingw-%{nativename}
 Version:        0.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        C library for reading, creating, and modifying zip archives
 
 Group:          System Environment/Libraries
@@ -30,6 +30,17 @@ can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted. 
 The API is documented by man pages.
 
+
+%package -n mingw32-%{nativename}
+Summary:        C library for reading, creating, and modifying zip archives
+
+%description -n mingw32-%{nativename}
+libzip is a C library for reading, creating, and modifying zip archives. Files
+can be added from data buffers, files, or compressed data copied directly from
+other zip archives. Changes made without closing the archive can be reverted.
+The API is documented by man pages.
+
+
 %prep
 %setup -q -n %{nativename}-%{version}
 
@@ -49,7 +60,7 @@ rm -R $RPM_BUILD_ROOT%{_mingw32_datadir}/*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{nativename}
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README THANKS TODO
 %{_mingw32_bindir}/zipcmp.exe
@@ -61,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/*.h
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.9-6
+- Renamed the source package to mingw-libzip (#800932)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list