]> git.pld-linux.org Git - packages/fuse-curlftpfs.git/blob - fuse-curlftpfs.spec
- initial, works
[packages/fuse-curlftpfs.git] / fuse-curlftpfs.spec
1 %define         _name   curlftpfs
2 Summary:        Filesystem based on CVS
3 Summary(pl):    System plików oparty na CVS-ie
4 Name:           fuse-curlftpfs
5 Version:        0.9
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:  7e29eb1963d4023bb7ea530a1b4274c4
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.
20 You can "mount" FTP shared directories in your very personal file system
21 and take advantage of local files ops.
22 It's based on libcurl and automatically reconnects when the server times out.
23
24 %description -l pl
25 System plików CurlFtpFS.
26 Dziêki niemu mo¿esz podmontowaæ katalogi FTP do swojego systemu plików
27 i korzystaæ z nich jak z plików lokalnych.
28 Bazuje na blibliotece libcurl, wspiera SSL i automatyczne odnawianie
29 po³±czenia.
30
31 %prep
32 %setup -q -n %{_name}-%{version}
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install curlftpfs $RPM_BUILD_ROOT%{_bindir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README
52 %attr(755,root,root) %{_bindir}/curlftpfs
53 %{_mandir}/man1/curlftpfs.1*
This page took 0.052446 seconds and 4 git commands to generate.