]> git.pld-linux.org Git - packages/gal.git/blobdiff - gal.spec
- added am15 patch and run aclocal, autoconf, automake in correct order.
[packages/gal.git] / gal.spec
index e52b40facc48e658d9edff711de18a3400a50557..4e0706aa66e1c7c74f008cf45c8b06ec6b237b08 100644 (file)
--- a/gal.spec
+++ b/gal.spec
@@ -13,6 +13,8 @@ Group(pl):    X11/Biblioteki
 Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.tar.bz2
 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
@@ -74,16 +76,18 @@ Biblioteki statyczne gal.
 %setup -q
 %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.039556 seconds and 4 git commands to generate.