SPECS: centerim.spec (NEW) - fork of centericq

glen glen at pld-linux.org
Mon Mar 3 20:34:12 CET 2008


Author: glen                         Date: Mon Mar  3 19:34:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fork of centericq

---- Files affected:
SPECS:
   centerim.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/centerim.spec
diff -u /dev/null SPECS/centerim.spec:1.1
--- /dev/null	Mon Mar  3 20:34:12 2008
+++ SPECS/centerim.spec	Mon Mar  3 20:34:07 2008
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+# TODO
+# - WARNING: No GPG support in Jabber, since GPGME library not found or its setup not ok
+Summary:	Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
+Summary(es.UTF-8):	CenterIM es un cliente ICQ basado en ncurses para el modo texto
+Summary(pl.UTF-8):	Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
+Summary(pt_BR.UTF-8):	O centerIM é um cliente ICQ baseado em ncurses para o modo texto
+Name:		centerim
+Version:	4.22.2
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://www.centerim.org/download/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	dcced736e2f261e08e667403c42dc78f
+URL:		http://www.centerim.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	curl-devel
+BuildRequires:	gettext-devel
+BuildRequires:	gnutls-devel >= 1.2.5
+BuildRequires:	libsigc++1-devel >= 1.0.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
+BuildRequires:	ncurses-devel
+BuildRequires:	openssl-devel >= 0.9.7d
+BuildRequires:	sed >= 4.0
+Obsoletes:	centerICQ
+Obsoletes:	centericq < 4.22.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CenterIM is a text mode menu- and window-driven IM interface.
+Currently ICQ2000, Yahoo!, MSN, AIM TOC and IRC protocols are
+supported. It allows you to send, receive, and forward messages, URLs
+and, SMSes, mass message send, search for users (including extended
+"whitepages search"), view users' details, maintain your contact list
+directly from the program (including non-icq contacts), view the
+messages history, register a new UIN and update your details, be
+informed on receiving email messages, automatically set away after the
+defined period of inactivity (on any console), and have your own
+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 pl.UTF-8
+CenterIM to tekstowy, sterowany za pomocą menu i okien interfejs do
+protokołów IM. Aktualnie obsługuje protokoły ICQ2000, Yahoo!, MSN,
+AIM TOC oraz IRC. Pozwala na wysyłanie, odbiór oraz przesyłanie
+dalej wiadomości, adresów i kontaktów, wysyłanie wielu wiadomości
+naraz, przeglądanie informacji o innych użytkownikach, rejestrację
+nowego UINu oraz uzupełnianie swoich informacji, informowanie o
+nadejściu nowej poczty, włączanie automatycznego stanu Away po
+wybranym czasie 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.UTF-8
+O CenterIM é um cliente ICQ baseado em ncurses para o modo texto.
+
+%prep
+%setup -q
+
+%build
+CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
+%configure \
+	--with-openssl
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.wav
+%{_mandir}/man?/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-03 19:34:07  glen
+- fork of centericq
+
================================================================


More information about the pld-cvs-commit mailing list