]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
- massive change: BR openssl-devel >= 0.9.7d
[packages/centericq.git] / centericq.spec
index e4a776dab912dfdee4da1bb4bad9f76d882bdc2c..1fdbabf48e06b9e53bdbed7b3669c9c5c2d36620 100644 (file)
@@ -3,12 +3,12 @@ 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.9.8
-Release:       1
+Version:       4.9.10
+Release:       4
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.gz
-# Source0-md5: 94e605d33f0dec7619bdfe6dad7b7a33
+# Source0-md5: b461d4e39fa304d177f2990f27573ee8
 Patch0:                %{name}-no_libgnutls.patch
 URL:           http://konst.org.ua/centericq/
 BuildRequires: autoconf
@@ -17,7 +17,7 @@ BuildRequires:        gettext-devel
 BuildRequires: libsigc++1-devel >= 1.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7c
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     centerICQ
@@ -57,8 +57,10 @@ O centerICQ 
 %setup -q
 %patch0 -p1
 
+mv -f po/{zh_TW.Big5,zh_TW}.po
+%{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
+
 %build
-rm -f missing
 %{__libtoolize}
 %{__gettextize}
 %{__aclocal}
@@ -67,7 +69,6 @@ rm -f missing
 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 \
        libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
        cd $i
-       rm -f missing
        %{__aclocal}
        %{__autoconf}
        %{__automake}
@@ -84,8 +85,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f contrib/spanish/Makefile*
-
 %find_lang %{name}
 
 %clean
@@ -94,7 +93,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
-%lang(es) %doc contrib/spanish
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.wav
This page took 0.226798 seconds and 4 git commands to generate.