[packages/grive] - initial version
arekm
arekm at pld-linux.org
Mon Oct 15 13:15:42 CEST 2012
commit 8c26006e1478507f72497265f3aac12d0adf8537
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Oct 15 13:15:31 2012 +0200
- initial version
grive.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
---
diff --git a/grive.spec b/grive.spec
new file mode 100644
index 0000000..168c966
--- /dev/null
+++ b/grive.spec
@@ -0,0 +1,50 @@
+Summary: An open source Linux client for Google Drive
+Name: grive
+Version: 0.2.0
+Release: 1
+License: GPL v2
+Group: Applications/Networking
+URL: http://www.lbreda.com/grive/
+Source0: http://www.lbreda.com/grive/_media/packages/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 8260b1e6c0369da35ebcfe8c8f840f2b
+BuildRequires: binutils-devel
+BuildRequires: boost-devel
+BuildRequires: cmake
+BuildRequires: curl-devel
+BuildRequires: expat-devel
+BuildRequires: json-c-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: libstdc++-devel
+BuildRequires: openssl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The purpose of this project is to provide an independent
+implementation of Google Drive client. It uses the Google Document
+List API to talk to the servers in Google. The code is written in
+standard C++.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/grive.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grive.git/commitdiff/8c26006e1478507f72497265f3aac12d0adf8537
More information about the pld-cvs-commit
mailing list