]> git.pld-linux.org Git - packages/nuspell.git/commitdiff
- updated to 5.1.3; don't build tests (fetching Catch2) while not running them master auto/th/nuspell-5.1.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Oct 2023 13:55:47 +0000 (15:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Oct 2023 13:55:47 +0000 (15:55 +0200)
nuspell.spec

index 601e3fa812845e5f298a59ecbd836c9af2657303..384f35c1224cc641c5d9b7fac7079eb1d82c4dd6 100644 (file)
@@ -2,13 +2,13 @@
 Summary:       Nuspell spell checking library
 Summary(pl.UTF-8):     Biblioteka sprawdzania pisowni Nuspell
 Name:          nuspell
-Version:       5.1.2
-Release:       3
+Version:       5.1.3
+Release:       1
 License:       LGPL v3+
 Group:         Libraries
 #Source0Download: https://github.com/nuspell/nuspell/releases
 Source0:       https://github.com/nuspell/nuspell/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8ca8e48cceb5c897df53c3a131b1ebe2
+# Source0-md5: a0e833e8272327ddf66c3764d2176cfb
 URL:           https://nuspell.github.io/
 BuildRequires: cmake >= 3.8
 BuildRequires: libicu-devel
@@ -87,7 +87,8 @@ Pliki nagłówkowe biblioteki Nuspell.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+       -DBUILD_TESTING=OFF
 
 %{__make}
 
This page took 0.188565 seconds and 4 git commands to generate.