1.0.28
This commit is contained in:
parent
491cb395ae
commit
1bb5e462e4
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
||||
alsa-plugins-1.0.21.tar.bz2
|
||||
alsa-plugins-1.0.22.tar.bz2
|
||||
/alsa-tools-1.0.24.tar.bz2
|
||||
/alsa-plugins-1.0.24.tar.bz2
|
||||
/alsa-plugins-1.0.25.tar.bz2
|
||||
/alsa-plugins-1.0.26.tar.bz2
|
||||
/alsa-plugins-1.0.27.tar.bz2
|
||||
/alsa-plugins-1.*.tar.bz2
|
||||
|
@ -5,8 +5,8 @@
|
||||
%endif
|
||||
|
||||
Name: alsa-plugins
|
||||
Version: 1.0.27
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.28
|
||||
Release: 1%{?dist}
|
||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||
# pph plugin is BSD-like licensed
|
||||
@ -24,7 +24,6 @@ Source5: 50-upmix.conf
|
||||
Source6: 97-vdownmix.conf
|
||||
Source8: 50-arcamav.conf
|
||||
Source9: 98-maemo.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
|
||||
@ -155,7 +154,6 @@ ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
install -d ${RPM_BUILD_ROOT}%{_datadir}/alsa/alsa.conf.d
|
||||
@ -175,8 +173,6 @@ mv ${RPM_BUILD_ROOT}%{_datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf.exam
|
||||
|
||||
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -184,7 +180,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%if 0%{?with_jack}
|
||||
%files jack
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-jack
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/50-jack.conf
|
||||
@ -192,7 +187,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%files oss
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-pcm-oss
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/50-pcm-oss.conf
|
||||
@ -200,7 +194,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_oss.so
|
||||
|
||||
%files pulseaudio
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-pulse
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
|
||||
@ -210,7 +203,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf
|
||||
|
||||
%files samplerate
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/samplerate.txt
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/10-samplerate.conf
|
||||
@ -221,33 +213,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_order.so
|
||||
|
||||
%files upmix
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/upmix.txt
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/50-upmix.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so
|
||||
|
||||
%files vdownmix
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/vdownmix.txt
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/97-vdownmix.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
|
||||
|
||||
%files usbstream
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
|
||||
|
||||
%files arcamav
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-arcam-av
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/50-arcamav.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so
|
||||
|
||||
%files speex
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/speexdsp.txt doc/speexrate.txt
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/10-speex.conf
|
||||
@ -257,7 +244,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_speexrate_medium.so
|
||||
|
||||
%files maemo
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-maemo
|
||||
%dir %{_datadir}/alsa/alsa.conf.d
|
||||
%config(noreplace) %{_datadir}/alsa/alsa.conf.d/98-maemo.conf
|
||||
@ -266,6 +252,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-1
|
||||
- Update to 1.0.28
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user