]> git.pld-linux.org Git - packages/fuse-curlftpfs.git/blobdiff - fuse-curlftpfs.spec
- updated to 0.9.2
[packages/fuse-curlftpfs.git] / fuse-curlftpfs.spec
index f2210c332fba4ba557866e8f06e219e02a978ee3..1089711568e345895707a59558d076c49f091b1c 100644 (file)
@@ -1,35 +1,36 @@
-%define                _name   curlftpfs
 Summary:       A filesystem for accessing FTP sites
-Summary(pl):   System plików CurlFtpFS
+Summary(pl.UTF-8):     System plików pozwalający na dostęp do serwerów FTP
 Name:          fuse-curlftpfs
-Version:       0.9
+Version:       0.9.2
 Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://dl.sourceforge.net/curlftpfs/%{_name}-%{version}.tar.gz
-# Source0-md5: 7e29eb1963d4023bb7ea530a1b4274c4
+Source0:       http://downloads.sourceforge.net/curlftpfs/curlftpfs-%{version}.tar.gz
+# Source0-md5: b452123f755114cd4461d56c648d9f12
 URL:           http://curlftpfs.sourceforge.net/
-BuildRequires: curl-devel >= 7.15.2
-BuildRequires: glib2-devel
-BuildRequires: libfuse-devel
+BuildRequires: curl-devel >= 7.17.0
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: libfuse-devel >= 2.2
 BuildRequires: libstdc++-devel
+BuildRequires: pkgconfig
+Requires:      curl-libs >= 7.17.0
+Requires:      libfuse >= 2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A filesystem for accessing FTP sites.
-You can "mount" FTP shared directories in your very personal file system
-and take advantage of local files ops.
-It's based on libcurl and automatically reconnects when the server times out.
-
-%description -l pl
-System plików CurlFtpFS.
-Dziêki niemu mo¿esz podmontowaæ katalogi FTP do swojego systemu plików
-i korzystaæ z nich jak z plików lokalnych.
-Bazuje na blibliotece libcurl, wspiera SSL i automatyczne odnawianie
-po³±czenia.
+A filesystem for accessing FTP sites. You can "mount" FTP shared
+directories in your very personal file system and take advantage of
+local files ops. It's based on libcurl and automatically reconnects
+when the server times out.
+
+%description -l pl.UTF-8
+System plików CurlFtpFS. Dzięki niemu można podmontować katalogi FTP
+do swojego systemu plików i korzystać z nich jak z plików lokalnych.
+Bazuje na blibliotece libcurl, obsługuje SSL i automatyczne odnawianie
+połączenia.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n curlftpfs-%{version}
 
 %build
 %configure
@@ -48,6 +49,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/curlftpfs
 %{_mandir}/man1/curlftpfs.1*
This page took 0.055783 seconds and 4 git commands to generate.