(本教程基于此 this pastebin 文档编写, 并且适合于 Yosemite 正式版)
(免责声明: 本教程旨在说明如何在 VirtualBox 中运行 Mac OS X 操作系统, 并且本系统仅供测试使用.)
(本教程基于此 this pastebin 文档编写, 并且适合于 Yosemite 正式版)
(免责声明: 本教程旨在说明如何在 VirtualBox 中运行 Mac OS X 操作系统, 并且本系统仅供测试使用.)
import asyncio | |
import aiohttp | |
import bs4 | |
import tqdm | |
@asyncio.coroutine | |
def get(*args, **kwargs): | |
response = yield from aiohttp.request('GET', *args, **kwargs) | |
return (yield from response.read_and_close(decode=True)) |
%global _icondir %{_datadir}/icons/hicolor | |
Name: nitrokey-app | |
Version: 0.5.1 | |
Release: 1%{?dist} | |
Summary: Nitrokey Configuration tool | |
Group: Applications/System | |
License: GPLv3 | |
URL: https://github.com/Nitrokey/nitrokey-app | |
Source0: %{url}/archive/v%{version}.tar.gz |
diff --git a/rpms/onedrive/0001-ldc2-makefile.patch b/rpms/onedrive/0001-ldc2-makefile.patch | |
index 417b216..e8cfcc0 100644 | |
--- a/rpms/onedrive/0001-ldc2-makefile.patch | |
+++ b/rpms/onedrive/0001-ldc2-makefile.patch | |
@@ -1,18 +1,37 @@ | |
-diff --git a/Makefile b/Makefile | |
-index 006d1a0..425b313 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
-@@ -1,4 +1,4 @@ |
future==0.16.0 | |
requests==2.11.1 | |
rsa==3.4.2 |