Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 262f19a4747c6acc65abf8022430452a > files > 2

fuse-gmailfs-0.8.0-5.fc14.src.rpm

%define realname gmailfs
Name:           fuse-gmailfs 
Version:        0.8.0 
Release:        5%{?dist}
Summary:        Gmail Filesystem  

Group:          Applications/System
License:        GPLv2+ 
URL:            http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html 
Source0:        http://richard.jones.name/google-hacks/gmail-filesystem/gmailfs-%{version}.tar.gz 
Source1:        Makefile.gmailfs
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python
Requires:       python-libgmail, fuse-python
BuildArch:      noarch

%description
Gmail Filesystem provides a mountable Linux filesystem which uses
your Gmail account as its storage medium. Gmail Filesystem is a
Python application and uses the FUSE userland filesystem
infrastructure to help provide the filesystem, and libgmail to
communicate with Gmail.

%prep
%setup -q -n %{realname}-%{version}
cp -p %{SOURCE1} Makefile

%build

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING gmailfs.conf
/sbin/mount.%{realname}
%{_datadir}/%{name}/*
%{_bindir}/%{realname}


%changelog
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.8.0-5
- recompiling .py files against Python 2.7 (rhbz#623300)

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.0-2
- Rebuild for Python 2.6

* Tue Dec 11 2007 Michael Stahnke <mastahnke@gmail.com> - 0.8.0-1
- Initial Package