]> git.pld-linux.org Git - packages/brotli.git/blobdiff - brotli.spec
- added pc patch (kill -R linker flags unrecognized by compiler from pkg-config ...
[packages/brotli.git] / brotli.spec
index 91dfebe702168c49a989012db8fd011f3a8cf616..6be64152a7c97c774c726bf3557d1821d6a6a20c 100644 (file)
@@ -8,12 +8,13 @@ Summary:      Brotli - generic-purpose lossless compression algorithm
 Summary(pl.UTF-8):     Brotli - algorytm bezstratnej kompresji ogólnego przeznaczenia
 Name:          brotli
 Version:       1.0.9
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/google/brotli/releases
 Source0:       https://github.com/google/brotli/archive/v%{version}/Brotli-%{version}.tar.gz
 # Source0-md5: c2274f0c7af8470ad514637c35bcee7d
+Patch0:                %{name}-pc.patch
 URL:           https://github.com/google/brotli/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.7
@@ -112,6 +113,7 @@ Moduł Pythona 3 do kodowania/dekodowania kompresji Brotli.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./bootstrap
This page took 0.043276 seconds and 4 git commands to generate.