]> git.pld-linux.org Git - packages/libedit.git/commitdiff
- updated to 20221030 auto/th/libedit-3.1-1.20221030.1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jan 2023 19:02:36 +0000 (20:02 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jan 2023 19:02:36 +0000 (20:02 +0100)
libedit.spec

index e77de5f58f36f6b366cd83227eae0c8307e79c96..269709d171bf3db369167ae67eae012621fb8b52 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
-%define        snap    20191231
+%define        snap    20221030
 %define        rel     1
 Summary:       Editline Library
 Summary(pl.UTF-8):     Biblioteka Editline (edytor linii poleceÅ„)
@@ -12,13 +12,13 @@ Release:    1.%{snap}.%{rel}
 Epoch:         0
 License:       BSD
 Group:         Libraries
-Source0:       http://thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
-# Source0-md5: 2e22a51131de94ff2df24901f7cfe416
+Source0:       https://thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
+# Source0-md5: 103fc913cf691dbe391dcf7bff0e6a84
 Patch0:                %{name}-man.patch
-URL:           http://thrysoee.dk/editline/
+URL:           https://thrysoee.dk/editline/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,7 +66,7 @@ Statyczna biblioteka libedit.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -79,6 +79,7 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
        %{!?with_static_libs:--disable-static}
 
 %{__make} -C src vi.h emacs.h common.h
+
 %{__make}
 
 %install
This page took 0.161832 seconds and 4 git commands to generate.