openmamba-netsrpms: update also b43-firmware and msttcorefonts to latest changes
This commit is contained in:
parent
d8bfa1b69c
commit
84bdb98f7b
@ -1,6 +1,6 @@
|
|||||||
Name: b43-firmware
|
Name: b43-firmware
|
||||||
Version: 1
|
Version: @SRPMVERSION@
|
||||||
Release: 1@distroext@
|
Release: @SRPMRELEASE@
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Broadcom firmware files for the b43 and b43legacy drivers
|
Summary: Broadcom firmware files for the b43 and b43legacy drivers
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -22,6 +22,7 @@ Broadcom firmware files for the b43 and b43legacy drivers.
|
|||||||
%setup -c -n %{name}-%{version} -T
|
%setup -c -n %{name}-%{version} -T
|
||||||
|
|
||||||
[ -r /etc/sysconfig/@sysconfigfile@ ] || exit 1
|
[ -r /etc/sysconfig/@sysconfigfile@ ] || exit 1
|
||||||
|
declare -A SRPMVERSION SRPMRELEASE
|
||||||
. /etc/sysconfig/@sysconfigfile@
|
. /etc/sysconfig/@sysconfigfile@
|
||||||
|
|
||||||
[ "${B43_FIRMWARE_PCK}" ] || exit 1
|
[ "${B43_FIRMWARE_PCK}" ] || exit 1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## Broadcom B43 firmware
|
## Broadcom B43 firmware
|
||||||
|
|
||||||
# package name (do not modify unless you know what you're doing)
|
# package name (do not modify unless you know what you're doing)
|
||||||
B43_FIRMWARE_PCK=broadcom-wl-4.150.10.5.tar.bz2
|
B43_FIRMWARE_PCK=broadcom-wl-${SRPMVERSION["b43-firmware"]}.tar.bz2
|
||||||
|
|
||||||
# package URL (do not modify unless you know what you're doing)
|
# package URL (do not modify unless you know what you're doing)
|
||||||
B43_FIRMWARE_URL=http://mirror2.openwrt.org/sources/
|
B43_FIRMWARE_URL=http://mirror2.openwrt.org/sources/
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
%define name msttcorefonts
|
%define name msttcorefonts
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: 1.3
|
Version: @SRPMVERSION@
|
||||||
Release: 7@distroext@
|
Release: @SRPMRELEASE@
|
||||||
Summary: TrueType core fonts for the web
|
Summary: TrueType core fonts for the web
|
||||||
Group: Graphical Desktop/Fonts
|
Group: Graphical Desktop/Fonts
|
||||||
Vendor: @vendor@
|
Vendor: @vendor@
|
||||||
|
@ -1,17 +1,24 @@
|
|||||||
|
# b43-firmware
|
||||||
|
SRPMVERSION["b43-firmware"]=4.150.10.5
|
||||||
|
SRPMRELEASE["b43-firmware"]=1mamba
|
||||||
|
# flashplugin
|
||||||
SRPMVERSION["flashplugin"]=11.2.202.394
|
SRPMVERSION["flashplugin"]=11.2.202.394
|
||||||
SRPMRELEASE["flashplugin"]=1mamba
|
SRPMRELEASE["flashplugin"]=1mamba
|
||||||
|
# msttcorefonts
|
||||||
SRPMVERSION["win32codecs"]=20110131
|
SRPMVERSION["msttcorefonts"]=1.3
|
||||||
SRPMRELEASE["win32codecs"]=1mamba
|
SRPMRELEASE["msttcorefonts"]=7mamba
|
||||||
|
# skype
|
||||||
SRPMVERSION["skype"]=4.3.0.37
|
SRPMVERSION["skype"]=4.3.0.37
|
||||||
SRPMRELEASE["skype"]=1mamba
|
SRPMRELEASE["skype"]=1mamba
|
||||||
|
# spotify
|
||||||
SRPMVERSION["virtualbox-extension-pack"]=4.3.12
|
|
||||||
SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
|
||||||
|
|
||||||
SRPMVERSION["sun-java7"]=7u51
|
|
||||||
SRPMRELEASE["sun-java7"]=2mamba
|
|
||||||
|
|
||||||
SRPMVERSION["spotify"]=20140117
|
SRPMVERSION["spotify"]=20140117
|
||||||
SRPMRELEASE["spotify"]=1mamba
|
SRPMRELEASE["spotify"]=1mamba
|
||||||
|
# sun-java7
|
||||||
|
SRPMVERSION["sun-java7"]=7u51
|
||||||
|
SRPMRELEASE["sun-java7"]=2mamba
|
||||||
|
# virtualbox-extension-pack
|
||||||
|
SRPMVERSION["virtualbox-extension-pack"]=4.3.12
|
||||||
|
SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
||||||
|
# win32codecs
|
||||||
|
SRPMVERSION["win32codecs"]=20110131
|
||||||
|
SRPMRELEASE["win32codecs"]=1mamba
|
||||||
|
Loading…
Reference in New Issue
Block a user