diff --git a/.cvsignore b/.cvsignore index 5daac76..4a20407 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gftp-2.0.11.tar.gz +gftp-2.0.13.tar.bz2 diff --git a/gftp.spec b/gftp.spec index ff13cd6..6ebb279 100644 --- a/gftp.spec +++ b/gftp.spec @@ -1,15 +1,16 @@ Summary: A multi-threaded FTP client for the X Window System. Name: gftp -Version: 2.0.11 +Version: 2.0.13 Epoch: 1 -Release: 2 +Release: 3 License: GPL Group: Applications/Internet Url: http://gftp.seul.org/ -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-root Requires: gtk+ >= 1.2.0 +Patch1: gftp-2.0.13-pofix.patch %description gFTP is a multi-threaded FTP client for the X Window System. gFTP @@ -24,8 +25,13 @@ Install gftp if you need an FTP client. %prep %setup -q +%patch1 -p1 -b .pofix %build + +# gftp-2.0.13 has broken .gmo files +rm po/*.gmo + %ifarch alpha MIEEE_FLAG="-mieee" %endif @@ -38,6 +44,17 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/share/gnome/apps/Internet %makeinstall +# Get rid of bogus 'br' translation (pt_BR is included) +rm -rf $RPM_BUILD_ROOT%{prefix}/share/locale/br + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications +desktop-file-install --vendor net --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Red-Hat-Extra \ + --add-category Application \ + --add-category Internet \ + $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Internet/gftp.desktop + %find_lang %name %clean @@ -51,10 +68,30 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/gftp-text %{_datadir}/gftp %{_datadir}/pixmaps -%{_datadir}/gnome +%{_datadir}/applications %{_mandir}/man*/gftp.* %changelog +* Tue Jul 30 2002 Havoc Pennington +- move desktop file to /usr/share/applications #69396 + +* Thu Jul 25 2002 Owen Taylor +- Fix broken .mo files by forcing regeneration (#67217) +- Fix zh_TW.po, again. + +* Tue Jul 23 2002 Havoc Pennington +- 2.0.13 + +* Mon Jul 15 2002 Owen Taylor +- Upgrade to 2.0.12 +- Fix bugs in pofile encoding specification + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Wed Feb 27 2002 Havoc Pennington - move to Hampton diff --git a/sources b/sources index 5e03c38..5b62ff3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c63b5eed2faffe820bace112be2db8a gftp-2.0.11.tar.gz +e5823245b1f4733dd9f7ad0efe39ad99 gftp-2.0.13.tar.bz2