]> git.pld-linux.org Git - packages/gabber.git/blobdiff - gabber.spec
- added ac_fixes patch which rmoved using AM_ACLOCAL_INCLUDE macro (which is
[packages/gabber.git] / gabber.spec
index 99d149f84cbe7b85cee02c92d4dee7dad714f1e6..57fb6f1eae1a9d6cbcf8e63c56e27b64a229cfc2 100644 (file)
@@ -12,6 +12,7 @@ License:      GPL
 Group:         Applications/Communications
 Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-ac_fixes.patch
 URL:           http://gabber.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -62,12 +63,13 @@ mesmo tempo f
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -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
-xml-i18n-toolize --copy --force
+intltoolize --copy --force
 %{__gettextize}
 aclocal -I %{_aclocaldir}/gnome
 autoheader
This page took 0.064927 seconds and 4 git commands to generate.