Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win32
mingw32-brotli
mingw32-brotli.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw32-brotli.spec of Package mingw32-brotli
# # spec file for package mingw32-brotli # # Copyright (c) 2024, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define realname brotli Name: mingw32-%{realname} Version: 1.1.0 Release: 0 Summary: Lossless Compression Algorithm License: MIT Group: Productivity/Archiving/Compression URL: https://github.com/google/brotli Source: https://github.com/google/brotli/archive/v%version.tar.gz BuildRequires: mingw32-cross-cmake BuildRequires: mingw32-cross-gcc BuildRequires: mingw32-cross-gcc-c++ BuildRequires: mingw32-filesystem %_mingw32_package_header_debug BuildArch: noarch %description This package contains the brotli command line utility to compress and decompress data with the brotli compression algorithm. 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 to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. %package -n mingw32-libbrotlicommon Summary: Common Library for Brotli Compression Group: System/Libraries %description -n mingw32-libbrotlicommon Common library for the Brotli general purpose lossless data compression algorithm. %package -n mingw32-libbrotlidec Summary: Library for Brotli Decompression Group: System/Libraries %description -n mingw32-libbrotlidec Decompression library for the Brotli general purpose lossless data compression algorithm. The specification of the Brotli Compressed Data Format is defined in RFC 7932. %package -n mingw32-libbrotlienc Summary: Library for Brotli Compression Group: System/Libraries %description -n mingw32-libbrotlienc Compression library for the Brotli general purpose lossless data compression algorithm. %package -n mingw32-%{realname}-devel Summary: Development and Header Files for Brotli Compression Group: Development/Libraries/C and C++ Requires: mingw32-libbrotlicommon = %{version} Requires: mingw32-libbrotlidec = %{version} Requires: mingw32-libbrotlienc = %{version} %description -n mingw32-%{realname}-devel Development and headers files for (de)compressing data using the Brotli general purpose lossless compression algorithm. The specification of the Brotli Compressed Data Format is defined in RFC 7932. %_mingw32_debug_package %prep %setup -q -n %{realname}-%{version} %build %{_mingw32_cmake} %{_mingw32_cmake_build} %install %{_mingw32_cmake_install} %files -n mingw32-libbrotlicommon %{_mingw32_bindir}/libbrotlicommon.dll %files -n mingw32-libbrotlidec %{_mingw32_bindir}/libbrotlidec.dll %files -n mingw32-libbrotlienc %{_mingw32_bindir}/libbrotlienc.dll %files -n mingw32-%{realname}-devel %license LICENSE %{_mingw32_bindir}/brotli.exe %{_mingw32_includedir}/brotli %{_mingw32_libdir}/libbrotlicommon.dll.a %{_mingw32_libdir}/libbrotlidec.dll.a %{_mingw32_libdir}/libbrotlienc.dll.a %{_mingw32_libdir}/pkgconfig/libbrotlicommon.pc %{_mingw32_libdir}/pkgconfig/libbrotlidec.pc %{_mingw32_libdir}/pkgconfig/libbrotlienc.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor