]> git.pld-linux.org Git - packages/gal.git/commitdiff
- added am15 patch and run aclocal, autoconf, automake in correct order. gal-0_11_2-1
authorkloczek <kloczek@pld-linux.org>
Mon, 10 Sep 2001 12:14:18 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gal.spec -> 1.18

gal.spec

index f3d6ca1231c5d44c3b785223ae2bde7fff99abd7..4e0706aa66e1c7c74f008cf45c8b06ec6b237b08 100644 (file)
--- 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}
This page took 0.075558 seconds and 4 git commands to generate.