Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d20a866ed | ||
|
|
f4452cf2c2 |
2 changed files with 13 additions and 53 deletions
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
%ifarch ppc ppc64
|
||||
# sb16_csp doesn't build on PPC; see bug #219010
|
||||
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sscape_ctl us428control hda-verb hdajackretask }
|
||||
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sscape_ctl us428control hda-verb hdajackretask hdajacksensetest }
|
||||
%else
|
||||
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sb16_csp sscape_ctl us428control hda-verb hdajackretask }
|
||||
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sb16_csp sscape_ctl us428control hda-verb hdajackretask hdajacksensetest }
|
||||
%endif
|
||||
|
||||
%{?!_without_firmware: %global builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
Summary: Specialist tools for ALSA
|
||||
Name: alsa-tools
|
||||
Version: 1.0.29
|
||||
Release: 4%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Checked at least one source file from all the sub-projects contained in
|
||||
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
|
||||
|
|
@ -79,6 +79,7 @@ certain sound cards.
|
|||
* us428control - Control tool for Tascam 428
|
||||
* hda-verb - Direct HDA codec access
|
||||
* hdajackretask - Reassign the I/O jacks on the HDA hardware
|
||||
* hdajacksensetest - The sense test for the I/O jacks on the HDA hardware
|
||||
|
||||
|
||||
%package firmware
|
||||
|
|
@ -163,53 +164,6 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
# Merge applications into one software center item
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/echomixer.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>echomixer.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">hwmixvolume.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/envy24control.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>envy24control.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">hwmixvolume.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/hdspconf.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>hdspconf.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">hwmixvolume.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/hdspmixer.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<component type="desktop">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>hdspmixer.desktop</id>
|
||||
<metadata>
|
||||
<value key="X-Merge-With-Parent">hwmixvolume.desktop</value>
|
||||
</metadata>
|
||||
</component>
|
||||
EOF
|
||||
|
||||
# convert hotplug stuff to udev
|
||||
rm -f %{buildroot}/lib/udev/tascam_fw.usermap
|
||||
mkdir -p %{buildroot}/lib/udev/rules.d
|
||||
|
|
@ -240,7 +194,7 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
|
|||
%{_bindir}/us428control
|
||||
%{_bindir}/hda-verb
|
||||
%{_bindir}/hdajackretask
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_bindir}/hdajacksensetest
|
||||
%{_datadir}/applications/echomixer.desktop
|
||||
%{_datadir}/applications/envy24control.desktop
|
||||
%{_datadir}/applications/hdspconf.desktop
|
||||
|
|
@ -281,6 +235,12 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 31 2016 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
|
||||
- Updated to 1.1.0
|
||||
|
||||
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.0.29-5
|
||||
- Remove no longer required AppData files
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f339a3cd24f748c9d007bdff0e98775b alsa-tools-1.0.29.tar.bz2
|
||||
b476a5afaa3ea3230855553ad59d259d alsa-tools-1.1.0.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue