]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
- massive attack: source-md5
[packages/centericq.git] / centericq.spec
index 7f91225ea4ef5e4d6f5750c7ae238a0acb7f309c..a2ba3e8eb7b012c3b02833d2aa13166688ddf4e8 100644 (file)
@@ -1,17 +1,25 @@
 Summary:       Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
+Summary(es):   CenterICQ es un cliente ICQ basado en ncurses para el modo texto
 Summary(pl):   Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
+Summary(pt_BR):        O centerICQ é um cliente ICQ baseado em ncurses para o modo texto
 Name:          centericq
-Version:       4.7.2
-Release:       1       
+Version:       4.9.2
+Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.gz
+# Source0-md5: fb009228b3bc3cf29584601cc82e90df
+Patch0:                %{name}-4.9.0-acfix.patch
+Patch1:                %{name}-4.9.0-am.patch
+Patch2:                %{name}-4.9.0-po.patch
+Patch3:                %{name}-no_libgnutls.patch
 URL:           http://konst.org.ua/centericq/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libsigc++1-devel >= 1.0.0
 BuildRequires: libstdc++-devel
-BuildRequires: libsigc++-devel >= 1.0.0
 BuildRequires: libtool
+BuildRequires: openssl-devel >= 0.9.7
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     centerICQ
@@ -30,6 +38,9 @@ ignore, visible and invisible lists. It can also associate events with
 sounds, has support for Hebrew and Arabic languages and allows to
 arrange contacts into groups.
 
+%description -l es
+CenterICQ es un cliente ICQ basado en ncurses para el modo texto.
+
 %description -l pl
 CenterICQ to tekstowy, sterowany za pomoc± menu i okien interfejs do
 protoko³ów IM. Aktualnie obs³uguje protoko³y ICQ2000, Yahoo!, MSN, AIM
@@ -41,42 +52,50 @@ nowej poczty, w
 nieaktywno¶ci (na dowolnej konsoli!), posiadanie w³asnej listy osób
 ignorowanych. Mo¿e tak¿e powi±zaæ zdarzenia z d¼wiêkami.
 
+%description -l pt_BR
+O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
+
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo-0.1 libmsn-0.1\
-       libicq2000-0.6 firetalk-0.1; do
+for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 blip-0.1\
+       libicq2000-0.4.0 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
        cd $i
        rm -f missing
        aclocal
-       autoconf
-       automake -a -c
+       %{__autoconf}
+       %{__automake}
        cd ..
 done
 CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
-%configure
+%configure \
+       --with-openssl
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
-
+       DESTDIR=$RPM_BUILD_ROOT 
 %find_lang %{name}
+rm -f contrib/spanish/Makefile*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog FAQ TODO
+%doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
+%lang(es) %doc contrib/spanish 
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}/*.wav
 %{_mandir}/man?/*
This page took 0.138716 seconds and 4 git commands to generate.