source: projects/specs/trunk/n/ncftp/ncftp-vl.spec @ 8154

Revision 8154, 6.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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