]> git.pld-linux.org Git - packages/libgdiplus.git/commitdiff
- disable building of unused tests; release 2 master auto/th/libgdiplus-6.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2022 17:27:07 +0000 (19:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2022 17:27:07 +0000 (19:27 +0200)
libgdiplus.spec

index b0b22c3c97d971ac78a67f7bce9365e7f4ddd649..f1d27290159acbe8ad937fb9b4a4434217c5072a 100644 (file)
@@ -8,7 +8,7 @@ Summary:        An Open Source implementation of the GDI+ API
 Summary(pl.UTF-8):     Otwarta implementacja API GDI+
 Name:          libgdiplus
 Version:       6.1
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 Source0:       https://download.mono-project.com/sources/libgdiplus/%{name}-%{version}.tar.gz
@@ -89,6 +89,9 @@ Statyczna biblioteka libgdiplus.
 %setup -q
 %patch0 -p1
 
+# disable gtest tests (not run, require cmake and -Werror fixes)
+%{__sed} -i -e '/^if HAVE_CMAKE/,/^endif/ d' tests/Makefile.am
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.164507 seconds and 4 git commands to generate.