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