summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-09-25 18:31:43 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7edd3c483aaf3aaed8257814cefd1dbe2825458b (patch)
treea307296d7d4c47909152d32a5c3dcc14938adf3a
parent343343cfa1f4693190a79205109f4f98ec68c50e (diff)
downloadgabber-7edd3c483aaf3aaed8257814cefd1dbe2825458b.zip
gabber-7edd3c483aaf3aaed8257814cefd1dbe2825458b.tar.gz
- added ac_fixes patch which rmoved using AM_ACLOCAL_INCLUDE macro (which isgabber-0_8_7-3
in current form incompatible with ac 2.5x). Changed files: gabber.spec -> 1.30
-rw-r--r--gabber.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/gabber.spec b/gabber.spec
index 99d149f..57fb6f1 100644
--- a/gabber.spec
+++ b/gabber.spec
@@ -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ácil de usar.
%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