rpms/curlftpfs/devel curlftpfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Anderson (anderson) fedora-extras-commits at redhat.com
Sat Jan 6 14:11:27 UTC 2007


Author: anderson

Update of /cvs/extras/rpms/curlftpfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30304/devel

Modified Files:
	.cvsignore sources 
Added Files:
	curlftpfs.spec 
Log Message:
auto-import curlftpfs-0.9-1.fc5 on branch devel from curlftpfs-0.9-1.fc5.src.rpm


--- NEW FILE curlftpfs.spec ---
Name: curlftpfs
Version: 0.9
Release: 1%{?dist}
Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
URL: http://curlftpfs.sourceforge.net/
License: GPL
Group: System Environment/Base
Source: http://downloads.sourceforge.net/curlftpfs/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel

%description
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
libcurl. It features SSL support, connecting through tunneling HTTP
proxies, and automatically reconnecting if the server times out.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%{__rm} -rf --preserve-root $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install

%clean
%{__rm} -rf --preserve-root $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%{_bindir}/curlftpfs
%{_mandir}/*/curlftpfs.*
%doc README
%doc COPYING

%changelog
* Tue Dec 12 2006 David Anderson <fedora-packaging at dw-perspective.org.uk> 0.9-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/curlftpfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jan 2007 14:10:16 -0000	1.1
+++ .cvsignore	6 Jan 2007 14:10:57 -0000	1.2
@@ -0,0 +1 @@
+curlftpfs-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/curlftpfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jan 2007 14:10:16 -0000	1.1
+++ sources	6 Jan 2007 14:10:57 -0000	1.2
@@ -0,0 +1 @@
+7e29eb1963d4023bb7ea530a1b4274c4  curlftpfs-0.9.tar.gz




More information about the scm-commits mailing list