rpms/fuse-s3fs/F-8 fuse-s3fs.spec,NONE,1.1 sources,1.1,1.2

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Fri Mar 21 22:10:34 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/fuse-s3fs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13644

Modified Files:
	sources 
Added Files:
	fuse-s3fs.spec 
Log Message:
Initial import


--- NEW FILE fuse-s3fs.spec ---
Name:		fuse-s3fs 
Version:	0.4	
Release:	8%{?dist}
Summary:	FUSE filesystem using Amazon Simple Storage Service as storage
Group:		System Environment/Base
License:	GPLv2
URL:		https://fedorahosted.org/s3fs
Source0:	https://fedorahosted.org/releases/s/3/s3fs/%{name}-%{version}.tbz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	python fuse-python python-boto 
BuildArch:	noarch

%description
This package provides a FUSE (Filesystem in User Space) application allowing
for the mounting of Amazon Web Services' S3 storage facilities on a local
system.
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
This package has undergone some minimal testing and is deemed to be
safe to store data on.  However, this is the first instance in which this
project has been placed into wide circulation.  As such, until this package
develops some extra maturity from more widespread use, it is recommended that
data stored on fuse-s3fs be backed up on other media as well.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1

install -m755 -p src/s3fs $RPM_BUILD_ROOT/usr/bin/s3fs
install -m644 -p doc/s3fs.1 $RPM_BUILD_ROOT/usr/share/man/man1/s3fs.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING 
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Mar 17 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-8
- Adding -p to install to preserve time stamps
- Adjusted Makefile targets a bit
- Fixed up BuildRequires

* Mon Mar 17 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-7
- Makefile cleanups

* Thu Mar 13 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-6
- Fixing more silly nits 

* Wed Mar 12 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-5
- Further review updates for bz 435155

* Tue Mar 11 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-4
- Fixing spec file problems as per bz 435155

* Tue Mar 11 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-3
- Adding options for key specification and man page cleanups

* Mon Mar 10 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-2
- Bumping rev for spec file rename

* Wed Feb 27 2008 Neil Horman <nhorman at tuxdriver.com> 0.4-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fuse-s3fs/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Mar 2008 21:26:06 -0000	1.1
+++ sources	21 Mar 2008 22:08:08 -0000	1.2
@@ -0,0 +1 @@
+a7f54534db0693679d475266582753d2  fuse-s3fs-0.4.tbz2




More information about the fedora-extras-commits mailing list