]> git.pld-linux.org Git - packages/gftp.git/commitdiff
- updated to 2.0.14: bug fixes,
authorkloczek <kloczek@pld-linux.org>
Mon, 10 Feb 2003 00:56:58 +0000 (00:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable building term version (added --disable-textport to configure parameters),
- added pkgconfig to BuildRequires.

Changed files:
    gftp.spec -> 1.67

gftp.spec

index 9b1ae72208bf54bd74f5dbebe044fdf92d10f4de..df86ab0eb663d6d0bfd294ec525d86f89c26ebfc 100644 (file)
--- a/gftp.spec
+++ b/gftp.spec
@@ -6,7 +6,7 @@ Summary(pt_BR): Cliente FTP multithreaded para o X Window
 Summary(ru):   íÎÏÇÏÎÉÔÅ×ÙÊ FTP ËÌÉÅÎÔ ÄÌÑ X Window
 Summary(uk):   âÁÇÁÔÏÎÉÔËÏ×ÉÊ FTP Ë̦¤ÎÔ ÄÌÑ X Window
 Name:          gftp
-Version:       2.0.13
+Version:       2.0.14
 Release:       1
 Epoch:         2
 License:       GPL
@@ -14,14 +14,15 @@ Group:              X11/Applications/Networking
 Source0:       http://gftp.seul.org/%{name}-%{version}.tar.gz
 Patch0:                %{name}-pld.patch
 Patch1:                %{name}-no_libnsl.patch
+Patch2:                %{name}-am_fixes.patch
 URL:           http://gftp.seul.org/
 BuildRequires: gtk+-devel >= 1.2.3
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 gFTP is a multithreaded FTP client for X Windows written using Gtk. It
 features simultaneous downloads, resuming of interrupted file
@@ -78,6 +79,7 @@ gFTP 
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
@@ -85,7 +87,8 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --disable-textport
 %{__make}
 
 %install
@@ -93,7 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Utilitiesdir=%{_applnkdir}/Network/FTP
+       Utilitiesdir=%{_applnkdir}/Network/FTP \
+       Iconsdir=%{_pixmapsdir}
+
+mv -f $RPM_BUILD_ROOT%{_bindir}/{gftp{-gtk,}
 
 %find_lang %{name}
 
This page took 0.062435 seconds and 4 git commands to generate.