automatic version update by autodist [release 5.18.4-1mamba;Sat Sep 20 2014]
This commit is contained in:
parent
ac5781985f
commit
964c70e15e
22
autogen.spec
22
autogen.spec
@ -1,5 +1,5 @@
|
|||||||
Name: autogen
|
Name: autogen
|
||||||
Version: 5.18.2
|
Version: 5.18.4
|
||||||
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
|
||||||
@ -10,15 +10,17 @@ URL: http://www.gnu.org/software/autogen
|
|||||||
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/autogen-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/autogen-%{version}.tar.xz
|
||||||
#Source0: http://downloads.sourceforge.net/autogen/autogen-%{version}.tar.gz
|
#Source0: http://downloads.sourceforge.net/autogen/autogen-%{version}.tar.gz
|
||||||
License: GPL, BSD
|
License: GPL, BSD
|
||||||
BuildRequires: chrpath
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
BuildRequires: libguile-devel
|
BuildRequires: libguile1-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-EN
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: chrpath
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -57,15 +59,14 @@ Obsoletes: autogen-libopts-static
|
|||||||
This package contains static libraries need for development.
|
This package contains static libraries need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#export LDFLAGS="-lguile"
|
%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`
|
||||||
|
|
||||||
#parallel build randomly fails
|
|
||||||
#%{__make}
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -140,6 +141,9 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz
|
|||||||
%{_libdir}/libopts.la
|
%{_libdir}/libopts.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 20 2014 Automatic Build System <autodist@mambasoft.it> 5.18.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Nov 17 2013 Automatic Build System <autodist@mambasoft.it> 5.18.2-1mamba
|
* Sun Nov 17 2013 Automatic Build System <autodist@mambasoft.it> 5.18.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user