Renamed the source package to mingw-bzip2

This commit is contained in:
Erik van Pienbroek 2012-03-07 16:44:50 +01:00
parent 93da358965
commit 3a73df988f

View File

@ -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 <epienbro@fedoraproject.org> - 1.0.5-12
- Renamed the source package to mingw-bzip2 (RHBZ #800847)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.5-11
- Rebuild against the mingw-w64 toolchain