-
Notifications
You must be signed in to change notification settings - Fork 0
/
mew.spec
51 lines (39 loc) · 1.46 KB
/
mew.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Name: etherwallet
Version: 3.21.03
Release: 1%{?dist}
Summary: Packaged version of MyEtherWallet
License: MIT
URL: https://github.com/kvhnuke/etherwallet
Source0: https://github.com/kvhnuke/etherwallet/releases/download/v%{version}/etherwallet-v%{version}.zip
Source1: https://github.com/arsenicks/MyLiveCrypto/blob/master/MyEtherWallet.desktop
Source2: https://github.com/kvhnuke/etherwallet/blob/mercury/LICENSE.md
BuildArch: noarch
BuildRequires: desktop-file-utils
%description
MyEtherWallet is a free, open-source, client-side tool for easily & securely
interacting with the Ethereum network. As one of the leading providers of
Ethereum services, MyEtherWallet equips users with an easy-to-understand and
accessible suite of tools for their needs.
It was created and is maintained by kvhnuke and tayvano.
%prep
%setup -q -n etherwallet-v%{version}
%build
%install
install -d -m0755 %{buildroot}/usr/share/mew/
cp -av * %{buildroot}/usr/share/mew/
cp -av %{SOURCE2} %{buildroot}/usr/share/mew/
desktop-file-install \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
%{SOURCE1}
%files
%license %{_datadir}/mew/LICENSE.md
%{_datadir}/mew/
%{_datadir}/applications/MyEtherWallet.desktop
%doc
%changelog
* Thu Mar 22 2018 Rene Jr Purcell <[email protected]> - 3.21.03-1
- Added changelog
- Added license file
- build with v3.21.03
* Mon Mar 19 2018 Rene Jr Purcell <[email protected]> - 3.21.02-1
- Initial spec file