source: projects/specs/branches/6/c/curlftpfs/curlftpfs-vl.spec @ 3297

Revision 3297, 2.4 KB checked in by iwaim, 13 years ago (diff)

curlftpfs-0.9.2-2

Line 
1Name: curlftpfs
2Version: 0.9.2
3Release: 2%{?_dist_release}
4Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
5URL: http://curlftpfs.sourceforge.net/
6# Code does not specify a version of the license.
7License: GPL+
8Group: System Environment/Base
9Requires: fuse
10Source: http://downloads.sourceforge.net/curlftpfs/%{name}-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel
13BuildRequires: openssl-devel openldap-devel
14
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
20libcurl. It features SSL support, connecting through tunneling HTTP
21proxies, and automatically reconnecting if the server times out.
22
23%prep
24%setup -q
25
26%build
27%configure
28%__make %{?_smp_mflags}
29
30%install
31%{__rm} -rf $RPM_BUILD_ROOT
32
33%__make DESTDIR=$RPM_BUILD_ROOT install
34
35%clean
36%{__rm} -rf --preserve-root $RPM_BUILD_ROOT
37
38%files
39%defattr (-,root,root)
40%{_bindir}/curlftpfs
41%{_mandir}/*/curlftpfs.*
42%doc README
43%doc COPYING
44
45%changelog
46* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 0.9.2-2vl6
47- build with openssl 1.0.0d
48- add Vendor and Distribution tags
49
50* Fri Jan 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.2-1
51- built based on Fedora development package
52- added BuildRequires: openssl-devel openldap-devel
53
54* Tue Jan 12 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9.2-7
55- New version 0.9.2
56
57* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 0.9.1-6
58- Rebuild with new fuse
59
60* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-5
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
62
63* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-4
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
65
66* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.9.1-3
67- fix license tag
68
69* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-2
70- Autorebuild for GCC 4.3
71
72* Thu Apr 05 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9.1-1
73- 0.9.1
74
75* Wed Mar 28 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-5
76- Explicit dependency on fuse (bz#234349)
77
78* Mon Jan 08 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-3
79- Bump release number
80
81* Tue Dec 12 2006 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-1
82- Initial package
Note: See TracBrowser for help on using the repository browser.