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

Revision 9119, 6.3 KB checked in by Takemikaduchi, 9 years ago (diff)

lynx,ncftp,w3m: change location of desktop file
gsettings-desktop-schemas: change keybinding of switch-input-source
others: new upstream release

Line 
1Summary: An improved FTP client.
2Name: ncftp
3Version: 3.2.5
4Epoch: 2
5Release: 3%{?_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%{_datadir}/applications
45cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.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=gnome-fs-ftp
55Exec=ncftp
56Type=Application
57Terminal=1
58Categories=Network;
59EOF
60
61# yves - 3.1.1-1mdk - fix doc perm
62find doc -type f -exec chmod 0644 {} \;
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(-,root,root)
69%doc README.txt doc/{LICENSE,READLINE,what_changed_between_v2_v3}.txt doc/html
70%{_bindir}/*
71%{_datadir}/applications/%{name}.desktop
72%{_mandir}/man1/*
73
74
75%changelog
76* Tue Nov 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-3
77- change location of desktop file
78
79* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-2
80- rebuild with VineSeed environment
81
82* Wed Jan 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
83- new upstream release
84- drop Patch1
85
86* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.4-1
87- new upstream release
88- drop Patch6, Patch8
89- fix directory name specified for aclocal (from autoconf to autoconf_local)
90
91* Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2.2-1
92- new upstream release
93- applied new versioning
94- spec in UTF-8
95
96* Mon Nov 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1.9-0vl1
97- new upstream release
98
99* Sat Mar 27 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.7-2vl1
100- merged with rawhide
101
102* Sun Nov 30 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.6-2vl1
103- merged with rawhide
104
105* Mon Mar 17 2003 IWAI Masaharu <iwai@alib.jp> 3.1.5-0vl2
106- rebuild with new toolchain
107
108* Fri Oct 25 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.5-0vl1
109- source update
110
111* Tue Aug 06 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.4-0vl1
112- source update
113
114* Tue Apr 23 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.3-3vl1
115- synced with Rawhide 3.1.3-3
116   * Wed Apr 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
117   - add new patch from Jakub as given in #61961
118     select his second patch, that seems a very clean solution
119
120   * Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.3-2
121   - Add workaround for glibc bug #61961 (should-fix)
122
123   * Sat Feb  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.3-1
124   - 3.1.3
125
126* Wed Jan 30 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.2-0vl1
127- update to 3.1.2
128
129* Sat Jan 26 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.1-1vl2
130- merged with Rawhide 3.1.1-1
131
132* Wed Dec 26 2001 Toru Sagami <sagami@vinelinux.org>
133- 3.1.1
134
135* Sun Dec 23 2001 Toru Sagami <sagami@vinelinux.org>
136- 3.1.0
137- Default to auto-resume=yes
138
139* Fri Oct 26 2001 Toru Sagami <sagami@vinelinux.org>
140- 3.0.4
141- ncftpspooler is newly added
142
143* Fri Oct 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
144- 3.0.2
145
146* Thu Aug 24 2000 Philipp Knirsch <pknirsch@redhat.com>
147- Fixed bug in ncftp/cmds.c in LocalListCmd where the use of the popen/pclose
148  was simply wrong and ocasionally resulted in a SIGSEGV (#16315)
149
150* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
151- Add Swedish and German translations to .desktop file, Bug #15325
152
153* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
154- small changes to spec file and redo prev patch
155
156* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
157- set "confirm-close no" per default
158
159* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
160- automatic rebuild
161
162* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
163- FHSify
164
165* Sun Apr 02 2000 Bernhard Rosenkraenzer <bero@redhat.com>
166- 3.0.1
167
168* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
169- 3.0.0 final
170
171* Mon Mar  6 2000 Jeff Johnson <jbj@redhat.com>
172- permit 8-bit input chars to be returned without exiting (#9981),
173
174* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
175- Deal with rpm compressing man pages
176- remove wmconfig stuff
177
178* Thu Jan  6 2000 Jeff Johnson <jbj@redhat.com>
179- add missing docs.
180- y2k wartlet (#8225)
181
182* Tue Nov  9 1999 Bernhard Rosenkraenzer <bero@redhat.com>
183- 3.0b21
184- enable signal usage
185
186* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
187- 3.0b19
188
189* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
190- auto rebuild in the new build environment (release 3)
191
192* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
193- return of wmconfig
194
195* Tue Feb 23 1999 Bill Nottingham <notting@redhat.com>
196- 3.0b18
197
198* Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
199- 3.0b17
200
201* Wed Dec  2 1998 Bill Nottingham <notting@redhat.com>
202- 3.0b16
203
204* Wed Nov 18 1998 Bill Nottingham <notting@redhat.com>
205- add docs
206
207* Thu Nov  5 1998 Bill Nottingham <notting@redhat.com>
208- update to 3.0beta15
209
210* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
211- build root
212
213* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
214- translations modified for de, fr, tr
215
216* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
217- compiled for Manhattan
218
219* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
220- updated to 2.4.3 for security reasons
221
222* Wed Nov 05 1997 Donnie Barnes <djb@redhat.com>
223- added wmconfig entry
224
225* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
226- fixed the spec file
227
228* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
229- updated to ncftp 2.4.2
230
231* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
232- built against glibc
233
234* Tue Mar 25 1997 Donnie Barnes <djb@redhat.com>
235- Rebuild as Sun version didn't work.
Note: See TracBrowser for help on using the repository browser.