]> git.pld-linux.org Git - packages/cftp.git/commitdiff
- added two patches: info (with texinfo fixes for correct info index entry
authorkloczek <kloczek@pld-linux.org>
Sat, 16 Dec 2000 05:35:28 +0000 (05:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

cftp.spec

index b781b7d0ed40189c621a2e184083027b2aad10df..fa5dd770ba096b6509cc7ecac31c83110b4229d9 100644 (file)
--- 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
 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
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
 BuildRequires: gettext-devel
@@ -28,8 +31,11 @@ reprezentacja drzewa katalog
 
 %prep
 %setup -q
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 
 %build
+autoconf
 %configure
 %{__make}
 
 %configure
 %{__make}
 
@@ -52,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc *.gz
 %files
 %defattr(644,root,root,755)
 %doc *.gz
-%{_infodir}/*info*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_bindir}/*
+%{_infodir}/*info*
This page took 0.085396 seconds and 4 git commands to generate.