SPECS: licq.spec - rel 5 (rebuild with cdk) - no need to comment p...

glen glen at pld-linux.org
Tue Aug 8 03:22:24 CEST 2006


Author: glen                         Date: Tue Aug  8 01:22:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5 (rebuild with cdk)
- no need to comment package header

---- Files affected:
SPECS:
   licq.spec (1.103 -> 1.104) 

---- Diffs:

================================================================
Index: SPECS/licq.spec
diff -u SPECS/licq.spec:1.103 SPECS/licq.spec:1.104
--- SPECS/licq.spec:1.103	Tue Oct 25 18:52:17 2005
+++ SPECS/licq.spec	Tue Aug  8 03:22:19 2006
@@ -9,7 +9,7 @@
 Summary(uk):	ëĚĎÎ ICQ ÄĚŃ ĎÎĚÁĘÎĎ×ÇĎ ĎÂÍŚÎŐ ĐĎ׌ÄĎÍĚĹÎÎŃÍÉ
 Name:		licq
 Version:	1.3.2
-Release:	4
+Release:	5
 License:	GPL
 Group:		Applications/Communications
 Source0:	http://dl.sourceforge.net/licq/%{name}-%{version}.tar.bz2
@@ -20,6 +20,7 @@
 URL:		http://www.licq.org/
 BuildRequires:	XFree86-devel
 BuildRequires:	automake
+BuildRequires:	cdk-devel >= 5.0
 BuildRequires:	gettext-devel
 BuildRequires:	gpgme-devel
 BuildRequires:	gtk+-devel >= 1.2.0
@@ -30,13 +31,15 @@
 BuildRequires:	qt-devel >= 3.0.5
 BuildRequires:	qt-linguist
 BuildRequires:	xosd-devel
-BuildRequires:	cdk-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # "lib" instead of "%{_lib}" is hardcoded in include/licq_constants.h
 # and plugins/*/src/Makefile.am
 %define		plugindir	%{_prefix}/lib/licq
 
+# __cc with words broken
+%undefine	with_ccache
+
 %description
 Licq is an ICQ online messaging system clone, written in C++. Licq
 supports all of the major features of ICQ, including messaging, URLs,
@@ -177,17 +180,17 @@
 Licq - ĂĹ ËĚĎÎ ÓÉÓÔĹÍÉ ĎÎĚÁĘÎĎ×ĎÇĎ ĎÂÍŚÎŐ ĐĎ׌ÄĎÍĚĹÎÎŃÍÉ ICQ.
 %{name}-qt - ĂĹ ÔĹËÓÔĎ×ÉĘ ŚÎÔĹŇĆĹĘÓ ÄĎ licq.
 
-#%package jons-gtk-gui
-#Summary:	Jons GTK GUI for Licq
-#Summary(pl):	Graficzne środowisko użytkownika dla Licq, wykorzystujące GTK
-#Group:		Applications/Communications
-#Requires:	%{name} = %{version}
-
-#%description jons-gtk-gui
-#Jons GTK GUI for Licq.
-#
-#%description jons-gtk-gui -l pl
-#Graficzne środowisko użytkownika dla Licq, wykorzystujące GTK.
+%package jons-gtk-gui
+Summary:	Jons GTK GUI for Licq
+Summary(pl):	Graficzne środowisko użytkownika dla Licq, wykorzystujące GTK
+Group:		Applications/Communications
+Requires:	%{name} = %{version}
+
+%description jons-gtk-gui
+Jons GTK GUI for Licq.
+
+%description jons-gtk-gui -l pl
+Graficzne środowisko użytkownika dla Licq, wykorzystujące GTK.
 
 %package msn
 Summary:	Licq MSN plugin
@@ -272,15 +275,15 @@
 	plugins/rms \
 	; do
 	# plugins/jons-gtk-gui \
-  cd $module
-  cp -f /usr/share/automake/config.* admin
-  %configure \
-	`[ "$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 \
+	cd $module
+	cp -f /usr/share/automake/config.* admin
+	%configure \
+	$([ "$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 \
 	--enable-gpgme
-  %{__make}
-  cd $BASE
+	%{__make}
+	cd $BASE
 done
 
 %install
@@ -410,6 +413,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.104  2006/08/08 01:22:19  glen
+- rel 5 (rebuild with cdk)
+- no need to comment package header
+
 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
 
@@ -532,18 +539,18 @@
 Revision 1.66  2002/08/15 18:23:44  mkochano
 - Version 1.2.0a.
 - Release 2.
-Merged from DEVEL.
+  Merged from DEVEL.
 
 Revision 1.64.2.5  2002/08/15 17:32:19  mkochano
 - Release 2.
-- Removed subpackages version. It changes %%{version} screwing up
+- Removed subpackages version. It changes %{version} screwing up
   dependencies.
 
 Revision 1.64.2.4  2002/07/31 22:05:05  blues
 - 1.2.0a
 - removed non-existenz plugins
 - new doc, some cleanups
-STBR
+  STBR
 
 Revision 1.64.2.3  2002/07/23 22:15:31  mkochano
 - Updated to snapshot from 2002/07/23.
@@ -558,7 +565,7 @@
   interface basing on LANG, not LC_MESSAGES).
 
 Revision 1.64  2002/06/15 11:49:29  ankry
-- fixed %%lang
+- fixed %lang
 - release up
 
 Revision 1.63  2002/02/23 03:36:24  kloczek
@@ -569,10 +576,10 @@
   Group field using gettext).
 
 Revision 1.61  2002/01/18 02:13:43  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.60  2001/12/03 16:36:48  kloczek
-- release 0.%%{snap}.1.
+- release 0.%{snap}.1.
 
 Revision 1.59  2001/11/30 23:58:43  qrczak
 - licq-c++.patch: some #includes and using std:: directives.
@@ -606,18 +613,18 @@
 - release 2.
 
 Revision 1.51  2001/04/02 12:31:15  misiek
-fix --without-kde
+- fix --without-kde
 
 Revision 1.50  2001/03/14 08:20:35  misiek
-added workaround for buggy icq2000 which sends messages with foreground ==
-background color. rel 2; stb
+- added workaround for buggy icq2000 which sends messages with foreground ==
+- background color. rel 2; stb
 
 Revision 1.49  2001/03/08 09:02:27  misiek
 1.0.3
 
 Revision 1.48  2001/02/17 01:23:14  michuz
 - release 2
-- %%{_applnk}/Network/ICQ changed to Communications
+- %{_applnk}/Network/ICQ changed to Communications
 
 Revision 1.47  2000/12/26 13:06:48  mkochano
 - Updated to 1.0.2.
@@ -625,13 +632,13 @@
 - Updated plugins versions.
 
 Revision 1.46  2000/11/02 20:15:11  misiek
-require qt-devel >= 2.1.1
+- require qt-devel >= 2.1.1
 
 Revision 1.45  2000/11/02 10:48:27  misiek
-type
+- type
 
 Revision 1.44  2000/10/31 17:34:38  misiek
-work in progress
+- work in progress
 
 Revision 1.43  2000/10/01 03:06:31  kloczek
 - release 6: adapterized.
@@ -654,7 +661,7 @@
 - release++
 
 Revision 1.38  2000/08/09 11:00:40  alchemyx
-- %%_applnk directory changed to Network
+- %_applnk directory changed to Network
 
 Revision 1.37  2000/07/26 09:48:56  zagrodzki
 - typo
@@ -714,4 +721,3 @@
 - console patch (-I/usr/include/ncurses in console-plugin)
 - DESTDIR patch (for some plugins)
 - needs to be split to subpackages
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/licq.spec?r1=1.103&r2=1.104&f=u



More information about the pld-cvs-commit mailing list