From 85105b9b0581b20335f1cb9201ce4232257db01a51bdc04447ac7c317ceb333a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 9 Oct 2014 16:35:50 +0000 Subject: [PATCH] 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 --- audio-recorder-automake.patch | 14 ++++++++++++++ audio-recorder.changes | 6 ++++++ audio-recorder.spec | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 audio-recorder-automake.patch diff --git a/audio-recorder-automake.patch b/audio-recorder-automake.patch new file mode 100644 index 0000000..12155c6 --- /dev/null +++ b/audio-recorder-automake.patch @@ -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 diff --git a/audio-recorder.changes b/audio-recorder.changes index c32d70f..1ee47d5 100644 --- a/audio-recorder.changes +++ b/audio-recorder.changes @@ -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 diff --git a/audio-recorder.spec b/audio-recorder.spec index 36d67cc..978d10e 100644 --- a/audio-recorder.spec +++ b/audio-recorder.spec @@ -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