automatic version update by autodist [release 5.18.10-1mamba;Thu Dec 08 2016]
This commit is contained in:
parent
964c70e15e
commit
da7393e99a
35
autogen.spec
35
autogen.spec
@ -1,5 +1,5 @@
|
||||
Name: autogen
|
||||
Version: 5.18.4
|
||||
Version: 5.18.10
|
||||
Release: 1mamba
|
||||
Summary: Simplifies the creation and maintenance of programs
|
||||
Group: Development/Tools
|
||||
@ -12,10 +12,14 @@ Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/autogen-%{version}.t
|
||||
License: GPL, BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libguile1-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: perl-devel
|
||||
@ -62,12 +66,22 @@ This package contains static libraries need for development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%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`
|
||||
%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`
|
||||
|
||||
# Workaround for not compiling due to using these internal generated headers
|
||||
|
||||
%make || {
|
||||
# FIXME: Ugly workaround with ftbfs with guile
|
||||
rm -rf autoopts/libguile*
|
||||
%make
|
||||
}
|
||||
|
||||
#%{_smp_mflags}
|
||||
|
||||
%check
|
||||
# make check
|
||||
@ -123,6 +137,7 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
|
||||
%dir %{_includedir}/autoopts
|
||||
%{_includedir}/autoopts/*.h
|
||||
%{_libdir}/libopts.so
|
||||
%{_libdir}/autogen/tpl-config.tlib
|
||||
%{_mandir}/man1/autoopts-config.1.gz
|
||||
%{_mandir}/man3/ao_string_tokenize.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/strtransform.3.gz
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_datadir}/pkgconfig/autoopts.pc
|
||||
%{_libdir}/pkgconfig/autoopts.pc
|
||||
%doc pkg/libopts/README
|
||||
%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
@ -141,6 +156,12 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
|
||||
%{_libdir}/libopts.la
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user