[libgnome-media-profiles] autoreconf for now for aarch64

Yanko Kaneti yaneti at fedoraproject.org
Sat Mar 23 06:56:21 UTC 2013


commit 48802486d37f058fb0663960f23cc1f588aa4052
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Sat Mar 23 08:56:07 2013 +0200

    autoreconf for now for aarch64

 libgnome-media-profiles.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-media-profiles.spec b/libgnome-media-profiles.spec
index 2750874..46e2c46 100644
--- a/libgnome-media-profiles.spec
+++ b/libgnome-media-profiles.spec
@@ -1,6 +1,6 @@
 Name:           libgnome-media-profiles
 Version:        3.0.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        GNOME Media Profiles library
 
 Group:          System Environment/Libraries
@@ -14,6 +14,10 @@ Buildrequires: gstreamer-devel gstreamer-plugins-base-devel
 BuildRequires: intltool
 BuildRequires: gnome-doc-utils
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=925748
+# autoreconf for now for aarch64
+BuildRequires: automake autoconf libtool
+
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
@@ -40,6 +44,8 @@ for developing applications that use %{name}.
 
 %prep
 %setup -q
+# autoreconf for now for aarch64
+autoreconf -fi
 
 
 %build
@@ -85,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Sat Mar 23 2013 Yanko Kaneti <yaneti at declera.com> 3.0.0-6
+- Autoreconf for now for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list