|
|
|
@ -2,13 +2,17 @@
|
|
|
|
|
|
|
|
|
|
Name: miniz
|
|
|
|
|
Version: 1.15
|
|
|
|
|
Release: 3.%{miniz_revision}%{?dist}
|
|
|
|
|
Release: 4.%{miniz_revision}%{?dist}
|
|
|
|
|
Summary: Compression library implementing the zlib and Deflate
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: Unlicense
|
|
|
|
|
URL: https://code.google.com/p/%{name}/
|
|
|
|
|
Source0: https://%{name}.googlecode.com/files/%{name}_v%(echo '%{version}' | tr -d .)_%{miniz_revision}.7z
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: p7zip
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Miniz is a lossless, high performance data compression library in a single
|
|
|
|
@ -25,7 +29,7 @@ compressor function designed to compare well against fastlz/minilzo.
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Development files for the %{name} library
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: glibc-headers%{?_isa}
|
|
|
|
|
Requires: gcc%{?_isa}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Header files for developing applications that use the %{name} library.
|
|
|
|
@ -81,6 +85,9 @@ install -m 0644 %{name}.h '%{buildroot}/%{_includedir}'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 08 2016 Petr Pisar <ppisar@redhat.com> - 1.15-4.r4
|
|
|
|
|
- Correct dependency on libc headers
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3.r4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|