]> git.pld-linux.org Git - packages/grive.git/blame - grive.spec
- release 6 (by relup.sh)
[packages/grive.git] / grive.spec
CommitLineData
8c26006e
AM
1Summary: An open source Linux client for Google Drive
2Name: grive
3Version: 0.2.0
c240bceb 4Release: 6
8c26006e
AM
5License: GPL v2
6Group: Applications/Networking
7URL: http://www.lbreda.com/grive/
8Source0: http://www.lbreda.com/grive/_media/packages/%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: 8260b1e6c0369da35ebcfe8c8f840f2b
10BuildRequires: binutils-devel
11BuildRequires: boost-devel
12BuildRequires: cmake
13BuildRequires: curl-devel
14BuildRequires: expat-devel
15BuildRequires: json-c-devel
16BuildRequires: libgcrypt-devel
17BuildRequires: libstdc++-devel
18BuildRequires: openssl-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The purpose of this project is to provide an independent
23implementation of Google Drive client. It uses the Google Document
24List API to talk to the servers in Google. The code is written in
25standard C++.
26
27%prep
28%setup -q
29
30%build
31install -d build
32cd build
33%cmake ..
34
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} -C build install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README
49%attr(755,root,root) %{_bindir}/%{name}
50%{_mandir}/man1/grive.1*
This page took 0.088934 seconds and 4 git commands to generate.