From: Jakub Bogusz Date: Sun, 28 Mar 2004 16:23:08 +0000 (+0000) Subject: - updated AC_LIBOBJ patch (fixes build) X-Git-Tag: AC-STABLE X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcftp.git;a=commitdiff_plain;h=bd69cdef335605b4e3007f810aa952f4ad273309 - updated AC_LIBOBJ patch (fixes build) Changed files: cftp.spec -> 1.19 --- diff --git a/cftp.spec b/cftp.spec index 0588e65..1eb2cd3 100644 --- a/cftp.spec +++ b/cftp.spec @@ -11,7 +11,7 @@ Patch0: %{name}-info.patch Patch1: %{name}-no_libnsl.patch Patch2: %{name}-AC_LIBOBJ.patch Patch3: %{name}-ac_better_tgetent_detection.patch -BuildRequires: autoconf +BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: readline-devel >= 4.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,9 +36,9 @@ wsparcie dla IPv6 i inne. %patch3 -p1 %build -rm -f missing %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure %{__make} @@ -62,4 +62,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS THANKS TODO %attr(755,root,root) %{_bindir}/* -%{_infodir}/*info* +%{_infodir}/*.info*