#6 Fix gtk-doc autoreconf issue
Merged 3 years ago by leigh123linux. Opened 3 years ago by leigh123linux.
rpms/ leigh123linux/libdbusmenu autorecof_issue  into  rawhide

Fix gtk-doc autoreconf issue
Leigh Scott • 3 years ago  
file modified
+2 -2
@@ -28,7 +28,7 @@ 

  BuildRequires:  automake

  BuildRequires:  gettext

  BuildRequires:  glibc-devel

- BuildRequires:  gnome-common

+ BuildRequires:  gtk-doc

  BuildRequires:  intltool

  BuildRequires:  libtool

  BuildRequires:  libxslt
@@ -142,6 +142,7 @@ 

  

  pushd %{name}-%{version}

  %patch0 -p1

+ autoreconf -fiv

  popd

  

  cp -a %{name}-%{version}/{README,COPYING,COPYING.2.1,COPYING-GPL3,AUTHORS,ChangeLog} .
@@ -150,7 +151,6 @@ 

  

  %build

  build(){

- autoreconf -vif

  %configure --disable-static --disable-dumper --enable-introspection $*

  %make_build

  }

no initial comment

rebased onto 2998db8

3 years ago

rebased onto eb41f2b

3 years ago

rebased onto 6c151ec

3 years ago

Pull-Request has been merged by leigh123linux

3 years ago
Metadata