-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathzapzap.spec
89 lines (69 loc) · 2.42 KB
/
zapzap.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Arquivo .spec para Fedora
%global srcname zapzap
%global srcversion 4.5.3
%global __python /usr/bin/python3
%global _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.rpm
Name: %{srcname}
Version: %{srcversion}
Release: 1%{?dist}
Summary: Zapzap - Whatsapp Desktop for Linux
License: GNU General Public License v3.0
URL: https://github.com/zapzap-linux/%{srcname}
Source0: https://github.com/zapzap-linux/zapzap/archive/refs/tags/v%{srcversion}.tar.gz
# Requisitos de construção
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: desktop-file-utils
BuildRequires: python3-setuptools
BuildRequires: python3-pyqt6
Requires: python3-pyqt6-base
Requires: python3-pyqt6-sip
Requires: python3-pyqt6-webengine
Requires: python3-dbus
%description
Zapzap - Whatsapp Desktop for Linux
%prep
%autosetup -n %{srcname}-%{version}
%build
%py3_build
%install
%python3 setup.py install --root %{buildroot}
mkdir -p $RPM_BUILD_ROOT/usr/share/applications
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/scalable/apps/
cp -R share/applications/com.rtosta.zapzap.desktop $RPM_BUILD_ROOT/usr/share/applications/com.rtosta.zapzap.desktop
cp -R share/icons/com.rtosta.zapzap.svg $RPM_BUILD_ROOT/usr/share/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg
%check
%files
%license LICENSE
%doc README.md
/usr/lib/python3.11/site-packages/*
%{_bindir}/%{srcname}
/usr/share/applications/com.rtosta.zapzap.desktop
/usr/share/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg
%changelog
* Wed may 31 2023 Rafael Tosta <[email protected]>
- 1.0
- Initial package release
%changelog
* Thu ago 17 2023 Rafael Tosta <[email protected]>
- Update UserAgent
- Fix close chat
- Zap Decoration deactivated by default
%changelog
* Fri sept 15 2023 Rafael Tosta <[email protected]>
- Update UserAgent
- Support to Wayland or X11 in FedoraCopr
- Improve the menu decoration when running in Wayland
- Fix F5 does not work outside the chat
- Notification in the background when starting minimized
- Disable notifications in Users management
%changelog
* Thu sept 21 2023 Rafael Tosta <[email protected]>
- Improvements in user experience (UX/UI)
%changelog
* Mon oct 02 2023 Rafael Tosta <[email protected]>
- Fix: Improve the menu decoration when running in Wayland
- Fix: Message number doesnt show on the tray icon
%changelog
* Wed oct 18 2023 Rafael Tosta <[email protected]>
- Some fix