rpms/uberftp/devel import.log, NONE, 1.1 uberftp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Thu Jul 30 07:13:47 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/uberftp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25345/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log uberftp.spec 
Log Message:
	First version.



--- NEW FILE import.log ---
uberftp-2_4-4_fc11:HEAD:uberftp-2.4-4.fc11.src.rpm:1248937975


--- NEW FILE uberftp.spec ---
%ifarch alpha ia64 ppc64 s390x sparc64 x86_64
%global flavor gcc64pthr
%else
%global flavor gcc32pthr
%endif


Name:           uberftp
Version:        2.4
Release:        4%{?dist}
Summary:        GridFTP-enabled ftp client

Group:          Applications/Internet

License:        NCSA
URL:            http://dims.ncsa.illinois.edu/set/uberftp/
Source0:        http://dims.ncsa.illinois.edu/set/uberftp/download/uberftp-client-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  grid-packaging-tools, globus-gssapi-gsi-devel

%description
UberFTP is the first interactive, GridFTP-enabled ftp client. 
It supports GSI authentication, parallel data channels and 
third party transfers. 

%prep
%setup -q -n uberftp-client-%{version}
iconv -f iso8859-1 -t utf-8 copyright > copyright.conv && mv -f copyright.conv copyright


%build
mkdir pkgdata
sed -e 's!-I$globus_location/include/$globus_flavor! -I%{_includedir}/globus -I%{_libdir}/globus/include!' -i configure.ac

%{_datadir}/globus/globus-bootstrap.sh

%configure  --with-globus-flavor=%{flavor} --with-globus=%{_usr} --with-gpt=%{_usr} 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/uberftp
%{_mandir}/man1/uberftp.1.gz
%doc Changelog.mssftp Changelog copyright

%changelog
* Wed Jul 22 2009 Steve Traylen <steve.traylen at cern.ch> 2.4-4
- Update source to version 2.4
- Include copyright file in package.

* Tue Jun 23 2009 Steve Traylen <steve.traylen at cern.ch> 2.3-3
- Better inclusion of globus header files.
* Fri Jun 19 2009 Steve Traylen <steve at traylen.net> -  2.3-2
- Remove my debugging.
* Fri Jun 19 2009 Steve Traylen <steve at traylen.net> -  2.3-1
- Initial version.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uberftp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Jul 2009 21:02:54 -0000	1.1
+++ .cvsignore	30 Jul 2009 07:13:46 -0000	1.2
@@ -0,0 +1 @@
+uberftp-client-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uberftp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Jul 2009 21:02:54 -0000	1.1
+++ sources	30 Jul 2009 07:13:46 -0000	1.2
@@ -0,0 +1 @@
+14ec224f9661a0f565835e29137405f7  uberftp-client-2.4.tar.gz




More information about the fedora-extras-commits mailing list