]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- back to version for gnome 1.x (gabber for gnome 2.x is not usable yet)
authorwrobell <wrobell@pld-linux.org>
Sat, 23 Nov 2002 17:28:08 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gabber.spec -> 1.35

gabber.spec

index 6cfadf517bcf41a867d6a0a650b4260e841937b3..d30f66022003451f89d52585bfd0d23f9c0d148c 100644 (file)
@@ -2,28 +2,47 @@
 # Conditional build:
 # _with_ipv6        - with IPv6 support
 #
-
-%define snap 20021025
-
 Summary:       A GNOME Jabber client
 Summary(pl):   Klient Jabber dla GNOME
 Summary(pt_BR):        Um cliente GNOME para o Jabber
 Name:          gabber
-Version:       1.9.0
-Release:       0.%{snap}.1
+Version:       0.8.7
+Release:       4
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://jabberstudio.org/gabber/%{name}-%{version}.%{snap}.tar.gz
+Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-ac_fixes.patch
+Patch2:                %{name}-omf.patch
 URL:           http://gabber.sourceforge.net/
+BuildRequires: ORBit-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gal-devel >= 0.19
+BuildRequires: gdk-pixbuf-gnome-devel
+BuildRequires: gettext-devel
+BuildRequires: gnome-libs-devel >= 1.2.13
+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++1-devel
+BuildRequires: libunicode-devel
+BuildRequires: openssl-devel >= 0.9.6a
+BuildRequires: scrollkeeper
+BuildRequires: xmms-devel
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): scrollkeeper
+Requires:      applnk
 Requires:      gnupg
-BuildRequires: gnomemm-devel >= 1.3.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _sysconfdir     /etc/X11/GNOME2
+%define                _sysconfdir     /etc/X11/GNOME
 %define                _mandir         %{_prefix}/man
+%define                _omf_dest_dir   %(scrollkeeper-config --omfdir)
 
 %description
 Gabber is a Gnome client for the distributed Open Source instant
@@ -44,16 +63,27 @@ mesmo tempo f
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -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
+intltoolize --copy --force
+%{__gettextize}
+%{__aclocal} -I %{_aclocaldir}/gnome
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+cd jabberoo
 rm -f missing
-glib-gettextize
-intltoolize
-%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I %{_aclocaldir}/gnome
 %{__autoheader}
 %{__autoconf}
 %{__automake}
+cd ..
 CXXFLAGS="%{rpmcflags}"
 %configure \
        --%{!?debug:dis}%{?debug:en}able-debug \
This page took 0.122509 seconds and 4 git commands to generate.