Ver. 2.0
This commit is contained in:
parent
953566950c
commit
814448cd00
@ -1 +1 @@
|
||||
sshfs-fuse-1.9.tar.gz
|
||||
sshfs-fuse-2.0.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: fuse-sshfs
|
||||
Version: 1.9
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: http://fuse.sourceforge.net/sshfs.html
|
||||
Source0: http://dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-%{version}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Provides: sshfs = %{version}
|
||||
Requires: fuse >= 2.2
|
||||
@ -39,8 +39,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_bindir}/sshfs
|
||||
%{_mandir}/man1/sshfs.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 19 2008 Peter Lemenkov <lemenkov@gmail.com> 2.0-1
|
||||
- Ver. 2.0
|
||||
|
||||
* Sat Feb 9 2008 Peter Lemenkov <lemenkov@gmail.com> 1.9-2
|
||||
- Rebuild for GCC 4.3
|
||||
|
Loading…
Reference in New Issue
Block a user