brotli-1.0.3
OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=5
This commit is contained in:
parent
4fc93c27ff
commit
7dc1fb76e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422
|
|
||||||
size 23736359
|
|
3
brotli-1.0.3.tar.gz
Normal file
3
brotli-1.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7948154166ef8556f8426a4ede219aaa98a81a5baffe1f7cf2523fa67d59cd1c
|
||||||
|
size 23815300
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 19:29:33 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.3
|
||||||
|
* New "Large Window Brotli" feature
|
||||||
|
* New dictionary generator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 20:25:21 UTC 2018 - jengelh@inai.de
|
Wed Jan 3 20:25:21 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
48
brotli.spec
48
brotli.spec
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package brotli
|
# spec file for package brotli
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
|
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -15,21 +16,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define _soname 1
|
|
||||||
|
%define sover 1
|
||||||
|
|
||||||
Name: brotli
|
Name: brotli
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Lossless Compression Algorithm
|
Summary: Lossless Compression Algorithm
|
||||||
Url: https://github.com/google/brotli
|
License: MIT
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
|
Url: https://github.com/google/brotli
|
||||||
Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake >= 2.8.6
|
BuildRequires: cmake >= 2.8.6
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: gzip
|
BuildRequires: gzip
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the brotli command line utility to compress and decompress data with the brotli compression algorithm.
|
This package contains the brotli command line utility to compress and decompress data with the brotli compression algorithm.
|
||||||
@ -40,27 +42,27 @@ currently available general-purpose compression methods. It is similar in speed
|
|||||||
|
|
||||||
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
||||||
|
|
||||||
%package -n libbrotlicommon%{_soname}
|
%package -n libbrotlicommon%{sover}
|
||||||
Summary: Common Library for Brotli Compression
|
Summary: Common Library for Brotli Compression
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libbrotlicommon%{_soname}
|
%description -n libbrotlicommon%{sover}
|
||||||
Common library for the Brotli general purpose lossless data compression algorithm.
|
Common library for the Brotli general purpose lossless data compression algorithm.
|
||||||
|
|
||||||
%package -n libbrotlidec%{_soname}
|
%package -n libbrotlidec%{sover}
|
||||||
Summary: Library for Brotli Decompression
|
Summary: Library for Brotli Decompression
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libbrotlidec%{_soname}
|
%description -n libbrotlidec%{sover}
|
||||||
Decompression library for the Brotli general purpose lossless data compression algorithm.
|
Decompression library for the Brotli general purpose lossless data compression algorithm.
|
||||||
|
|
||||||
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
||||||
|
|
||||||
%package -n libbrotlienc%{_soname}
|
%package -n libbrotlienc%{sover}
|
||||||
Summary: Library for Brotli Compression
|
Summary: Library for Brotli Compression
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libbrotlienc%{_soname}
|
%description -n libbrotlienc%{sover}
|
||||||
Compression library for the Brotli general purpose lossless data compression algorithm.
|
Compression library for the Brotli general purpose lossless data compression algorithm.
|
||||||
|
|
||||||
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
||||||
@ -68,7 +70,7 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.
|
|||||||
%package -n libbrotli-devel
|
%package -n libbrotli-devel
|
||||||
Summary: Development and Header Files for Brotli Compression
|
Summary: Development and Header Files for Brotli Compression
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libbrotlienc%{_soname} = %{version}-%{release}
|
Requires: libbrotlienc%{sover} = %{version}-%{release}
|
||||||
Provides: libbrotlicommon-devel = %version-%release
|
Provides: libbrotlicommon-devel = %version-%release
|
||||||
Provides: libbrotlidec-devel = %version-%release
|
Provides: libbrotlidec-devel = %version-%release
|
||||||
Provides: libbrotlienc-devel = %version-%release
|
Provides: libbrotlienc-devel = %version-%release
|
||||||
@ -110,14 +112,14 @@ done
|
|||||||
cd build
|
cd build
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%post -n libbrotlicommon%{_soname} -p /sbin/ldconfig
|
%post -n libbrotlicommon%{sover} -p /sbin/ldconfig
|
||||||
%postun -n libbrotlicommon%{_soname} -p /sbin/ldconfig
|
%postun -n libbrotlicommon%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libbrotlidec%{_soname} -p /sbin/ldconfig
|
%post -n libbrotlidec%{sover} -p /sbin/ldconfig
|
||||||
%postun -n libbrotlidec%{_soname} -p /sbin/ldconfig
|
%postun -n libbrotlidec%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libbrotlienc%{_soname} -p /sbin/ldconfig
|
%post -n libbrotlienc%{sover} -p /sbin/ldconfig
|
||||||
%postun -n libbrotlienc%{_soname} -p /sbin/ldconfig
|
%postun -n libbrotlienc%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
@ -125,15 +127,15 @@ make test
|
|||||||
%attr(755,root,root) /usr/bin/brotli
|
%attr(755,root,root) /usr/bin/brotli
|
||||||
%{_mandir}/man1/brotli.1%{ext_man}
|
%{_mandir}/man1/brotli.1%{ext_man}
|
||||||
|
|
||||||
%files -n libbrotlicommon%{_soname}
|
%files -n libbrotlicommon%{sover}
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
%{_libdir}/libbrotlicommon.so.*
|
%{_libdir}/libbrotlicommon.so.*
|
||||||
|
|
||||||
%files -n libbrotlidec%{_soname}
|
%files -n libbrotlidec%{sover}
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
%{_libdir}/libbrotlidec.so.*
|
%{_libdir}/libbrotlidec.so.*
|
||||||
|
|
||||||
%files -n libbrotlienc%{_soname}
|
%files -n libbrotlienc%{sover}
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
%{_libdir}/libbrotlienc.so.*
|
%{_libdir}/libbrotlienc.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user