[broadcom-bt-firmware] Initial import
by Nicolas Chauvet
commit 88f52a1791bec5492847e05096118c5c4749a231
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 20 10:52:54 2018 +0100
Initial import
.gitignore | 1 +
broadcom-bt-firmware.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 60 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a36b2d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+broadcom-bt-firmware-*.tar.gz
diff --git a/broadcom-bt-firmware.spec b/broadcom-bt-firmware.spec
new file mode 100644
index 0000000..df02547
--- /dev/null
+++ b/broadcom-bt-firmware.spec
@@ -0,0 +1,58 @@
+%global commit0 c0bd928b8ae5754b6077c99afe6ef5c949a58f32
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+
+Name: broadcom-bt-firmware
+Version: 12.0.1.1012
+Release: 2%{?dist}
+Summary: Firmware of Broadcom WIDCOMM Bluetooth devices
+
+License: Redistributable, no modification permitted
+URL: https://github.com/winterheart/broadcom-bt-firmware
+Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
+
+BuildArch: noarch
+BuildRequires: hardlink
+Requires: usbutils
+Requires: bluez
+
+
+%description
+This package provides the firmware of Broadcom WIDCOMM Bluetooth
+devices (including BCM20702, BCM20703, BCM43142 chipsets and other)
+for Linux kernel.
+
+
+%prep
+%autosetup -n %{name}-%{commit0} -p1
+
+
+%build
+# Nothing to build
+
+
+%install
+mkdir -p %{buildroot}/lib/firmware/brcm/
+cp -pr brcm/* %{buildroot}/lib/firmware/brcm/
+hardlink %{buildroot}/lib/firmware/brcm/
+
+touch %{buildroot}/lib/firmware/brcm/BCM.hcd
+
+
+%files
+%doc DEVICES.md README.md
+%license LICENSE.broadcom_bcm20702
+%dir /lib/firmware/brcm
+/lib/firmware/brcm/*.hcd
+%ghost /lib/firmware/brcm/BCM.hcd
+
+
+%changelog
+* Mon Mar 19 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 12.0.1.1012-2
+- Owns bcrm
+- Fix spaces and tabs
+
+* Wed Sep 13 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 12.0.1.1012-1
+- Update to 12.0.1.1012
+
+* Wed May 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 12.0.1.1011-1
+- Initial spec file
diff --git a/sources b/sources
index e69de29..5af4672 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+771c4a2668fe0d0ea94aeb2461dabf1e broadcom-bt-firmware-c0bd928.tar.gz
6 years, 7 months
[dvb-firmware] Initial import
by Nicolas Chauvet
commit 0ba1795c5817fd2556f9eb8ab0e62a562f283918
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 20 10:50:44 2018 +0100
Initial import
.gitignore | 1 +
dvb-firmware.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 57 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..442d930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+dvb-firmware-*.tar.gz
diff --git a/dvb-firmware.spec b/dvb-firmware.spec
new file mode 100644
index 0000000..83ca914
--- /dev/null
+++ b/dvb-firmware.spec
@@ -0,0 +1,55 @@
+%global commit0 3fef04a4a4bfeba88ae3b20aff9d3a1fabf1c159
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global commitdate0 20170329
+
+Name: dvb-firmware
+Version: %{commitdate0}
+Release: 1.git%{shortcommit0}%{?dist}
+Summary: DVB firmwares
+
+License: Redistributable, no modification permitted
+URL: https://github.com/OpenELEC/dvb-firmware
+Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
+BuildArch: noarch
+
+BuildRequires: linux-firmware
+
+%description
+DVB firmwares.
+
+
+%prep
+%autosetup -p1 -n dvb-firmware-%{commit0}
+
+
+%build
+# Nothing to build
+
+
+%install
+mkdir -p %{buildroot}/lib/firmware
+# Verify that this package co-install with linux-firmware
+for i in $(find firmware ! -type d) ; do
+ if [ -e /lib/${i} ] ; then
+ rm -f ${i}
+ echo "Removing ${i}"
+ fi
+done
+
+cp -pr firmware/* %{buildroot}/lib/firmware
+
+# Remove empty directories
+find %{buildroot}/lib/firmware/* -type d -delete
+
+# Remove linux-firmware provided content
+rm -rf %{buildroot}/lib/firmware/LICENCE.go7007
+
+
+
+%files
+/lib/firmware/*
+
+
+%changelog
+* Fri Mar 16 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 20170329-1.git3fef04a
+- Initial spec file
diff --git a/sources b/sources
index e69de29..9762659 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0e9322e0cd8980a5b40d697ebcbbf3d7 dvb-firmware-3fef04a.tar.gz
6 years, 7 months
[obs-studio/f26: 3/3] Update to 21.1.0
by Leigh Scott
commit 4ccfa71fa1c7ccfbcec5c76439620145be71233a
Merge: c4be62e 25cc932
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Mar 19 23:32:06 2018 +0000
Update to 21.1.0
obs-studio.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
6 years, 7 months
[obs-studio/f26] (3 commits) ...Update to 21.1.0
by Leigh Scott
Summary of changes:
3d2e94f... Update to 21.0.3 Add BR python3-devel Add bytecompile with (*)
25cc932... Update to 21.1.0 (*)
4ccfa71... Update to 21.1.0
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[obs-studio/f27: 3/3] Update to 21.1.0
by Leigh Scott
commit ae63e3afa9a204f450da11f376af37c4a385840b
Merge: c4be62e 25cc932
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Mar 19 23:30:52 2018 +0000
Update to 21.1.0
obs-studio.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
6 years, 7 months
[obs-studio/f27] (3 commits) ...Update to 21.1.0
by Leigh Scott
Summary of changes:
3d2e94f... Update to 21.0.3 Add BR python3-devel Add bytecompile with (*)
25cc932... Update to 21.1.0 (*)
ae63e3a... Update to 21.1.0
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months