[packages/google-drive-ocamlfuse] new, version 0.5.1

glen glen at pld-linux.org
Sun Nov 24 02:52:19 CET 2013


commit 5e332af8fd48f109c3eb06f75202bae680c888dd
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 24 03:52:06 2013 +0200

    new, version 0.5.1

 google-drive-ocamlfuse.spec | 80 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)
---
diff --git a/google-drive-ocamlfuse.spec b/google-drive-ocamlfuse.spec
new file mode 100644
index 0000000..118767f
--- /dev/null
+++ b/google-drive-ocamlfuse.spec
@@ -0,0 +1,80 @@
+#
+# Conditional build:
+%bcond_with	opt		# build opt
+
+Summary:	FUSE filesystem over Google Drive
+Name:		google-drive-ocamlfuse
+Version:	0.5.1
+Release:	0.1
+License:	BSD
+Group:		Applications/Networking
+Source0:	https://github.com/astrada/google-drive-ocamlfuse/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	a9ec2f242fcf0314ac5122c7a6a76395
+URL:		https://github.com/astrada/google-drive-ocamlfuse
+BuildRequires:	cppo >= 0.9.3
+BuildRequires:	ocaml >= 3.04-7
+BuildRequires:	ocaml-biniou-devel >= 1.0.6
+BuildRequires:	ocaml-cryptokit >= 1.9
+BuildRequires:	ocaml-curl >= 0.6.0
+BuildRequires:	ocaml-easy-format-devel >= 1.0.1
+BuildRequires:	ocaml-extlib-devel >= 1.5.4
+BuildRequires:	ocaml-findlib >= 1.4
+BuildRequires:	ocaml-fuse >= 2.7
+#BuildRequires:	ocaml-fuse >= 2.7.1
+BuildRequires:	ocaml-gapi-ocaml-devel >= 0.2.1
+BuildRequires:	ocaml-idl-devel >= 1.05
+BuildRequires:	ocaml-sqlite >= 2.0.4
+BuildRequires:	ocaml-xmlm-devel >= 1.1.1
+BuildRequires:	ocaml-yojson-devel >= 1.1.6
+%requires_eq	ocaml-runtime
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define debug_package %{nil}
+
+%description
+google-drive-ocamlfuse is a FUSE filesystem backed by Google Drive,
+written in OCaml. It lets you mount your Google Drive on Linux.
+
+Features
+- Full read/write access to ordinary files and folders
+- Read-only access to Google Docs, Sheets, and Slides (exported to
+  configurable formats)
+- Multiple account support
+- Duplicate file handling
+- Access to trash (.Trash directory)
+
+%package devel
+Summary:	Google Drive ocamlfuse - development part
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+%requires_eq	ocaml
+
+%description devel
+This package contains files needed to develop OCaml programs using
+this library.
+
+%description devel -l pl.UTF-8
+Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
+tej biblioteki.
+
+%prep
+%setup -q
+
+%build
+ocaml setup.ml -configure \
+	--prefix %{_prefix} \
+	--destdir $RPM_BUILD_ROOT
+ocaml setup.ml -build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
+install -d $OCAMLFIND_DESTDIR
+ocaml setup.ml -install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/google-drive-ocamlfuse
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/google-drive-ocamlfuse.git/commitdiff/5e332af8fd48f109c3eb06f75202bae680c888dd



More information about the pld-cvs-commit mailing list