]> git.pld-linux.org Git - packages/gftp.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'. STABLE
authorcvs2git <feedback@pld-linux.org>
Mon, 10 Feb 2003 01:47:18 +0000 (01:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-02-09 23:15:03 UTC kloczek <kloczek@pld-linux.org> '- updated info about PLD ftp site.'
Cherrypick from unlabeled-1.67.2 2003-02-10 01:47:18 UTC kloczek <kloczek@pld-linux.org> '- typo in %install.':
    gftp.spec -> 1.67.2.1

gftp.spec

index 9b1ae72208bf54bd74f5dbebe044fdf92d10f4de..df28ea1ad4fd2fde6810bc9b53e48bfc3f9354f3 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.080599 seconds and 4 git commands to generate.