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

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Tue Feb 5 03:51:39 UTC 2008


Author: stahnma

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

Modified Files:
	sources 
Added Files:
	Makefile.gmailfs fuse-gmailfs.spec 
Log Message:
Adding all branches of files


--- NEW FILE Makefile.gmailfs ---
# Simple Makefile for installing gmailfs
#
#
name=fuse-gmailfs
realname=gmailfs
datadir=/usr/share
bindir=/usr/bin

install:
	mkdir -p $(DESTDIR)$(datadir)/$(name)
	mkdir -p $(DESTDIR)/sbin
	mkdir -p $(DESTDIR)$(bindir)
	install -p -m755 *.py* $(DESTDIR)$(datadir)/$(name)
	install -p -m755 mount.$(realname)  $(DESTDIR)/sbin
	cd $(DESTDIR)$(bindir); ln -sf ../../sbin/mount.$(realname) ./$(realname)

uninstall:
	rm -rf $(DESTDIR)$(datadir)/$(name)
	cd $(DESTDIR)/sbin; rm -f mount.$(realname) ; cd ..$(bindir); rm -f $(realname)


--- NEW FILE fuse-gmailfs.spec ---
%define realname gmailfs
Name:           fuse-gmailfs 
Version:        0.8.0 
Release:        1%{?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
* Tue Dec 11 2007 Michael Stahnke <mastahnke at gmail.com> - 0.8.0-1
- Initial Package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fuse-gmailfs/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2008 04:46:11 -0000	1.1
+++ sources	5 Feb 2008 03:51:02 -0000	1.2
@@ -0,0 +1 @@
+828417eb7355b61b0f474eabc826317f  gmailfs-0.8.0.tar.gz




More information about the fedora-extras-commits mailing list