From 3a73df988fc48f34747daa4ecfa1a5c828a16080 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Wed, 7 Mar 2012 16:44:50 +0100 Subject: [PATCH] Renamed the source package to mingw-bzip2 --- mingw32-bzip2.spec => mingw-bzip2.spec | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) rename mingw32-bzip2.spec => mingw-bzip2.spec (84%) diff --git a/mingw32-bzip2.spec b/mingw-bzip2.spec similarity index 84% rename from mingw32-bzip2.spec rename to mingw-bzip2.spec index 414bfa3..e1d1be4 100644 --- a/mingw32-bzip2.spec +++ b/mingw-bzip2.spec @@ -9,9 +9,9 @@ # Running the tests requires Wine. %define run_tests 0 -Name: mingw32-bzip2 +Name: mingw-bzip2 Version: 1.0.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: MinGW port of bzip2 file compression utility License: BSD @@ -51,6 +51,22 @@ This package contains development tools and libraries for use when cross-compiling Windows software in Fedora. +%package -n mingw32-bzip2 +Summary: MinGW port of bzip2 file compression utility + +%description -n mingw32-bzip2 +Bzip2 is a freely available, patent-free, high quality data compressor. +Bzip2 compresses files to within 10 to 15 percent of the capabilities +of the best techniques available. However, bzip2 has the added benefit +of being approximately two times faster at compression and six times +faster at decompression than those techniques. Bzip2 is not the +fastest compression utility, but it does strike a balance between speed +and compression capability. + +This package contains development tools and libraries for use when +cross-compiling Windows software in Fedora. + + %prep %setup -q -n bzip2-%{version} @@ -114,7 +130,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libbz2.a rm -rf $RPM_BUILD_ROOT -%files +%files -n mingw32-bzip2 %defattr(-,root,root) %doc LICENSE @@ -137,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 07 2012 Erik van Pienbroek - 1.0.5-12 +- Renamed the source package to mingw-bzip2 (RHBZ #800847) + * Mon Feb 27 2012 Erik van Pienbroek - 1.0.5-11 - Rebuild against the mingw-w64 toolchain