]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- in gnome-common-2.8.0 all macros are in %%{_aclocaldir}, not in auto/ac/epiphany-extensions-1_4_0-1
authorgrzegol <grzegol@pld-linux.org>
Wed, 15 Sep 2004 18:24:36 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %%{_aclocaldir}/gnome2-macros, so remove -I %%{_aclocal}/gnome2-macros from
  %%{__aclocal} args and BR: gnome-common >= 2.8.0

Changed files:
    epiphany-extensions.spec -> 1.13

epiphany-extensions.spec

index a3e12604a44301eaa0ae9d0ada892eb3a21a0aba..c6a26292239d414b6fc035c2647b9e2867adfc57 100644 (file)
@@ -14,7 +14,7 @@ URL:          http://www.gnome.org/projects/epiphany/
 BuildRequires: autoconf >= 2.57
 Buildrequires: automake
 BuildRequires: epiphany-devel >= 1.4.0
-BuildRequires: gnome-common
+BuildRequires: gnome-common >= 2.8.0
 BuildRequires: gtk+2-devel >= 2:2.4.4
 BuildRequires: intltool >= 0.29
 BuildRequires: libglade2-devel >= 1:2.4.0
@@ -46,7 +46,7 @@ mv po/{no,nb}.po
 
 %build
 %{__libtoolize}
-%{__aclocal} -I %{_aclocaldir}/gnome2-macros
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
This page took 0.060741 seconds and 4 git commands to generate.