SHA256
1
0
forked from pool/alsa-utils

Accepting request 164136 from home:tiwai:branches:multimedia:libs

- Replace the previous fix with the upstream patch

OBS-URL: https://build.opensuse.org/request/show/164136
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=74
This commit is contained in:
2013-04-15 13:03:06 +00:00
committed by Git OBS Bridge
parent 69a68361b7
commit 7b30f292e9
4 changed files with 35 additions and 14 deletions

View File

@@ -57,8 +57,9 @@ Release: 0
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
Source1: 01beep.conf
# Patch: alsa-utils-git-fixes.diff
# PATCH-FIX-OPENSUSE service_typo.patch -- Fixes the typo in systemd service
Patch0: service_typo.patch
# upstream fix patches
Patch1: 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch
#
Patch99: alsa-utils-gettext-version-removal.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -73,7 +74,8 @@ Sound Architecture.
sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
# rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
# patch -p1
%patch0 -p1
%patch1 -p1
#
%if %suse_version < 1020
%patch99 -p1
%endif