Blame SPECS/pcaudiolib.spec

b94d57
Name:           pcaudiolib
b94d57
Version:        1.1
b94d57
Release:        9%{?dist}
b94d57
Summary:        Portable C Audio Library
b94d57
b94d57
# pcaudiolib bundles TPCircularBuffer with Cube license, which is only used
b94d57
# by coreaudio support, which we do not build. The rest is GPLv3+.
b94d57
License:        GPLv3+
b94d57
URL:            https://github.com/rhdunn/pcaudiolib
b94d57
Source0:        %{url}/archive/%{version}.tar.gz
b94d57
b94d57
BuildRequires:  gcc make autoconf automake libtool pkgconfig
b94d57
BuildRequires:  alsa-lib-devel pulseaudio-libs-devel
b94d57
b94d57
%description
b94d57
The Portable C Audio Library (pcaudiolib) provides a C API to different
b94d57
audio devices.
b94d57
b94d57
%package devel
b94d57
Summary: Development files for pcaudiolib
b94d57
Requires: %{name}%{?_isa} = %{version}-%{release}
b94d57
b94d57
%description devel
b94d57
Development files for the Portable C Audio Library.
b94d57
b94d57
%prep
b94d57
%autosetup
b94d57
rm -rf src/TPCircularBuffer
b94d57
b94d57
%build
b94d57
./autogen.sh
b94d57
%configure --without-coreaudio
b94d57
%make_build
b94d57
b94d57
%install
b94d57
%make_install
b94d57
rm -vf %{buildroot}%{_libdir}/*.{a,la}
b94d57
b94d57
%ldconfig_scriptlets
b94d57
b94d57
%files
b94d57
%license COPYING
b94d57
%doc README.md
b94d57
%doc AUTHORS
b94d57
%doc CHANGELOG.md
b94d57
%{_libdir}/libpcaudio.so.*
b94d57
b94d57
%files devel
b94d57
%{_libdir}/libpcaudio.so
b94d57
%dir %{_includedir}/%{name}
b94d57
%{_includedir}/%{name}/audio.h
b94d57
b94d57
%changelog
b94d57
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1-9
b94d57
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b94d57
  Related: rhbz#1991688
b94d57
b94d57
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1-8
b94d57
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b94d57
b94d57
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-7
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b94d57
b94d57
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-6
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b94d57
b94d57
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b94d57
b94d57
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b94d57
b94d57
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b94d57
b94d57
* Fri Jul 13 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.1-2
b94d57
- Clarify licensing, make sure we don't build TPCircularBuffer
b94d57
b94d57
* Sat Mar 24 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.1-1
b94d57
- New version
b94d57
- Resolves: rhbz#1549559
b94d57
b94d57
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b94d57
b94d57
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b94d57
b94d57
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b94d57
b94d57
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4
b94d57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b94d57
b94d57
* Thu Sep 22 2016 Ondřej Lysoněk <olysonek@redhat.com> - 1.0-3
b94d57
- Made the pcaudiolib-devel Requires arch-specific
b94d57
b94d57
* Thu Sep 22 2016 Ondřej Lysoněk <olysonek@redhat.com> - 1.0-2
b94d57
- Own the /usr/include/pcaudiolib directory
b94d57
b94d57
* Fri Sep 16 2016 Ondřej Lysoněk <olysonek@redhat.com> 1.0-1
b94d57
- Initial package