SPECS: centerim.spec - include zh_TW locale - updated BRs

qboosh qboosh at pld-linux.org
Sun Nov 16 17:19:00 CET 2008


Author: qboosh                       Date: Sun Nov 16 16:19:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- include zh_TW locale
- updated BRs

---- Files affected:
SPECS:
   centerim.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/centerim.spec
diff -u SPECS/centerim.spec:1.2 SPECS/centerim.spec:1.3
--- SPECS/centerim.spec:1.2	Sun Nov 16 12:34:34 2008
+++ SPECS/centerim.spec	Sun Nov 16 17:18:54 2008
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO
+# - use system libgadu (then remove libjpeg BR)
 # - 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
@@ -8,22 +9,22 @@
 Name:		centerim
 Version:	4.22.2
 Release:	2
-License:	GPL
+License:	GPL v2+
 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:	curl-devel >= 4.12.0
+BuildRequires:	fribidi-devel
 BuildRequires:	gettext-devel
-BuildRequires:	gnutls-devel >= 1.2.5
-BuildRequires:	libsigc++1-devel >= 1.0.0
+# tested, but HAVE_GPGME never defined because of test->text typo
+#BuildRequires:	gpgme-devel >= 0.4.2
+BuildRequires:	libjpeg-devel
+# not enabled
+#BuildRequires:	libotr-devel
 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)
@@ -63,6 +64,7 @@
 %build
 CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 %configure \
+	ac_cv_lib_nsl_gethostbyname=no \
 	--with-openssl
 %{__make}
 
@@ -72,7 +74,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW.Big5
+mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{zh_TW.Big5,zh_TW}
 
 %find_lang %{name}
 
@@ -81,11 +83,13 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/centerim
+%attr(755,root,root) %{_bindir}/cimconv
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.wav
-%{_mandir}/man?/*
+%{_mandir}/man1/centerim.1*
+%{_mandir}/man1/cimconv.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -93,6 +97,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/11/16 16:18:54  qboosh
+- include zh_TW locale
+- updated BRs
+
 Revision 1.2  2008/11/16 11:34:34  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/centerim.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list