SPECS: fuse-curlftpfs.spec (NEW) - initial, works

zawadaa zawadaa at pld-linux.org
Sun Mar 18 00:02:55 CET 2007


Author: zawadaa                      Date: Sat Mar 17 23:02:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, works

---- Files affected:
SPECS:
   fuse-curlftpfs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fuse-curlftpfs.spec
diff -u /dev/null SPECS/fuse-curlftpfs.spec:1.1
--- /dev/null	Sun Mar 18 00:02:55 2007
+++ SPECS/fuse-curlftpfs.spec	Sun Mar 18 00:02:49 2007
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%define		_name	curlftpfs
+Summary:	Filesystem based on CVS
+Summary(pl):	System plików oparty na CVS-ie
+Name:		fuse-curlftpfs
+Version:	0.9
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://dl.sourceforge.net/curlftpfs/%{_name}-%{version}.tar.gz
+# Source0-md5:	7e29eb1963d4023bb7ea530a1b4274c4
+URL:		http://curlftpfs.sourceforge.net/
+BuildRequires:	curl-devel >= 7.15.2
+BuildRequires:	glib2-devel
+BuildRequires:	libfuse-devel
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A filesystem for accessing FTP sites.
+You can "mount" FTP shared directories in your very personal file system
+and take advantage of local files ops.
+It's based on libcurl and automatically reconnects when the server times out.
+
+%description -l pl
+System plików CurlFtpFS.
+Dziêki niemu mo¿esz podmontowaæ katalogi FTP do swojego systemu plików
+i korzystaæ z nich jak z plików lokalnych.
+Bazuje na blibliotece libcurl, wspiera SSL i automatyczne odnawianie
+po³±czenia.
+
+%prep
+%setup -q -n %{_name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install curlftpfs $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/curlftpfs
+%{_mandir}/man1/curlftpfs.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/17 23:02:49  zawadaa
+- initial, works
+
================================================================


More information about the pld-cvs-commit mailing list