Call autoreconf directly instead of using gnome-common

epel8
Deji Akingunola 14 years ago
parent 6a4655ca40
commit 8537a3d693

@ -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@gmail.com> - 0.8.1-2
* Mon Jul 04 2011 Deji Akingunola <dakingun@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@gmail.com> - 0.8.1-1
- Update to version 0.8.1

Loading…
Cancel
Save