]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - linux-firmware/linux-firmware.nm
dracut: update to 048
[ipfire-3.x.git] / linux-firmware / linux-firmware.nm
index d1ac240be1e5f53f2b4e42b15b4a96f785363df6..7084e16f22bb3a01a483df7dbd3f07bd758fa814 100644 (file)
@@ -4,23 +4,26 @@
 ###############################################################################
 
 name       = linux-firmware
-version    = 20110311
-release    = 1
+version    = 20180918
+git_ver    = 44d4fca
+release    = 1.git%{git_ver}
+arch       = noarch
+thisapp    = %{name}-%{git_ver}
 
 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
 groups     = System/Libraries
-url        = http://www.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
+url        = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
 license    = Non-GPL
 summary    = Firmware Binaries for some Devices.
 
 description
-       linux-firmware provides some firmware binaries that \
-       are loaded into the devices at startup. \
-       For detailed license info check the WHENCE and LICENSE.* texts \
+       linux-firmware provides some firmware binaries that
+       are loaded into the devices at startup.
+       For detailed license info check the WHENCE and LICENSE.* texts
        for the specific firmware.
 end
 
-source_dl  =
+source_dl  = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
 
 build
        build
@@ -28,16 +31,11 @@ build
        end
 
        install
-               mkdir -pv %{BUILDROOT}/lib/firmware
-               cp -prv * %{BUILDROOT}/lib/firmware
+               mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware
+               cp -prv * %{BUILDROOT}%{prefix}/lib/firmware
        end
 end
 
 packages
        package %{name}
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
 end