automatic version update by autodist [release 2024.10.16-1mamba;Fri Oct 18 2024]
This commit is contained in:
parent
e5d7c91a81
commit
5ae43076dc
@ -1,19 +0,0 @@
|
|||||||
--- ac-archive-2007.0205/ac-archive/mp_with_curses.m4 2007-02-02 02:15:21.000000000 +0100
|
|
||||||
+++ ac-archive-2007.0205/ac-archive/mp_with_curses.m4.fix 2007-05-21 09:28:08.000000000 +0200
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
mp_cv_curses=yes, mp_cv_curses=no)])
|
|
||||||
if test "$mp_cv_curses" = yes
|
|
||||||
then
|
|
||||||
- AC_DEFINE(HAVE_CURSES_H)
|
|
||||||
+ AC_DEFINE(HAVE_CURSES_H,1,[Define to use curses for screen management])
|
|
||||||
CURSES_LIB="-lcurses"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
@@ -44,6 +44,7 @@
|
|
||||||
if test "$mp_cv_ncurses" = yes
|
|
||||||
then
|
|
||||||
AC_DEFINE(HAVE_NCURSES_H)
|
|
||||||
+ AC_DEFINE(HAVE_CURSES_H,1,[Define to use curses for screen management])
|
|
||||||
CURSES_LIB="-lncurses"
|
|
||||||
fi
|
|
||||||
fi
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: autoconf-archive
|
Name: autoconf-archive
|
||||||
Version: 2023.02.20
|
Version: 2024.10.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Autoconf Macro Archive for developers
|
Summary: Autoconf Macro Archive for developers
|
||||||
@ -9,7 +9,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnu.org/software/autoconf-archive/
|
URL: https://www.gnu.org/software/autoconf-archive/
|
||||||
Source: https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-%{version}.tar.xz
|
Source: https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-%{version}.tar.xz
|
||||||
Patch: ac-archive-2007.0205-ncurses.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -33,7 +32,6 @@ This package installs the documentation extracted from macros.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -43,6 +41,8 @@ This package installs the documentation extracted from macros.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -75,6 +75,9 @@ This package installs the documentation extracted from macros.
|
|||||||
#%{_datadir}/omf/ac-archive/
|
#%{_datadir}/omf/ac-archive/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2024 Automatic Build System <autodist@openmamba.org> 2024.10.16-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 2023.02.20-1mamba
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 2023.02.20-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user