]> git.pld-linux.org Git - packages/enchant2.git/commitdiff
- updated to 2.5.0 auto/th/enchant2-2.5.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Jul 2023 18:05:11 +0000 (20:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Jul 2023 18:05:11 +0000 (20:05 +0200)
enchant2-link.patch
enchant2.spec

index 630510a92f362ee5fa3926f720d382372a5a6b70..091393baeee06334e7cde56560838299b4df67db 100644 (file)
@@ -1,6 +1,6 @@
---- enchant-2.2.8/configure.ac.orig    2020-02-27 16:32:32.000000000 +0100
-+++ enchant-2.2.8/configure.ac 2020-03-01 21:32:41.372171295 +0100
-@@ -189,7 +189,7 @@
+--- enchant-2.5.0/configure.ac.orig    2023-05-24 11:23:45.000000000 +0200
++++ enchant-2.5.0/configure.ac 2023-07-24 19:59:56.784094186 +0200
+@@ -169,7 +169,7 @@ AC_DEFUN([ENCHANT_CHECK_LIB_PROVIDER],
        [_enchant_header=m4_default([$6], [$1[].h])
        AC_CHECK_HEADERS([$_enchant_header], [_header_found=yes], [_header_found=no], [])
        if test "$3" != NOLIB; then
@@ -9,17 +9,17 @@
        else
           ac_cv_lib_[]$1[]_[]$3=yes
        fi
-@@ -201,7 +201,10 @@
+@@ -181,7 +181,10 @@ AC_DEFUN([ENCHANT_CHECK_LIB_PROVIDER],
        else
           with_[]$1=yes
           build_providers="$build_providers $1"
 -         LIBS="$LIBS $5"
 +         if test "$3" != NOLIB; then
-+         $2[]_LIBS="-l$1 $5"
++            $2[]_LIBS="-l$1 $5"
 +         fi
 +         AC_SUBST($2[]_LIBS)
        fi])
-    AM_CONDITIONAL(WITH_[]$2, test "x$with_[]$1" = xyes)])
+    AM_CONDITIONAL(WITH_[]$2, test "$with_[]$1" = yes)])
  
 --- enchant-2.2.8/providers/Makefile.am.orig   2020-02-27 14:05:18.000000000 +0100
 +++ enchant-2.2.8/providers/Makefile.am        2020-03-01 21:34:09.391694452 +0100
index e23b98ad803c281e03392b471c71d1c2867c0624..a58d864f2ba4ebe09162938434788e63598f2bdf 100644 (file)
@@ -5,17 +5,17 @@
 Summary:       libenchant - generic spell checking library
 Summary(pl.UTF-8):     libenchant - ogólna biblioteka sprawdzania pisowni
 Name:          enchant2
-Version:       2.3.3
-Release:       3
+Version:       2.5.0
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/AbiWord/enchant/releases
 Source0:       https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
-# Source0-md5: 9b8519d43a711dae47b47a82fe78b194
+# Source0-md5: 3cbf29a5d7f31107adb4e584e0bdfebb
 Patch0:                %{name}-link.patch
 URL:           https://github.com/AbiWord/enchant
 BuildRequires: aspell-devel >= 2:0.50.0
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.71
 BuildRequires: automake
 BuildRequires: dbus-glib-devel >= 0.62
 BuildRequires: glib2-devel >= 1:2.12.0
@@ -232,6 +232,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/enchant-2
 %{_mandir}/man1/enchant-2.1*
 %{_mandir}/man1/enchant-lsmod-2.1*
+%{_mandir}/man5/enchant.5*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.192577 seconds and 4 git commands to generate.