]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- ver. 1.9.0 snap 2002-10-25 /nfy/
authorwrobell <wrobell@pld-linux.org>
Fri, 25 Oct 2002 18:06:58 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gabber.spec -> 1.33

gabber.spec

index d30f66022003451f89d52585bfd0d23f9c0d148c..f06570e9dc14e7aaedc5064b90927724cd44ace8 100644 (file)
@@ -2,47 +2,28 @@
 # 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:       0.8.7
-Release:       4
+Version:       1.9.0
+Release:       0.%{snap}.1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-ac_fixes.patch
-Patch2:                %{name}-omf.patch
+Source0:       http://jabberstudio.org/gabber/%{name}-%{version}.%{snap}.tar.gz
 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: libgnomemm-devel >= 1.3.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _sysconfdir     /etc/X11/GNOME
+%define                _sysconfdir     /etc/X11/GNOME2
 %define                _mandir         %{_prefix}/man
-%define                _omf_dest_dir   %(scrollkeeper-config --omfdir)
 
 %description
 Gabber is a Gnome client for the distributed Open Source instant
@@ -63,27 +44,16 @@ 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
-%{__aclocal} -I %{_aclocaldir}/gnome
+glib-gettextize
+intltoolize
+%{__libtoolize}
+%{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-cd ..
 CXXFLAGS="%{rpmcflags}"
 %configure \
        --%{!?debug:dis}%{?debug:en}able-debug \
This page took 0.111461 seconds and 4 git commands to generate.