ncftp-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. Summary: An improved FTP client.
  2. Name: ncftp
  3. Version: 3.2.5
  4. Epoch: 2
  5. Release: 2%{?_dist_release}
  6. License: Distributable
  7. Group: Applications/Internet
  8. Source0: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
  9. Patch4: ncftp-3.0.3-resume.patch
  10. Patch5: ncftp-3.1.1-EPLF.diff.bz2
  11. BuildRequires: ncurses-devel
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. Ncftp is an improved FTP client. Ncftp's improvements include support
  17. for command line editing, command histories, recursive gets, automatic
  18. anonymous logins and more.
  19. Install ncftp if you use FTP to transfer files and you'd like to try
  20. some of ncftp's additional features.
  21. %prep
  22. %setup -q
  23. %patch4 -p1 -b .res
  24. %patch5 -p1 -b .eplf
  25. %build
  26. aclocal -I autoconf_local
  27. cp -f autoconf_local/aclocal.m4 .
  28. %configure --enable-signals --enable-ipv6
  29. make STRIPFLAG=""
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
  33. %makeinstall BINDIR=$RPM_BUILD_ROOT%{_bindir}
  34. mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Internet
  35. cat > $RPM_BUILD_ROOT/etc/X11/applnk/Internet/ncftp.desktop << EOF
  36. [Desktop Entry]
  37. Name=NcFTP
  38. Name[sv]=NcFTP
  39. Name[de]=NcFTP
  40. Comment=NcFTP - a text mode FTP client
  41. Comment[sv]=NcFTP - en textbaserad FTP-klient
  42. Comment[de]=NcFTP - ein Textmodus FTP-Client
  43. Comment[ja]=NcFTP - コンソールベースの FTP クライアント
  44. Icon=ftp.xpm
  45. Exec=ncftp
  46. Type=Application
  47. Terminal=1
  48. EOF
  49. # yves - 3.1.1-1mdk - fix doc perm
  50. find doc -type f -exec chmod 0644 {} \;
  51. %clean
  52. rm -rf $RPM_BUILD_ROOT
  53. %files
  54. %defattr(-,root,root)
  55. %doc README.txt doc/{LICENSE,READLINE,what_changed_between_v2_v3}.txt doc/html
  56. %config(missingok) /etc/X11/applnk/Internet/ncftp.desktop
  57. %{_bindir}/*
  58. %{_mandir}/man1/*
  59. %changelog
  60. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-2
  61. - rebuild with VineSeed environment
  62. * Wed Jan 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
  63. - new upstream release
  64. - drop Patch1
  65. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.4-1
  66. - new upstream release
  67. - drop Patch6, Patch8
  68. - fix directory name specified for aclocal (from autoconf to autoconf_local)
  69. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2.2-1
  70. - new upstream release
  71. - applied new versioning
  72. - spec in UTF-8
  73. * Mon Nov 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1.9-0vl1
  74. - new upstream release
  75. * Sat Mar 27 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.7-2vl1
  76. - merged with rawhide
  77. * Sun Nov 30 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.6-2vl1
  78. - merged with rawhide
  79. * Mon Mar 17 2003 IWAI Masaharu <iwai@alib.jp> 3.1.5-0vl2
  80. - rebuild with new toolchain
  81. * Fri Oct 25 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.5-0vl1
  82. - source update
  83. * Tue Aug 06 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.4-0vl1
  84. - source update
  85. * Tue Apr 23 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.3-3vl1
  86. - synced with Rawhide 3.1.3-3
  87. * Wed Apr 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  88. - add new patch from Jakub as given in #61961
  89. select his second patch, that seems a very clean solution
  90. * Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.3-2
  91. - Add workaround for glibc bug #61961 (should-fix)
  92. * Sat Feb 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.3-1
  93. - 3.1.3
  94. * Wed Jan 30 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.2-0vl1
  95. - update to 3.1.2
  96. * Sat Jan 26 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.1-1vl2
  97. - merged with Rawhide 3.1.1-1
  98. * Wed Dec 26 2001 Toru Sagami <sagami@vinelinux.org>
  99. - 3.1.1
  100. * Sun Dec 23 2001 Toru Sagami <sagami@vinelinux.org>
  101. - 3.1.0
  102. - Default to auto-resume=yes
  103. * Fri Oct 26 2001 Toru Sagami <sagami@vinelinux.org>
  104. - 3.0.4
  105. - ncftpspooler is newly added
  106. * Fri Oct 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  107. - 3.0.2
  108. * Thu Aug 24 2000 Philipp Knirsch <pknirsch@redhat.com>
  109. - Fixed bug in ncftp/cmds.c in LocalListCmd where the use of the popen/pclose
  110. was simply wrong and ocasionally resulted in a SIGSEGV (#16315)
  111. * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  112. - Add Swedish and German translations to .desktop file, Bug #15325
  113. * Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  114. - small changes to spec file and redo prev patch
  115. * Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  116. - set "confirm-close no" per default
  117. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  118. - automatic rebuild
  119. * Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  120. - FHSify
  121. * Sun Apr 02 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  122. - 3.0.1
  123. * Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  124. - 3.0.0 final
  125. * Mon Mar 6 2000 Jeff Johnson <jbj@redhat.com>
  126. - permit 8-bit input chars to be returned without exiting (#9981),
  127. * Sat Feb 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  128. - Deal with rpm compressing man pages
  129. - remove wmconfig stuff
  130. * Thu Jan 6 2000 Jeff Johnson <jbj@redhat.com>
  131. - add missing docs.
  132. - y2k wartlet (#8225)
  133. * Tue Nov 9 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  134. - 3.0b21
  135. - enable signal usage
  136. * Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
  137. - 3.0b19
  138. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  139. - auto rebuild in the new build environment (release 3)
  140. * Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
  141. - return of wmconfig
  142. * Tue Feb 23 1999 Bill Nottingham <notting@redhat.com>
  143. - 3.0b18
  144. * Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
  145. - 3.0b17
  146. * Wed Dec 2 1998 Bill Nottingham <notting@redhat.com>
  147. - 3.0b16
  148. * Wed Nov 18 1998 Bill Nottingham <notting@redhat.com>
  149. - add docs
  150. * Thu Nov 5 1998 Bill Nottingham <notting@redhat.com>
  151. - update to 3.0beta15
  152. * Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
  153. - build root
  154. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  155. - translations modified for de, fr, tr
  156. * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
  157. - compiled for Manhattan
  158. * Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
  159. - updated to 2.4.3 for security reasons
  160. * Wed Nov 05 1997 Donnie Barnes <djb@redhat.com>
  161. - added wmconfig entry
  162. * Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
  163. - fixed the spec file
  164. * Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
  165. - updated to ncftp 2.4.2
  166. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  167. - built against glibc
  168. * Tue Mar 25 1997 Donnie Barnes <djb@redhat.com>
  169. - Rebuild as Sun version didn't work.