]> git.pld-linux.org Git - packages/gabber.git/blobdiff - gabber.spec
- tabs in preamble
[packages/gabber.git] / gabber.spec
index 32fe94330ec24f102021ee1e63b3e93bfcf0c1aa..6a599670941908012544c0754f3d116b65d44fe4 100644 (file)
@@ -2,44 +2,49 @@
 # Conditional build:
 # _with_ipv6        - with IPv6 support
 #
-
 Summary:       A GNOME Jabber client
-Summary(pl):   Klient Jabber dla GNOME
-Summary(pt_BR):        Um cliente GNOME para o Jabber
+Summary(pl.UTF-8):     Klient Jabber dla GNOME
+Summary(pt_BR.UTF-8):  Um cliente GNOME para o Jabber
 Name:          gabber
-Version:       1.9.0
-Release:       0.1
+Version:       1.9.4
+Release:       1.1
 License:       GPL
 Group:         Applications/Communications
-# Source0-md5: 6278df1e11f5e3a0c07f7b917d285e30
-Source0:       http://www.jabberstudio.org/files/gabber/%{name}-%{version}.tar.gz
+Source0:       http://www.jabberstudio.org/files/gabber/Gabber-%{version}.tar.gz
+# Source0-md5: eea74466431b962349ae9a911f010ea2
+Patch0:                %{name}-types.patch
+Patch1:                %{name}-conffix.patch
 URL:           http://gabber.sourceforge.net/
-Requires:      gnupg
 BuildRequires: gconfmm-devel >= 2.0.0
-BuildRequires: jabberoo-devel >= 1.9.0.1
+BuildRequires: jabberoo-devel >= 1.9.1
 BuildRequires: libglademm-devel >= 2.0.0
-BuildRequires: libsigc++-devel >= 1.2.3
+BuildRequires: libsigc++12-devel >= 1.2.3
+BuildRequires: aspell-devel
+Requires(post):        GConf2
+Requires:      gnupg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Gabber is a Gnome client for the distributed Open Source instant
+Gabber is a GNOME client for the distributed Open Source instant
 messaging system called Jabber. Gabber aims to be a fairly complete
 client while remaining easy to use, trying to maintain a balance
 between too many features and being powerful enough.
 
-%description -l pl
+%description -l pl.UTF-8
 Gabber jest klientem GNOME dla dystrybuowanego na zasadach Open Source
-systemu Natychmiastowych Wiadomoci (IM - Instant Messaging) o nazwie
-Jabber. Gabber jest kompletnym klientem systemu Jabber pozostaj±c przy
-tym prostym w u¿yciu.
+systemu Natychmiastowych Wiadomości (IM - Instant Messaging) o nazwie
+Jabber. Gabber jest kompletnym klientem systemu Jabber pozostając przy
+tym prostym w użyciu.
 
-%description -l pt_BR
-Gabber é um cliente GNOME para o sistema distribuído de mensagens
-instantâneas Jabber. Gabber é um cliente completo, sendo poderoso e ao
-mesmo tempo fácil de usar.
+%description -l pt_BR.UTF-8
+Gabber é um cliente GNOME para o sistema distribuído de mensagens
+instantâneas Jabber. Gabber é um cliente completo, sendo poderoso e ao
+mesmo tempo fácil de usar.
 
 %prep
-%setup -q
+%setup -q -n Gabber-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 CXXFLAGS="%{rpmcflags}"
@@ -57,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
+# modules are loaded through Glib::Module, i.e. gmodule interface
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -68,8 +76,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS NEWS README TODO
 %{_sysconfdir}/gconf/schemas/*
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/%{name}/*.so
-%{_libdir}/%{name}/*.la
-%{_datadir}/%{name}
-%{_datadir}/applications/*
+%dir %{_libdir}/Gabber
+%attr(755,root,root) %{_libdir}/Gabber/*.so
+%{_datadir}/Gabber
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
This page took 0.155317 seconds and 4 git commands to generate.