From: kloczek Date: Mon, 10 Sep 2001 12:14:18 +0000 (+0000) Subject: - added am15 patch and run aclocal, autoconf, automake in correct order. X-Git-Tag: gal-0_11_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgal.git;a=commitdiff_plain;h=9cd1da918bcca864d376cb61b57621063c52140d - added am15 patch and run aclocal, autoconf, automake in correct order. Changed files: gal.spec -> 1.18 --- diff --git a/gal.spec b/gal.spec index f3d6ca1..4e0706a 100644 --- a/gal.spec +++ b/gal.spec @@ -14,6 +14,7 @@ Source0: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.t Patch0: %{name}-no_version.patch Patch1: %{name}-no_macros_in_AC_OUTPUT.patch Patch2: %{name}-i18n.patch +Patch3: %{name}-am15.patch BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool @@ -76,16 +77,17 @@ Biblioteki statyczne gal. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp mv -f configure.in.tmp configure.in +rm -f missing libtoolize --copy --force gettextize --copy --force -automake -a -c aclocal -I %{_aclocaldir}/gnome -rm -f missing autoconf +automake -a -c %configure \ --enable-static %{__make}