Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1472817 Details for
Bug 1611831
Make brotli build on EPEL 7
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch making brotli build on EPEL 7
brotli_epel.patch (text/plain), 3.12 KB, created by
Phil Wyett
on 2018-08-02 20:36:15 UTC
(
hide
)
Description:
Patch making brotli build on EPEL 7
Filename:
MIME Type:
Creator:
Phil Wyett
Created:
2018-08-02 20:36:15 UTC
Size:
3.12 KB
patch
obsolete
>--- brotli.spec 2018-02-07 04:13:39.000000000 +0000 >+++ brotli.spec.new 2018-08-02 21:20:29.254001000 +0100 >@@ -1,13 +1,19 @@ >-Name: brotli >-Version: 1.0.1 >-Release: 3%{?dist} >-Summary: Lossless compression algorithm >- >-License: MIT >-URL: https://github.com/google/brotli >-Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz >- >-BuildRequires: python2-devel python3-devel gcc-c++ gcc cmake >+Name: brotli >+Version: 1.0.1 >+Release: 4%{?dist} >+Summary: Lossless compression algorithm >+ >+License: MIT >+URL: https://github.com/google/brotli >+Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz >+ >+BuildRequires: cmake >+BuildRequires: gcc >+BuildRequires: gcc-c++ >+BuildRequires: python2-devel >+BuildRequires: python2-setuptools >+BuildRequires: python%{python3_pkgversion}-devel >+BuildRequires: python%{python3_pkgversion}-setuptools > > %description > Brotli is a generic-purpose lossless compression algorithm that compresses >@@ -17,7 +23,7 @@ to the best currently available general- > It is similar in speed with deflate but offers more dense compression. > > %package -n python2-%{name} >-Summary: Lossless compression algorithm (python 2) >+Summary: Lossless compression algorithm (python 2) > Requires: python2 > %{?python_provide:%python_provide python2-%{name}} > >@@ -29,13 +35,12 @@ to the best currently available general- > It is similar in speed with deflate but offers more dense compression. > This package installs a Python 2 module. > >- >-%package -n python3-%{name} >+%package -n python%{python3_pkgversion}-%{name} > Requires: python3 >-Summary: Lossless compression algorithm (python 3) >-%{?python_provide:%python_provide python3-%{name}} >+Summary: Lossless compression algorithm (python 3) >+%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} > >-%description -n python3-%{name} >+%description -n python%{python3_pkgversion}-%{name} > Brotli is a generic-purpose lossless compression algorithm that compresses > data using a combination of a modern variant of the LZ77 algorithm, Huffman > coding and 2nd order context modeling, with a compression ratio comparable >@@ -43,9 +48,8 @@ to the best currently available general- > It is similar in speed with deflate but offers more dense compression. > This package installs a Python 3 module. > >- > %package -n %{name}-devel >-Summary: Lossless compression algorithm (development files) >+Summary: Lossless compression algorithm (development files) > Requires: %{name}%{?_isa} = %{version}-%{release} > > %description -n %{name}-devel >@@ -116,7 +120,7 @@ cd .. > %{python2_sitearch}/* > %license LICENSE > >-%files -n python3-%{name} >+%files -n python%{python3_pkgversion}-%{name} > %{python3_sitearch}/* > %license LICENSE > >@@ -126,8 +130,11 @@ cd .. > %{_libdir}/pkgconfig/* > %{_mandir}/man3/* > >- > %changelog >+* Thu Aug 02 2018 Phil Wyett <philwyett@kathenas.org> - 1.0.1-4 >+- Fixup python 2/3 issues for EPEL build. >+- Add python setuptools to build requires for tests. >+ > * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1611831
:
1472817
|
1472819