]> 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 9e4dfcffcb2b3e123faf1f6600c7cbb54ae2c327..57fb6f1eae1a9d6cbcf8e63c56e27b64a229cfc2 100644 (file)
@@ -7,11 +7,12 @@ Summary(pl):  Klient Jabber dla GNOME
 Summary(pt_BR):        Um cliente GNOME para o Jabber
 Name:          gabber
 Version:       0.8.7
-Release:       2
+Release:       3
 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
@@ -24,15 +25,15 @@ BuildRequires:      gnomemm-devel >= 1.2.0
 BuildRequires: gnome-print-devel
 BuildRequires: gtk+-devel >= 1.2.5
 BuildRequires: gtkmm-devel >= 1.2.5
+BuildRequires: intltool
 BuildRequires: libglade-gnome-devel >= 0.17
-BuildRequires: libsigc++-devel
+BuildRequires: libsigc++1-devel
 BuildRequires: libunicode-devel
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: scrollkeeper
-BuildRequires: xml-i18n-tools
 BuildRequires: xmms-devel
-Prereq:                /sbin/ldconfig
-Prereq:                scrollkeeper
+Requires(post,postun): /sbin/ldconfig
+Requires(post,postun): scrollkeeper
 Requires:      applnk
 Requires:      gnupg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -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.063192 seconds and 4 git commands to generate.