• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.


Commit MetaInfo

Revisãoe37af9626c6a634ca568bb08c4290f72a76c9da6 (tree)
Hora2021-01-14 19:51:56
AutorFuhito Suguri <bitwalk@gmai...>
CommiterFuhito Suguri

Mensagem de Log

update mssl1680-firmware-jumper-ezpad6pro.spec

Mudança Sumário

Diff

--- a/specs/mssl1680-firmware-jumper-ezpad6pro.spec
+++ b/specs/mssl1680-firmware-jumper-ezpad6pro.spec
@@ -1,7 +1,7 @@
11 %define current_kernel %(uname -r)
22
33 %global debug_package %{nil}
4-%global firmware_release 1
4+%global firmware_release 2
55
66 %global _firmwarepath /usr/lib/firmware
77 %define _binaries_in_noarch_packages_terminate_build 0
@@ -10,17 +10,17 @@ Name: mssl1680-firmware-jumper-ezpad6pro
1010 Version: 1.0.git20201209.e247c34
1111 Release: %{firmware_release}%{?dist}
1212 Summary: Firmware images for the Silead touchscreen controllers in Jumper EZpad 6 pro
13-License: GPLv2+
13+License: Proprietary
1414 Group: Hardware/Other
1515 URL: https://github.com/onitake/gsl-firmware
1616 BuildArch: noarch
17-
1817 Source: gsl-firmware-%{version}.tar.xz
19-
2018 BuildRoot: %{_tmppath}/%{name}-%{version}-build
2119
2220 %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.
2424
2525 There is also a number of conversion tools here that help with extraction and preparation of firmware images.
2626
@@ -30,9 +30,6 @@ The files may be covered by proprietary licenses or copyright. Please consult th
3030
3131 In contrast, everything in the tools directory is published under the GNU General Public license v2, as laid out in tools/LICENSE.
3232
33-See below for instructions on how to submit firmware for a new device.
34-
35-
3633 %prep
3734 %setup -n gsl-firmware-%{version}
3835
@@ -40,17 +37,21 @@ See below for instructions on how to submit firmware for a new device.
4037
4138 %install
4239 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
4441
4542 %post
4643 %postun
4744
4845 %files
4946 %defattr(-,root,root)
50-%doc firmware/jumper/EZpad_6_pro/README.md
47+%doc firmware/jumper/Ezpad_6_pro_b/README.md
5148 %dir %{_firmwarepath}
5249 %{_firmwarepath}/*
5350
5451 %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
5657 - initial version from upstream