Merge tag 'upstream/1.0.29' into tizen 23/252523/1 accepted/tizen/unified/20210202.143746 submit/tizen/20210201.055206
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 29 Jan 2021 06:10:52 +0000 (15:10 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 29 Jan 2021 06:11:58 +0000 (15:11 +0900)
[Version] 1.0.29-0
[Issue Type] upgrade

Change-Id: I990d0d190f30fb6b4cfb27cfb4c958b65b5dd3ca

1  2 
packaging/alsa-lib.spec

index 79d37396e148e99685000fc74a3a5dcfc9e2d6c8,0000000000000000000000000000000000000000..9fc2e79aac66eea5d3db49724e3948277aeb6364
mode 100644,000000..100644
--- /dev/null
@@@ -1,74 -1,0 +1,74 @@@
- Version:        1.0.28
- Release:        6
 +Name:           alsa-lib
++Version:        1.0.29
++Release:        0
 +License:        LGPL-2.1+
 +Summary:        The Advanced Linux Sound Architecture (ALSA) library
 +Url:            http://www.alsa-project.org/
 +Group:          System/Audio
 +Source0:        ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
 +Source1001:   alsa-lib.manifest
 +
 +%description
 +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
 +functionality to the Linux operating system.
 +
 +This package includes the ALSA runtime libraries to simplify application
 +programming and provide higher level functionality as well as support for
 +the older OSS API, providing binary compatibility for most OSS programs.
 +
 +%package -n libasound
 +Summary:        ALSA Library package for multimedia framework middleware package
 +Group:          System/Audio
 +
 +%description -n libasound
 +ALSA Library package for multimedia framework middleware package
 +
 +%package -n libasound-devel
 +Summary:        ALSA Library package for multimedia framework middleware package
 +Group:          Development/Libraries
 +Requires:       libasound
 +
 +%description -n libasound-devel
 +ALSA Library package for multimedia framework middleware package
 +
 +%prep
 +%setup -q
 +cp %{SOURCE1001} .
 +
 +
 +%build
 +%configure --disable-static \
 +    --with-alsa-devdir=/dev/snd \
 +    --disable-alisp \
 +    --disable-python \
 +    --with-gnu-ld \
 +    --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty
 +
 +make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +
 +rm -f %{buildroot}/%{_bindir}/aserver
 +
 +%post -n libasound -p /sbin/ldconfig
 +
 +%postun -n libasound -p /sbin/ldconfig
 +
 +
 +%files -n libasound
 +%manifest %{name}.manifest
 +%defattr(-,root,root,-)
 +%license COPYING
 +%{_libdir}/lib*.so.*
 +%{_libdir}/alsa-lib/smixer/*.so
 +%{_datadir}/alsa/*
 +
 +%files -n libasound-devel
 +%manifest %{name}.manifest
 +%defattr(-,root,root,-)
 +%{_includedir}/*
 +%{_libdir}/lib*.so
 +%{_libdir}/pkgconfig/*
 +%{_datadir}/aclocal
 +