From: kloczek Date: Sat, 16 Dec 2000 05:35:28 +0000 (+0000) Subject: - added two patches: info (with texinfo fixes for correct info index entry X-Git-Tag: cftp-0_10-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcftp.git;a=commitdiff_plain;h=9dbeb02dfd9b29aab8a2fdf017b86bf20be48fb6 - added two patches: info (with texinfo fixes for correct info index entry and removed few other syntax corrections) and no_libnsl (with autoconf correction which causes non linking with libnsl on systems with gethostbyname() in libc). Changed files: cftp.spec -> 1.2 --- diff --git a/cftp.spec b/cftp.spec index b781b7d..fa5dd77 100644 --- a/cftp.spec +++ b/cftp.spec @@ -8,6 +8,9 @@ Group: Applications/Networking Group(de): Applikationen/Netzwerkwesen Group(pl): Aplikacje/Sieciowe Source0: http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz +Patch0: %{name}-info.patch +Patch1: %{name}-no_libnsl.patch +BuildRequires: autoconf BuildRequires: ncurses-devel >= 5.0 BuildRequires: readline-devel >= 4.1 BuildRequires: gettext-devel @@ -28,8 +31,11 @@ reprezentacja drzewa katalog %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build +autoconf %configure %{__make} @@ -52,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz -%{_infodir}/*info* %attr(755,root,root) %{_bindir}/* +%{_infodir}/*info*