Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
Revisão | e37af9626c6a634ca568bb08c4290f72a76c9da6 (tree) |
---|---|
Hora | 2021-01-14 19:51:56 |
Autor | Fuhito Suguri <bitwalk@gmai...> |
Commiter | Fuhito Suguri |
update mssl1680-firmware-jumper-ezpad6pro.spec
@@ -1,7 +1,7 @@ | ||
1 | 1 | %define current_kernel %(uname -r) |
2 | 2 | |
3 | 3 | %global debug_package %{nil} |
4 | -%global firmware_release 1 | |
4 | +%global firmware_release 2 | |
5 | 5 | |
6 | 6 | %global _firmwarepath /usr/lib/firmware |
7 | 7 | %define _binaries_in_noarch_packages_terminate_build 0 |
@@ -10,17 +10,17 @@ Name: mssl1680-firmware-jumper-ezpad6pro | ||
10 | 10 | Version: 1.0.git20201209.e247c34 |
11 | 11 | Release: %{firmware_release}%{?dist} |
12 | 12 | Summary: Firmware images for the Silead touchscreen controllers in Jumper EZpad 6 pro |
13 | -License: GPLv2+ | |
13 | +License: Proprietary | |
14 | 14 | Group: Hardware/Other |
15 | 15 | URL: https://github.com/onitake/gsl-firmware |
16 | 16 | BuildArch: noarch |
17 | - | |
18 | 17 | Source: gsl-firmware-%{version}.tar.xz |
19 | - | |
20 | 18 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
21 | 19 | |
22 | 20 | %description |
23 | -This repository contains firmware images for the Silead touchscreen controllers in various tablet (and other) devices. | |
21 | +This is a screentouch firmware for Jumper EZpad 6 pro. | |
22 | + | |
23 | +Gsl-firmware repository contains firmware images for the Silead touchscreen controllers in various tablet (and other) devices. | |
24 | 24 | |
25 | 25 | There is also a number of conversion tools here that help with extraction and preparation of firmware images. |
26 | 26 |
@@ -30,9 +30,6 @@ The files may be covered by proprietary licenses or copyright. Please consult th | ||
30 | 30 | |
31 | 31 | In contrast, everything in the tools directory is published under the GNU General Public license v2, as laid out in tools/LICENSE. |
32 | 32 | |
33 | -See below for instructions on how to submit firmware for a new device. | |
34 | - | |
35 | - | |
36 | 33 | %prep |
37 | 34 | %setup -n gsl-firmware-%{version} |
38 | 35 |
@@ -40,17 +37,21 @@ See below for instructions on how to submit firmware for a new device. | ||
40 | 37 | |
41 | 38 | %install |
42 | 39 | mkdir -p %{buildroot}%{_firmwarepath}/silead |
43 | -cp -r firmware/linux/silead/gsl3692-jumper-ezpad-6-pro.fw %{buildroot}%{_firmwarepath}/silead/mssl1680.fw | |
40 | +cp -r firmware/linux/silead/gsl3692-jumper-ezpad-6-pro-b.fw %{buildroot}%{_firmwarepath}/silead/mssl1680.fw | |
44 | 41 | |
45 | 42 | %post |
46 | 43 | %postun |
47 | 44 | |
48 | 45 | %files |
49 | 46 | %defattr(-,root,root) |
50 | -%doc firmware/jumper/EZpad_6_pro/README.md | |
47 | +%doc firmware/jumper/Ezpad_6_pro_b/README.md | |
51 | 48 | %dir %{_firmwarepath} |
52 | 49 | %{_firmwarepath}/* |
53 | 50 | |
54 | 51 | %changelog |
55 | -* Sat Jan 09 2021 Fuhito Suguri <bitwalk@users.sourceforge.net> - 1.0.git20201209.e247c34 | |
52 | +* Thu Jan 14 2021 Fuhito Suguri <bitwalk@users.sourceforge.net> - 1.0.git20201209.e247c34-2 | |
53 | +- correct firmware license to 'Proprietary'. | |
54 | +- change firmwre from gsl3692-jumper-ezpad-6-pro.fw to gsl3692-jumper-ezpad-6-pro-b.fw. | |
55 | + | |
56 | +* Sat Jan 09 2021 Fuhito Suguri <bitwalk@users.sourceforge.net> - 1.0.git20201209.e247c34-1 | |
56 | 57 | - initial version from upstream |