[gparted] Call autoreconf directly instead of using gnome-common

Deji Akingunola deji at fedoraproject.org
Mon Jul 4 14:21:52 UTC 2011


commit 8537a3d69353130fef32fd37390cf7a8c79a6103
Author: Deji Akingunola <dakingun at mail.com>
Date:   Mon Jul 4 10:23:41 2011 -0400

    Call autoreconf directly instead of using gnome-common

 gparted.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gparted.spec b/gparted.spec
index cbcb5b9..10f58ac 100644
--- a/gparted.spec
+++ b/gparted.spec
@@ -15,7 +15,7 @@ BuildRequires:	gtkmm24-devel parted-devel
 BuildRequires:	libuuid-devel gettext perl(XML::Parser) 
 BuildRequires:	desktop-file-utils gnome-doc-utils intltool
 BuildRequires:  rarian-compat
-BuildRequires:  automake autoconf gnome-common
+BuildRequires:  automake autoconf libtool pkgconfig
 
 %description
 GParted stands for Gnome Partition Editor and is a graphical frontend to
@@ -28,10 +28,9 @@ will be detected at runtime and don't require a rebuild of GParted
 %setup -q
 %patch0 -p1
 %patch1 -p1 
+autoreconf -vif
 
 %build
-PKG_NAME="gparted" REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
-
 %configure --enable-libparted-dmraid
 make %{?_smp_mflags} 
 
@@ -92,8 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
 
 %changelog
-* Sun Jun 26 2011 Deji Akingunola <dakingun at gmail.com> - 0.8.1-2
+* Mon Jul 04 2011 Deji Akingunola <dakingun at gmail.com> - 0.8.1-2
 - Apply upstream patch to build with parted-3.0
+- Enable parted dmraid support
 
 * Sun Jun 26 2011 Deji Akingunola <dakingun at gmail.com> - 0.8.1-1
 - Update to version 0.8.1


More information about the scm-commits mailing list