1
0

Accepting request 254856 from home:dimstar:branches:GNOME:Apps

- Add audio-recorder-automake.patch: fix the order of commands in
  configure.ac.

OBS-URL: https://build.opensuse.org/request/show/254856
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2014-10-09 16:35:50 +00:00 committed by Git OBS Bridge
parent 3ec0015c26
commit 85105b9b05
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Index: audio-recorder/configure.ac
===================================================================
--- audio-recorder.orig/configure.ac
+++ audio-recorder/configure.ac
@@ -1,8 +1,8 @@
# ================= initialization =================== #
AC_INIT([Audio Recorder], [1.4-1], [https://bugs.launchpad.net/audio-recorder/+filebug], [audio-recorder])
+AM_INIT_AUTOMAKE
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
#AC_CONFIG_HEADERS([src/config.h])
AM_MAINTAINER_MODE

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 9 13:19:09 UTC 2014 - dimstar@opensuse.org
- Add audio-recorder-automake.patch: fix the order of commands in
configure.ac.
-------------------------------------------------------------------
Wed Jan 22 19:58:45 UTC 2014 - dimstar@opensuse.org

View File

@ -27,6 +27,8 @@ Url: https://launchpad.net/audio-recorder
Source: https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz
# PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it.
Patch0: audio-recorder-correct-desktop-menu.patch
# PATCH-FIX-UPSTREAM audio-recorder-automake.patch lp#1379339 dimstar@opensuse.org -- Fix the order of commands in configure.ac
Patch1: audio-recorder-automake.patch
BuildRequires: autoconf
BuildRequires: desktop-file-utils
BuildRequires: fdupes
@ -77,6 +79,7 @@ User can also control the recorder from command line with
%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
%build
aclocal && autoconf && automake -a