]> git.pld-linux.org Git - packages/gg2.git/blobdiff - gg2.spec
- snapshot 20031020
[packages/gg2.git] / gg2.spec
index d6ffb28ba108979174cdb505e791a36dbacffc0c..797cdf31d95f230f1c3679325d018b24282fe2e0 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -1,28 +1,30 @@
 
 %bcond_with    arts
+%bcond_without perl
 
-%define                _pre    pre3
+%define                _snap   20031020
 Summary:       GNU Gadu 2 - free talking
+Summary(es):   GNU Gadu 2 - charlar libremente
 Summary(pl):   GNU Gadu 2 - wolne gadanie
 Name:          gg2
 Version:       2.0
-Release:       1.%{_pre}.1
-Epoch:         1
+Release:       2.%{_snap}.1
+Epoch:         2
 License:       GPL v2+
 Group:         Applications/Communications
-Source0:       http://dl.sourceforge.net/sourceforge/ggadu/%{name}-%{version}%{_pre}.tar.gz
-# Source0-md5: 49c52cec6869c9ed1b3c015f37401879
+#Source0:      http://dl.sourceforge.net/sourceforge/ggadu/%{name}-%{version}-%{_snap}.tar.gz
+Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}-%{_snap}.tar.gz
+# Source0-md5: 2b1540839e84b39688c68d008d0725eb
 Source1:       %{name}.desktop
 URL:           http://www.gadu.gnu.pl/
-#BuildRequires:        arts-devel
 BuildRequires: perl-devel
 BuildRequires: autoconf
 BuildRequires: automake >= 1.7
 BuildRequires: esound-devel >= 0.2.7
-BuildRequires: iksemel-devel >= 0.0.1
+BuildRequires: loudmouth-devel >= 0.13.1
 BuildRequires: glib2-devel  >= 2.2.0
 BuildRequires: gtk+2-devel  >= 2.2.0
-BuildRequires: libgadu-devel >= 1.0
+BuildRequires: libgadu-devel <= 3:1.3-1
 BuildRequires: libtlen-devel
 BuildRequires: libtool
 BuildRequires: intltool
@@ -31,18 +33,24 @@ BuildRequires:      xosd-devel   >= 2.0.0
 BuildRequires: pkgconfig
 BuildRequires: fontconfig-devel
 %{?with_arts:BuildRequires:    arts-devel}
+%{?with_perl:BuildRequires:    perl-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Gadu-Gadu, Tlen.pl and others instant messanger client with
 GTK+2 GUI on GNU/GPL.
 
+%description -l es
+Un cliente para Gadu-Gadu, Tlen.pl y otros protocolos con un GUI de
+GTK+2, bajo la licencia GNU/GPL.
+
 %description -l pl
 Klient Gadu-Gadu, Tlen.pl oraz innych protoko³ów z GUI pod GTK+2 na
 licencji GNU/GPL.
 
 %package devel
 Summary:       Headers for libgg2_core library to develop plugins
+Summary(es):   Cabeceras para la biblioteca libgg2_core para desarrollar plugins
 Summary(pl):   Pliki nag³ówkowe biblioteki libgg2_core potrzebne do rozwijania wtyczek
 Group:         Applications/Communications
 Requires:      %{name} = %{epoch}:%{version}
@@ -53,6 +61,10 @@ Requires:    perl-devel
 This package contains header files for libgg2_core library, needed to
 develop plugins for GNU Gadu 2.
 
+%description devel -l es
+Este paquete contiene los ficheros de cabeceras de la biblioteca
+libgg2_core necesarios para desarrollar plugins para GNU Gadu 2.
+
 %description devel -l pl
 Ten pakiet zawiera pliki nag³ówkowe biblioteki libgg2_core, potrzebne
 do rozwijania wtyczek do GNU Gadu 2.
@@ -229,7 +241,7 @@ Themes for GNU Gadu 2 GUI.
 Motywy graficzne dla GUI GNU Gadu 2.
 
 %prep
-%setup -q -n %{name}-%{version}%{_pre}
+%setup -q -n %{name}-%{version}-%{_snap}
 
 %build
 rm -f missing
@@ -255,8 +267,10 @@ intltoolize --copy --force
 %if %{with arts}
        --with-arts \
 %endif
-       --with-remote \
-       --enable-perl
+%if %{with perl}
+       --enable-perl \
+%endif
+       --with-remote
 
 %{__make}
 
This page took 0.093623 seconds and 4 git commands to generate.