b28df5
# If you want to skip building the firmware subpackage, define the macro
b28df5
# _without_firmware to 1. This is not the actual firmware itself 
b28df5
# (see alsa-firmware), it is some complementary tools.
b28df5
# Do *NOT* set it to zero or have a commented out define here, or it will not
b28df5
# work. (RPM spec file voodoo)
b28df5
%if 0%{?rhel}	
b28df5
%global _without_tools 1 	
307e50
%ifarch i686 x86_64
307e50
%global _hda_tools 0
b28df5
%endif
307e50
%endif
307e50
307e50
%{?!_without_tools:     %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sscape_ctl us428control hda-verb hdajackretask hdajacksensetest }
b28df5
307e50
%ifnarch ppc ppc64
b28df5
# sb16_csp doesn't build on PPC; see bug #219010
307e50
%{?!_without_tools:     %global builddirstools %{builddirstools} sb16_csp sscape_ctl }
b28df5
%endif
b28df5
307e50
# Include HDA tools for RHEL
307e50
%{?_hda_tools:          %global builddirstools hda-verb hdajackretask hdajacksensetest }
307e50
b28df5
%{?!_without_firmware:  %global builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
b28df5
b28df5
# Note that the Version is intended to coincide with the version of ALSA
b28df5
# included with the Fedora kernel, rather than necessarily the very latest
b28df5
# upstream version of alsa-tools
b28df5
b28df5
Summary:        Specialist tools for ALSA
b28df5
Name:           alsa-tools
307e50
Version:        1.1.0
307e50
Release:        1%{?dist}
b28df5
b28df5
# Checked at least one source file from all the sub-projects contained in
b28df5
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
b28df5
License:        GPLv2+
b28df5
Group:          Applications/Multimedia
b28df5
URL:            http://www.alsa-project.org/
b28df5
Source:		ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
b28df5
b28df5
# The icons below were created by Tim Jackson from screenshots of the
b28df5
# apps in question. They suck, a lot. Better alternatives welcome!
b28df5
Source1:        envy24control.desktop
b28df5
Source2:        envy24control.png
b28df5
Source3:        echomixer.desktop
b28df5
Source4:        echomixer.png
b28df5
Source5:        90-alsa-tools-firmware.rules
b28df5
# Resized version of public domain clipart found here:
b28df5
# http://www.openclipart.org/detail/17428
b28df5
Source6:        hwmixvolume.png
b28df5
Source7:        hwmixvolume.desktop
b28df5
Source9:        hdajackretask.desktop
b28df5
b28df5
BuildRequires:  alsa-lib-devel >= 1.0.24
b28df5
%if 0%{!?_without_tools:1}
b28df5
BuildRequires:  gtk+-devel
b28df5
BuildRequires:  gtk2-devel
b28df5
BuildRequires:  gtk3-devel
b28df5
BuildRequires:  fltk-devel
b28df5
Buildrequires:  desktop-file-utils
b28df5
Requires:       xorg-x11-fonts-misc
b28df5
# Needed for hwmixvolume
b28df5
Requires:       python-alsa
b28df5
%endif
307e50
%if 0%{?_hda_tools:1}
307e50
BuildRequires:  gtk3-devel
307e50
Buildrequires:  desktop-file-utils
307e50
%endif
b28df5
307e50
%if 0%{!?_hda_tools:1}
b28df5
%description
b28df5
This package contains several specialist tools for use with ALSA, including
b28df5
a number of programs that provide access to special hardware facilities on
b28df5
certain sound cards.
b28df5
b28df5
* as10k1 - AS10k1 Assembler
b28df5
%ifnarch ppc ppc64
b28df5
* cspctl - Sound Blaster 16 ASP/CSP control program
b28df5
%endif
b28df5
* echomixer - Mixer for Echo Audio (indigo) devices
b28df5
* envy24control - Control tool for Envy24 (ice1712) based soundcards
b28df5
* hdspmixer - Mixer for the RME Hammerfall DSP cards
b28df5
* hwmixvolume - Control the volume of individual streams on sound cards that
b28df5
  use hardware mixing
b28df5
* rmedigicontrol - Control panel for RME Hammerfall cards
b28df5
* sbiload - An OPL2/3 FM instrument loader for ALSA sequencer
b28df5
* sscape_ctl - ALSA SoundScape control utility
b28df5
* us428control - Control tool for Tascam 428
b28df5
* hda-verb - Direct HDA codec access
b28df5
* hdajackretask - Reassign the I/O jacks on the HDA hardware
307e50
* hdajacksensetest - The sense test for the I/O jacks on the HDA hardware
307e50
%else
307e50
%description
307e50
This package contains several specialist tools for use with ALSA, including
307e50
a number of programs that provide access to special hardware facilities on
307e50
certain sound cards.
b28df5
307e50
* hda-verb - Direct HDA codec access
307e50
* hdajackretask - Reassign the I/O jacks on the HDA hardware
307e50
* hdajacksensetest - The sense test for the I/O jacks on the HDA hardware
307e50
%endif
b28df5
b28df5
%package firmware
b28df5
Summary:        ALSA tools for uploading firmware to some soundcards
b28df5
Group:          Applications/System
b28df5
Requires:       udev
b28df5
Requires:       alsa-firmware
b28df5
Requires:       fxload
b28df5
b28df5
b28df5
%description firmware
b28df5
This package contains tools for flashing firmware into certain sound cards.
b28df5
The following tools are available:
b28df5
b28df5
* hdsploader   - for RME Hammerfall DSP cards
b28df5
* mixartloader - for Digigram miXart soundcards
b28df5
* vxloader     - for Digigram VX soundcards
b28df5
* usx2yloader  - second phase firmware loader for Tascam USX2Y USB soundcards
b28df5
b28df5
b28df5
%prep
b28df5
%setup -q -n %{name}-%{version}
b28df5
b28df5
%build
b28df5
mv seq/sbiload . ; rm -rf seq
b28df5
for i in %{?builddirstools:%builddirstools} %{?builddirsfirmw:%builddirsfirmw}
b28df5
do
b28df5
  cd $i ; %configure
b28df5
  %{__make} %{?_smp_mflags} || exit 1
b28df5
  cd ..
b28df5
done
b28df5
b28df5
b28df5
%install
b28df5
mkdir -p %{buildroot}%{_datadir}/{pixmaps,applications}
b28df5
b28df5
for i in %{?builddirstools:%builddirstools} %{?builddirsfirmw:%builddirsfirmw}
b28df5
do
b28df5
  case $i in
b28df5
    echomixer)
b28df5
      (cd $i ; %makeinstall ; install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/ ; install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications/ ) || exit 1
b28df5
      ;;
b28df5
    envy24control)
b28df5
      (cd $i ; %makeinstall ; install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/ ; install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/ ) || exit 1
b28df5
      ;;
b28df5
    hdspconf)
b28df5
      (cd $i ; %makeinstall pixmapdir=%{buildroot}%{_datadir}/pixmaps desktopdir=%{buildroot}%{_datadir}/applications ) || exit 1
b28df5
      ;;
b28df5
    hdspmixer)
b28df5
      (cd $i ; %makeinstall pixmapdir=%{buildroot}%{_datadir}/pixmaps desktopdir=%{buildroot}%{_datadir}/applications ) || exit 1
b28df5
      ;;
b28df5
    hwmixvolume)
b28df5
      (cd $i ; %makeinstall ; install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/ ; install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/applications/ ) || exit 1
b28df5
      ;;
b28df5
    usx2yloader)
b28df5
      (cd $i ; %makeinstall hotplugdir=%{buildroot}%{_sysconfdir}/hotplug/usb) || exit 1
b28df5
      ;;
b28df5
    hdajackretask)
b28df5
      (cd $i ; %makeinstall ; install -m 644 %{SOURCE9} %{buildroot}%{_datadir}/applications/ ) || exit 1
b28df5
      ;;
b28df5
    *) (cd $i ; %makeinstall) || exit 1
b28df5
   esac
b28df5
   if [[ -s "${i}"/README ]]
b28df5
   then
b28df5
      if [[ ! -d "%{buildroot}%{_docdir}/%{name}-%{version}/${i}" ]]
b28df5
      then
b28df5
         mkdir -p "%{buildroot}%{_docdir}/%{name}-%{version}/${i}"
b28df5
      fi
b28df5
      cp "${i}"/README "%{buildroot}%{_docdir}/%{name}-%{version}/${i}"
b28df5
   fi
b28df5
   if [[ -s "${i}"/COPYING ]]
b28df5
   then
b28df5
      if [[ ! -d "%{buildroot}%{_docdir}/%{name}-%{version}/${i}" ]]
b28df5
      then
b28df5
         mkdir -p "%{buildroot}%{_docdir}/%{name}-%{version}/${i}"
b28df5
      fi
b28df5
      cp "${i}"/COPYING "%{buildroot}%{_docdir}/%{name}-%{version}/${i}"
b28df5
   fi
b28df5
   if [[ -s %{buildroot}%{_datadir}/applications/${i}.desktop ]] ; then
b28df5
      desktop-file-install --dir %{buildroot}%{_datadir}/applications \
b28df5
        %{buildroot}%{_datadir}/applications/${i}.desktop
b28df5
   fi
b28df5
done
b28df5
b28df5
# convert hotplug stuff to udev
b28df5
rm -f %{buildroot}%{_sysconfdir}/hotplug/usb/tascam_fw.usermap
b28df5
mkdir -p %{buildroot}/lib/udev
b28df5
mv %{buildroot}%{_sysconfdir}/hotplug/usb/* %{buildroot}/lib/udev
b28df5
mkdir -p %{buildroot}/lib/udev/rules.d
b28df5
install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
b28df5
b28df5
%if 0%{!?_without_tools:1}
b28df5
%files
b28df5
%dir %{_docdir}/%{name}-%{version}
b28df5
%doc %{_docdir}/%{name}-%{version}/as10k1
b28df5
%doc %{_docdir}/%{name}-%{version}/echomixer
b28df5
%doc %{_docdir}/%{name}-%{version}/envy24control
b28df5
%doc %{_docdir}/%{name}-%{version}/hdspconf
b28df5
%doc %{_docdir}/%{name}-%{version}/hdspmixer
b28df5
%doc %{_docdir}/%{name}-%{version}/hwmixvolume
b28df5
%doc %{_docdir}/%{name}-%{version}/rmedigicontrol
b28df5
%doc %{_docdir}/%{name}-%{version}/sbiload
b28df5
%doc %{_docdir}/%{name}-%{version}/hda-verb
b28df5
%doc %{_docdir}/%{name}-%{version}/hdajackretask
b28df5
%{_bindir}/as10k1
b28df5
%{_bindir}/echomixer
b28df5
%{_bindir}/envy24control
b28df5
%{_bindir}/hdspconf
b28df5
%{_bindir}/hdspmixer
b28df5
%{_bindir}/hwmixvolume
b28df5
%{_bindir}/rmedigicontrol
b28df5
%{_bindir}/sbiload
b28df5
%{_bindir}/sscape_ctl
b28df5
%{_bindir}/us428control
b28df5
%{_bindir}/hda-verb
b28df5
%{_bindir}/hdajackretask
307e50
%{_bindir}/hdajacksensetest
b28df5
%{_datadir}/applications/echomixer.desktop
b28df5
%{_datadir}/applications/envy24control.desktop
b28df5
%{_datadir}/applications/hdspconf.desktop
b28df5
%{_datadir}/applications/hdspmixer.desktop
b28df5
%{_datadir}/applications/hwmixvolume.desktop
b28df5
%{_datadir}/applications/hdajackretask.desktop
b28df5
%{_datadir}/man/man1/envy24control.1.gz
b28df5
%{_datadir}/pixmaps/echomixer.png
b28df5
%{_datadir}/pixmaps/envy24control.png
b28df5
%{_datadir}/pixmaps/hdspconf.png
b28df5
%{_datadir}/pixmaps/hdspmixer.png
b28df5
%{_datadir}/pixmaps/hwmixvolume.png
b28df5
%{_datadir}/sounds/*
b28df5
b28df5
# sb16_csp stuff which is excluded for PPCx
b28df5
%ifnarch ppc ppc64
b28df5
%doc %{_docdir}/%{name}-%{version}/sb16_csp
b28df5
%{_bindir}/cspctl
b28df5
%{_datadir}/man/man1/cspctl.1.gz
b28df5
%endif
b28df5
b28df5
%endif
b28df5
307e50
%if 0%{?_hda_tools:1}
307e50
%files
307e50
%doc %{_docdir}/%{name}-%{version}/hda-verb
307e50
%doc %{_docdir}/%{name}-%{version}/hdajackretask
307e50
%{_bindir}/hda-verb
307e50
%{_bindir}/hdajackretask
307e50
%{_bindir}/hdajacksensetest
307e50
%{_datadir}/applications/hdajackretask.desktop
307e50
%endif
307e50
b28df5
%if 0%{!?_without_firmware:1}
b28df5
%files firmware
b28df5
%dir %{_docdir}/%{name}-%{version}
b28df5
%doc %{_docdir}/%{name}-%{version}/hdsploader
b28df5
%doc %{_docdir}/%{name}-%{version}/mixartloader
b28df5
%doc %{_docdir}/%{name}-%{version}/usx2yloader
b28df5
%doc %{_docdir}/%{name}-%{version}/vxloader
b28df5
/lib/udev/rules.d/*.rules
b28df5
/lib/udev/tascam_fpga
b28df5
/lib/udev/tascam_fw
b28df5
%{_bindir}/hdsploader
b28df5
%{_bindir}/mixartloader
b28df5
%{_bindir}/usx2yloader
b28df5
%{_bindir}/vxloader
b28df5
%endif
b28df5
b28df5
%changelog
307e50
* Mon Jun  6 2016 Jaroslav Kysela <jkysela@redhat.com> - 1.1.0-1
307e50
- Updated to 1.1.0
307e50
- Enable hda-verb, hdajackretast, hdajacksensetest for i686/x86_64
307e50
- Resolves: rhbz#1172560
307e50
4590a5
* Tue Jun 23 2015 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-2
4590a5
- Fix bogus dates in spec
4590a5
4590a5
* Tue Sep 16 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-1
4590a5
- Updated to 1.0.28
4590a5
- Resolves: rhbz#1112210
4590a5
81ad82
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.27-4
81ad82
- Mass rebuild 2014-01-24
81ad82
81ad82
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.27-3
81ad82
- Mass rebuild 2013-12-27
81ad82
b28df5
* Tue May 21 2013 Dan Horák <dan[at]danny.cz> - 1.0.27-2
b28df5
- fix build on non-x86 arches
b28df5
b28df5
* Fri Apr 12 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-1
b28df5
- Updated to 1.0.27
b28df5
b28df5
* Sat Feb 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0.26.1-3
b28df5
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
b28df5
- clean up spec to follow current guidelines
b28df5
- don't build -tools for RHEL. Bill Nottingham patch. Resolves rhbz#586030
b28df5
b28df5
* Fri Sep  7 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26.1-2
b28df5
- Fixed gtk3-devel dependency (hdajackretask)
b28df5
- Added description for hda-verb and hdajackretask
b28df5
b28df5
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26.1-1
b28df5
- Updated to 1.0.26.1
b28df5
- Added hda-verb and hdajackretask tools
b28df5
b28df5
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
b28df5
- Updated to 1.0.26
b28df5
b28df5
* Wed Aug 29 2012 Tim Jackson <rpm@timj.co.uk> - 1.0.25-4
b28df5
- Move udev rules to /lib/udev/rules.d (rhbz #748206)
b28df5
- remove %%BuildRoot and %%clean sections; no longer required
b28df5
b28df5
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-3
b28df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b28df5
b28df5
* Wed Mar  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.25-2
b28df5
- Bump build for ARM
b28df5
b28df5
* Tue Jan 31 2012 Jaroslav Kysela <perex@perex.cz> - 1.0.25-1
b28df5
- Update to 1.0.25
b28df5
b28df5
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-5
b28df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b28df5
b28df5
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.0.24.1-4
b28df5
- Rebuild for new libpng
b28df5
b28df5
* Fri Jun 10 2011 Adam Jackson <ajax@redhat.com> 1.0.24.1-3
b28df5
- Rebuild for new libfltk
b28df5
b28df5
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-2
b28df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b28df5
b28df5
* Thu Feb 03 2011 Tim Jackson <rpm@timj.co.uk> - 1.0.24.1-1
b28df5
- Update to 1.0.24.1
b28df5
b28df5
* Mon May 03 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.23-1
b28df5
- update to 1.0.23
b28df5
b28df5
* Sat Mar 06 2010 Tim Jackson <rpm@timj.co.uk> - 1.0.22-2
b28df5
- Don't own /usr/share/sounds (#569415)
b28df5
b28df5
* Sun Jan 10 2010 Tim Jackson <rpm@timj.co.uk> - 1.0.22-1
b28df5
- Update to 1.0.22
b28df5
- use %%global instead of %%define
b28df5
b28df5
* Thu Sep 03 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.21-1
b28df5
- Update to 1.0.21
b28df5
b28df5
* Wed Aug 26 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-4
b28df5
- Add missing dep on xorg-x11-fonts-misc (#503284)
b28df5
b28df5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-3
b28df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b28df5
b28df5
* Thu Jul 16 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-2
b28df5
b28df5
* Sun May 10 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-1.fc12.2
b28df5
- Update to 1.0.20
b28df5
b28df5
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-3
b28df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b28df5
b28df5
* Sat Feb 14 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-2
b28df5
- Fix unowned directory problem (#483323)
b28df5
b28df5
* Sat Jan 24 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-1
b28df5
- Update to version 1.0.19
b28df5
- Mark udev rules as config
b28df5
b28df5
* Fri Dec  5 2008 Jon McCann <jmccann@redhat.com> - 1.0.17-2
b28df5
- Convert hotplug stuff to udev
b28df5
b28df5
* Thu Jul 17 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.17-1
b28df5
- Update to version 1.0.17
b28df5
b28df5
* Mon May 19 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-4
b28df5
- Make it build cleanly on ppc and ppc64 by excluding sb16_csp
b28df5
b28df5
* Sun May 18 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-3
b28df5
- Really enable firmware subpackage
b28df5
b28df5
* Sun May 18 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-2
b28df5
- Enable firmware subpackage - the accompanying alsa-firmware package is
b28df5
  finally in Fedora
b28df5
b28df5
* Sat Mar 01 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-1
b28df5
- Update to upstream 1.0.16 (fixes #434473)
b28df5
b28df5
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.15-3
b28df5
- Autorebuild for GCC 4.3
b28df5
b28df5
* Sat Jan 05 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.15-2
b28df5
- Update License tag to GPLv2+
b28df5
- ExcludeArch ppc64 (bug #219010)
b28df5
b28df5
* Sat Jan 05 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.15-1
b28df5
- Update to upstream 1.0.15
b28df5
- Add icon for envy24control
b28df5
- Build echomixer
b28df5
b28df5
* Sat Dec 09 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-4
b28df5
- ExcludeArch ppc (#219010)
b28df5
b28df5
* Sun Nov 26 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-3
b28df5
- Add gtk2-devel BR
b28df5
b28df5
* Sun Nov 26 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-2
b28df5
- Own our docdir explicitly
b28df5
b28df5
* Sat Nov 25 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-1
b28df5
- Update to 1.0.12
b28df5
- Resubmit to Fedora Extras 6
b28df5
- Replace hotplug requirement with udev
b28df5
b28df5
* Mon Feb 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>
b28df5
- Rebuild for Fedora Extras 5
b28df5
b28df5
* Tue Dec 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.10-1
b28df5
- Update to 1.0.10
b28df5
b28df5
* Fri May 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.9-1
b28df5
- Update to 1.0.9
b28df5
- Use disttag
b28df5
- Remove gcc4 patch
b28df5
b28df5
* Fri May 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8-3
b28df5
- prune ac3dec from sources
b28df5
b28df5
* Thu May 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8-2
b28df5
- don't build ac3dec -- use a52dec instead
b28df5
b28df5
* Wed Apr 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8-1
b28df5
- Update to 1.0.8
b28df5
4590a5
* Tue Mar 29 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-2
b28df5
- Add "--without tools" and "--with firmware" options
b28df5
- Drop unneeded BR: automake
b28df5
b28df5
* Sun Jan 02 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-0.fdr.1
b28df5
- Update to 1.0.6 for FC3
b28df5
- add new files in {_datadir}/sounds/
b28df5
- add patch0 for as10k1 
b28df5
b28df5
* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.4-0.fdr.1
b28df5
- Update to 1.0.4
b28df5
b28df5
* Fri Jan 16 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.1-0.fdr.2
b28df5
- Integrate Michaels patch that fixes:
b28df5
- fix desktop files for fedora.us, adds buildreq desktop-file-utils
b28df5
- fix %%install section for short-circuit installs
b28df5
b28df5
* Fri Jan 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.1-0.fdr.1
b28df5
- Update to 1.0.1
b28df5
b28df5
* Sun Dec 14 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
b28df5
- exit if error during build or install
b28df5
- fix install errors hdspconf, hdspmixer, usx2yloader
b28df5
- Split package in alsa-tools and alsa-tools-firmware
b28df5
- Integrate more docs
b28df5
4590a5
* Sat Dec 06 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
b28df5
- Update to 1.0.0rc2
b28df5
- some minor corrections in style
b28df5
b28df5
* Thu Dec 04 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
b28df5
- Update to 1.0.0rc1
b28df5
- Remove firmware files -- extra package now.
b28df5
- Add description
b28df5
b28df5
* Wed Aug 13 2003 Dams <anvil[AT]livna.org> 0:tools-0.fdr.1
b28df5
- Initial build.