[mingw-zfstream: 13/15] Renamed the source package to mingw-zfstream (#801040)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 18:26:19 UTC 2012


commit 2b0dd038d8d60d9ecf17c414df680bfeaf36bf98
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 20:22:08 2012 +0200

    Renamed the source package to mingw-zfstream (#801040)

 mingw32-zfstream.spec => mingw-zfstream.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-zfstream.spec b/mingw-zfstream.spec
similarity index 89%
rename from mingw32-zfstream.spec
rename to mingw-zfstream.spec
index 150ebd8..49769ab 100644
--- a/mingw32-zfstream.spec
+++ b/mingw-zfstream.spec
@@ -10,9 +10,9 @@
 %global vyear 2004
 %global name1 zfstream
 
-Name:           mingw32-%{name1}
+Name:           mingw-%{name1}
 Version:        %{vyear}%{vmonth}%{vday}
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        MinGW Windows abstraction API for reading and writing compressed files
 
 Group:          System Environment/Libraries
@@ -45,6 +45,13 @@ BuildRequires:  mingw32-gcc-c++
 MinGW zfstream C++ compressed I/O abstraction library
 
 
+%package -n mingw32-%{name1}
+Summary:        MinGW Windows abstraction API for reading and writing compressed files
+
+%description -n mingw32-%{name1}
+MinGW zfstream C++ compressed I/O abstraction library
+
+
 %{_mingw32_debug_package}
 
 
@@ -72,7 +79,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-%{name1}
 %defattr(-,root,root,-)
 %doc LICENSE
 %{_mingw32_bindir}/libzfstream-0.dll
@@ -82,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/pkgconfig/zfstream.pc
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 20041202-12
+- Renamed the source package to mingw-zfstream (#801040)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 20041202-11
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list