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