rpms/gftp/devel gftp.spec,1.23,1.24

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Jul 7 15:41:50 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27964

Modified Files:
	gftp.spec 
Log Message:
fix directory ownership



Index: gftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gftp/devel/gftp.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gftp.spec	15 Mar 2007 09:53:02 -0000	1.23
+++ gftp.spec	7 Jul 2007 15:41:14 -0000	1.24
@@ -2,15 +2,15 @@
 Name: gftp
 Version: 2.0.18
 Epoch: 1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Applications/Internet
 Url: http://gftp.seul.org/
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://gftp.seul.org/%{name}-%{version}.tar.bz2 
 Source1: gftp-text-disabled.sh
 Patch0: gftp-2.0.18-thread-initialization.patch
 Patch1: gftp-2.0.18-user-dirs.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: gtk2-devel >= 2.2.0
 BuildRequires: readline-devel
 BuildRequires: openssl-devel
@@ -20,10 +20,10 @@
 gFTP is a multi-threaded FTP client for the X Window System. gFTP
 supports simultaneous downloads, resumption of interrupted file
 transfers, file transfer queues to allow downloading of multiple
-files, support for downloading entire directories/subdirectories, a
-bookmarks menu to allow quick connection to FTP sites, caching of
-remote directory listings, local and remote chmod, drag and drop, a
-connection manager and much more.
+files, support for downloading entire directories/subdirectories,
+a bookmarks menu to allow quick connection to FTP sites, caching of
+remote directory listings, local and remote chmod, drag and drop, 
+a connection manager and much more.
 
 Install gftp if you need a graphical FTP client.
 
@@ -71,11 +71,14 @@
 %{_bindir}/gftp-gtk
 %{_bindir}/gftp-text
 %{_datadir}/gftp
-%{_datadir}/pixmaps
-%{_datadir}/applications
+%{_datadir}/pixmaps/*
+%{_datadir}/applications/*
 %{_mandir}/man*/gftp.*
 
 %changelog
+* Sat Jul  7 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.0.18-6
+- Fix directory ownership issues
+
 * Thu Mar 15 2007 Alexander Larsson <alexl at redhat.com> - 1:2.0.18-5
 - Default to download directory if started from $HOME
 




More information about the fedora-extras-commits mailing list