EPEL compatibility
This commit is contained in:
parent
3c7cff9ef4
commit
1a73c90d38
20
brotli.spec
20
brotli.spec
@ -1,13 +1,17 @@
|
|||||||
Name: brotli
|
Name: brotli
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Lossless compression algorithm
|
Summary: Lossless compression algorithm
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/google/brotli
|
URL: https://github.com/google/brotli
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-devel gcc-c++ gcc cmake
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Brotli is a generic-purpose lossless compression algorithm that compresses
|
Brotli is a generic-purpose lossless compression algorithm that compresses
|
||||||
@ -16,12 +20,11 @@ coding and 2nd order context modeling, with a compression ratio comparable
|
|||||||
to the best currently available general-purpose compression methods.
|
to the best currently available general-purpose compression methods.
|
||||||
It is similar in speed with deflate but offers more dense compression.
|
It is similar in speed with deflate but offers more dense compression.
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python%{python3_pkgversion}-%{name}
|
||||||
Requires: python3
|
|
||||||
Summary: Lossless compression algorithm (python 3)
|
Summary: Lossless compression algorithm (python 3)
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}}
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python%{python3_pkgversion}-%{name}
|
||||||
Brotli is a generic-purpose lossless compression algorithm that compresses
|
Brotli is a generic-purpose lossless compression algorithm that compresses
|
||||||
data using a combination of a modern variant of the LZ77 algorithm, Huffman
|
data using a combination of a modern variant of the LZ77 algorithm, Huffman
|
||||||
coding and 2nd order context modeling, with a compression ratio comparable
|
coding and 2nd order context modeling, with a compression ratio comparable
|
||||||
@ -92,7 +95,7 @@ cd ..
|
|||||||
|
|
||||||
# Note that there is no %%files section for the unversioned python module
|
# Note that there is no %%files section for the unversioned python module
|
||||||
# if we are building for several python runtimes
|
# if we are building for several python runtimes
|
||||||
%files -n python3-%{name}
|
%files -n python%{python3_pkgversion}-%{name}
|
||||||
%{python3_sitearch}/brotli.py
|
%{python3_sitearch}/brotli.py
|
||||||
%{python3_sitearch}/_brotli.cpython-%{python3_version_nodots}m*.so
|
%{python3_sitearch}/_brotli.cpython-%{python3_version_nodots}m*.so
|
||||||
%{python3_sitearch}/__pycache__/brotli.cpython-%{python3_version_nodots}*.py*
|
%{python3_sitearch}/__pycache__/brotli.cpython-%{python3_version_nodots}*.py*
|
||||||
@ -113,6 +116,9 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 28 2019 Carl George <carl@george.computer> - 1.0.7-4
|
||||||
|
- EPEL compatibility
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-3
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user