File grive2.spec of Package grive2
Name: grive2
Version: 0.5.3
Release: 0
Summary: Open source Linux client for Google Drive
Group: Productivity/File utilities
License: GPL-2.0
URL: https://github.com/vitalif/grive2
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(json-c)
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: libyajl-devel >= 2.1.0
BuildRequires: boost-devel
BuildRequires: libboost_filesystem1_66_0-devel
BuildRequires: libboost_regex1_66_0-devel
BuildRequires: libboost_program_options1_66_0-devel
BuildRequires: libboost_test1_66_0-devel
Requires: inotify-tools
%description
The purpose of this project is to provide an independent
open source implementation of Google Drive client for
GNU/Linux. The code is written in standard C++. This project
was forked from grive project. The main difference from the
original grive project, possibility of selective downloading
files from Google drive to your computer.
%prep
%setup -q
%build
%__mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=%{_prefix}
%__make %{?_smp_mflags}
%install
cd build
%make_install
%files
%defattr(-,root,root,-)
%doc COPYING README.md
%{_bindir}/grive
%{_mandir}/man1/grive.1.gz
%changelog
* Tue Feb 25 2025 Simone Sclavi <darkhado@gmail.com> 0.5.3
- 0.5.3 release
* Thu Jul 15 2021 Simone Sclavi <darkhado@gmail.com> 0.5.1
- Update for Leap 15.3
* Wed Dec 25 2019 Simone Sclavi <darkhado@gmail.com> 0.5.1
- 0.5.1 release
* Tue May 28 2019 Simone Sclavi <darkhado@gmail.com> 0.5.0
- Rebuild for Leap 15.1
* Thu Jan 03 2019 Simone Sclavi <darkhado@gmail.com> 0.5.0
- Fix Tumbleweed build
* Tue Jun 19 2018 Simone Sclavi <darkhado@gmail.com> 0.5.0
- Update from git
* Thu Apr 14 2016 Simone Sclavi <darkhado@gmail.com> 0.5.0
- 0.5.0 release
* Mon Nov 30 2015 Simone Sclavi <darkhado@gmail.com> 0.4.1
- 0.4.1 release
* Sun Jun 14 2015 Simone Sclavi <darkhado@gmail.com> 0.4.0
- Initial build