Merge tag 'upstream/1.0.29' into tizen 28/252528/1 accepted/tizen/unified/20210202.143753 submit/tizen/20210201.055206
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 29 Jan 2021 06:20:21 +0000 (15:20 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 29 Jan 2021 06:21:51 +0000 (15:21 +0900)
[Version] 1.0.29
[Issue Type] Upgrade

Change-Id: If14fa0fdc5ed69126cc641282eaece4ef94c4ad0

1  2 
packaging/alsa-utils.spec

index cbcfa19,0000000..ce0005e
mode 100644,000000..100644
--- /dev/null
@@@ -1,59 -1,0 +1,59 @@@
- Version:        1.0.28
- Release:        6
 +Name:           alsa-utils
++Version:        1.0.29
++Release:        0
 +License:        GPL-2.0
 +Summary:        Advanced Linux Sound Architecture (ALSA) utilities
 +Url:            http://www.alsa-project.org/
 +Group:          Applications/Multimedia
 +Source0:        ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 +Source1001:     alsa-utils.manifest
 +BuildRequires:  libasound-devel
 +
 +%description
 +This package contains command line utilities for the Advanced Linux Sound
 +Architecture (ALSA).
 +
 +%package doc
 +Summary:        Man pages for alsa-utils
 +Group:          Documentation
 +Requires:       %{name} = %{version}
 +
 +%description doc
 +Man pages for alsa-utils
 +
 +%prep
 +%setup -q
 +cp %{SOURCE1001} .
 +
 +
 +%build
 +export CFLAGS+=" -fPIC -pie"
 +
 +%configure \
 +    --disable-static \
 +    --disable-nls \
 +    --disable-xmlto \
 +    --disable-alsamixer \
 +    --disable-alsatest \
 +    --with-udev-rules-dir=/lib/udev/rules.d
 +
 +%__make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +mkdir -p %{buildroot}/var/lib/alsa
 +%if "%{tizen_profile_name}" == "tv"
 +rm -rf %{buildroot}%{_bindir}/speaker-test
 +%endif
 +
 +%remove_docs
 +
 +%files
 +%manifest %{name}.manifest
 +%license COPYING
 +%{_bindir}/*
 +%{_sbindir}/*
 +%exclude %{_sbindir}/alsaconf
 +%{_datadir}/alsa/*
 +%{_datadir}/sounds/*
 +/lib/udev/rules.d/90-alsa-restore.rules