[mediatomb/f16] Added call to autoreconf to enable flac support

rmattes rmattes at fedoraproject.org
Mon Dec 19 01:48:29 UTC 2011


commit 6b8b7e54fc7bfe8c34e99383a1adbafc9149005f
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Nov 29 20:04:11 2011 -0500

    Added call to autoreconf to enable flac support

 mediatomb.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mediatomb.spec b/mediatomb.spec
index a0daee3..c306695 100644
--- a/mediatomb.spec
+++ b/mediatomb.spec
@@ -1,7 +1,7 @@
 Version: 0.12.1
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 13%{?dist}
+Release: 14%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
@@ -26,6 +26,7 @@ Patch7: mediatomb-0.12.1.flacart.config.patch
 Patch8: mediatomb-0.12.1.fixyoutube.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRequires: automake
 BuildRequires: sqlite-devel, mysql-devel, libexif-devel, id3lib-devel, file-devel, js-devel, zlib-devel, taglib-devel flac-devel
 BuildRequires: expat-devel, libcurl-devel
 BuildRequires: libmp4v2-devel
@@ -65,6 +66,9 @@ be found on http://www.upnp.org/.
 %patch8 -p3
 
 %build
+# Patches affect configure.ac scripts, need to autoreconf
+autoreconf
+
 # Fedora 13 on use system jsapi.h
 %if 0%{?fedora} >= 13
 %configure --enable-inotify --enable-taglib --enable-libjs --enable-FLAC
@@ -143,6 +147,9 @@ fi
 %{_initrddir}/mediatomb
 
 %changelog
+* Sun Nov 06 2011 Rich Mattes <richmattes at gmail.com> - 0.12.1-14
+- Added call to autoreconf to enable flac support
+
 * Tue Oct 18 2011 Rich Mattes <richmattes at gmail.com> - 0.12.1-13
 - Fix youtube support (RHBZ#747023)
 - Enable FLAC cover art via libFLAC


More information about the scm-commits mailing list