automatic version update by autodist [release 5.18.10-1mamba;Thu Dec 08 2016]

This commit is contained in:
Automatic Build System 2024-01-05 20:41:47 +01:00
parent 964c70e15e
commit da7393e99a

View File

@ -1,5 +1,5 @@
Name: autogen Name: autogen
Version: 5.18.4 Version: 5.18.10
Release: 1mamba Release: 1mamba
Summary: Simplifies the creation and maintenance of programs Summary: Simplifies the creation and maintenance of programs
Group: Development/Tools Group: Development/Tools
@ -12,10 +12,14 @@ Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/autogen-%{version}.t
License: GPL, BSD License: GPL, BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libffi-devel
BuildRequires: libgc-devel
BuildRequires: libgmp-devel BuildRequires: libgmp-devel
BuildRequires: libguile1-devel BuildRequires: libguile-devel
BuildRequires: libltdl-devel BuildRequires: libltdl-devel
BuildRequires: liblzma-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: libunistring-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: perl-devel BuildRequires: perl-devel
@ -62,12 +66,22 @@ This package contains static libraries need for development.
%setup -q %setup -q
%build %build
%configure \ %configure
--with-libguile-cflags="`pkg-config --cflags guile-1.8`" \
--with-libguile-libs="`pkg-config --libs guile-1.8`" \
--with-guile-ver=`pkg-config --modversion guile-1.8`
#\
# --with-libguile-cflags="`pkg-config --cflags guile-1.8`" \
# --with-libguile-libs="`pkg-config --libs guile-1.8`" \
# --with-guile-ver=`pkg-config --modversion guile-1.8`
# Workaround for not compiling due to using these internal generated headers
%make || {
# FIXME: Ugly workaround with ftbfs with guile
rm -rf autoopts/libguile*
%make %make
}
#%{_smp_mflags}
%check %check
# make check # make check
@ -123,6 +137,7 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
%dir %{_includedir}/autoopts %dir %{_includedir}/autoopts
%{_includedir}/autoopts/*.h %{_includedir}/autoopts/*.h
%{_libdir}/libopts.so %{_libdir}/libopts.so
%{_libdir}/autogen/tpl-config.tlib
%{_mandir}/man1/autoopts-config.1.gz %{_mandir}/man1/autoopts-config.1.gz
%{_mandir}/man3/ao_string_tokenize.3.gz %{_mandir}/man3/ao_string_tokenize.3.gz
%{_mandir}/man3/configFileLoad.3.gz %{_mandir}/man3/configFileLoad.3.gz
@ -131,7 +146,7 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
%{_mandir}/man3/strneqvcmp.3.gz %{_mandir}/man3/strneqvcmp.3.gz
%{_mandir}/man3/strtransform.3.gz %{_mandir}/man3/strtransform.3.gz
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%{_datadir}/pkgconfig/autoopts.pc %{_libdir}/pkgconfig/autoopts.pc
%doc pkg/libopts/README %doc pkg/libopts/README
%doc ChangeLog NEWS README THANKS TODO %doc ChangeLog NEWS README THANKS TODO
@ -141,6 +156,12 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
%{_libdir}/libopts.la %{_libdir}/libopts.la
%changelog %changelog
* Thu Dec 08 2016 Automatic Build System <autodist@mambasoft.it> 5.18.10-1mamba
- automatic version update by autodist
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.6-1mamba
- update to 5.18.6
* Sat Sep 20 2014 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba * Sat Sep 20 2014 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba
- automatic version update by autodist - automatic version update by autodist