SPECS: licq.spec - rel 4; fix typo in code; enable gpgme; package ...
arekm
arekm at pld-linux.org
Tue Oct 25 18:52:23 CEST 2005
Author: arekm Date: Tue Oct 25 16:52:23 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; fix typo in code; enable gpgme; package be locale; package missing changelog for 1.3.0; add licqweb as TODO item
---- Files affected:
SPECS:
licq.spec (1.102 -> 1.103)
---- Diffs:
================================================================
Index: SPECS/licq.spec
diff -u SPECS/licq.spec:1.102 SPECS/licq.spec:1.103
--- SPECS/licq.spec:1.102 Fri Oct 21 21:54:14 2005
+++ SPECS/licq.spec Tue Oct 25 18:52:17 2005
@@ -1,5 +1,6 @@
# $Revision$, $Date$
-
+# TODO:
+# - subpackage with licqweb
Summary: An ICQ client for online messaging
Summary(es): licq es un clone del ICQ(tm) escrito
Summary(pl): Klient ICQ do przesyłania wiadomości po sieci
@@ -8,18 +9,19 @@
Summary(uk): ëĚĎÎ ICQ ÄĚŃ ĎÎĚÁĘÎĎ×ÇĎ ĎÂÍŚÎŐ ĐĎ׌ÄĎÍĚĹÎÎŃÍÉ
Name: licq
Version: 1.3.2
-Release: 3
+Release: 4
License: GPL
Group: Applications/Communications
Source0: http://dl.sourceforge.net/licq/%{name}-%{version}.tar.bz2
# Source0-md5: 0471bb8fed91eefb23dfe153c9a4a806
Source1: %{name}-qt-gui.desktop
Source2: %{name}-kde-gui.desktop
-Patch0: %{name}-c++.patch
+Patch0: %{name}-typos.patch
URL: http://www.licq.org/
BuildRequires: XFree86-devel
BuildRequires: automake
BuildRequires: gettext-devel
+BuildRequires: gpgme-devel
BuildRequires: gtk+-devel >= 1.2.0
BuildRequires: kdelibs-devel
BuildRequires: libstdc++-devel
@@ -251,6 +253,7 @@
%prep
%setup -q
+%patch0 -p1
find . -type d -name autom4te.cache | xargs rm -rf
@@ -262,9 +265,9 @@
plugins/auto-reply \
plugins/console \
plugins/email \
- plugins/kde-gui \
plugins/msn \
plugins/osd \
+ plugins/kde-gui \
plugins/qt-gui \
plugins/rms \
; do
@@ -275,7 +278,7 @@
`[ "$module" = "plugins/qt-gui" ] && echo -n "--with-qt-libraries=%{_libdir}"` \
`[ "$module" = "plugins/kde-gui" ] && echo -n "--with-kde --with-qt-libraries=%{_libdir} KDEDIR=%{_libdir}"` \
--with-openssl-inc=%{_includedir}/openssl \
- --disable-gpgme
+ --enable-gpgme
%{__make}
cd $BASE
done
@@ -286,7 +289,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-for d in plugins/{auto-reply,console,email,kde-gui,msn,osd,qt-gui,rms} ; do
+for d in plugins/{auto-reply,console,email,msn,osd,kde-gui,qt-gui,rms} ; do
# plugins/jons-gtk-gui
%{__make} -C $d install \
DESTDIR=$RPM_BUILD_ROOT
@@ -316,7 +319,7 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc doc/{BUGS,CHANGELOG,CREDITS,HINTS,*.HOWTO,TODO} README
-%doc doc/README{2,-0.70-0.71,-0.61-0.70,-1.2.0,.CodingStyle,.FIFO,.SOCKS}
+%doc doc/README{2,-0.70-0.71,-0.61-0.70,-1.2.0,-1.3.0,.CodingStyle,.FIFO,.SOCKS}
%doc upgrade/*
%attr(755,root,root) %{_bindir}/licq
%attr(755,root,root) %{_bindir}/viewurl-*
@@ -337,6 +340,7 @@
%{_datadir}/licq/qt-gui/*.*
%{_datadir}/licq/qt-gui/emoticons
%dir %{_datadir}/licq/qt-gui/locale
+%lang(be) %{_datadir}/licq/qt-gui/locale/be*.qm
%lang(bg) %{_datadir}/licq/qt-gui/locale/bg*.qm
%lang(cs) %{_datadir}/licq/qt-gui/locale/cs*.qm
%lang(de) %{_datadir}/licq/qt-gui/locale/de.qm
@@ -406,6 +410,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.103 2005/10/25 16:52:17 arekm
+- rel 4; fix typo in code; enable gpgme; package be locale; package missing changelog for 1.3.0; add licqweb as TODO item
+
Revision 1.102 2005/10/21 19:54:14 darekr
- fix md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/licq.spec?r1=1.102&r2=1.103&f=u
More information about the pld-cvs-commit
mailing list