]> git.pld-linux.org Git - packages/fuse-curlftpfs.git/blame - fuse-curlftpfs.spec
- updated to 0.9.2
[packages/fuse-curlftpfs.git] / fuse-curlftpfs.spec
CommitLineData
41a94c98 1Summary: A filesystem for accessing FTP sites
6373f9b3 2Summary(pl.UTF-8): System plików pozwalający na dostęp do serwerów FTP
89a9f5e4 3Name: fuse-curlftpfs
d4d71e8c
JB
4Version: 0.9.2
5Release: 1
89a9f5e4
AZ
6License: GPL v2
7Group: Applications/System
d4d71e8c
JB
8Source0: http://downloads.sourceforge.net/curlftpfs/curlftpfs-%{version}.tar.gz
9# Source0-md5: b452123f755114cd4461d56c648d9f12
89a9f5e4 10URL: http://curlftpfs.sourceforge.net/
d4d71e8c
JB
11BuildRequires: curl-devel >= 7.17.0
12BuildRequires: glib2-devel >= 2.0
13BuildRequires: libfuse-devel >= 2.2
89a9f5e4 14BuildRequires: libstdc++-devel
9ae15e44 15BuildRequires: pkgconfig
d4d71e8c
JB
16Requires: curl-libs >= 7.17.0
17Requires: libfuse >= 2.2
89a9f5e4
AZ
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
0fd57692 21A filesystem for accessing FTP sites. You can "mount" FTP shared
22directories in your very personal file system and take advantage of
23local files ops. It's based on libcurl and automatically reconnects
24when the server times out.
25
26%description -l pl.UTF-8
6373f9b3 27System plików CurlFtpFS. Dzięki niemu można podmontować katalogi FTP
0fd57692 28do swojego systemu plików i korzystać z nich jak z plików lokalnych.
6373f9b3 29Bazuje na blibliotece libcurl, obsługuje SSL i automatyczne odnawianie
0fd57692 30połączenia.
89a9f5e4
AZ
31
32%prep
d4d71e8c 33%setup -q -n curlftpfs-%{version}
89a9f5e4
AZ
34
35%build
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45install curlftpfs $RPM_BUILD_ROOT%{_bindir}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
d4d71e8c 52%doc AUTHORS ChangeLog README
89a9f5e4
AZ
53%attr(755,root,root) %{_bindir}/curlftpfs
54%{_mandir}/man1/curlftpfs.1*
This page took 0.09887 seconds and 4 git commands to generate.