packages: quassel/quassel.spec - up to 0.5.1 - add missing BR: QtSql-backen...

lisu lisu at pld-linux.org
Thu Dec 3 15:25:47 CET 2009


Author: lisu                         Date: Thu Dec  3 14:25:47 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.5.1
- add missing BR: QtSql-backend
- cosmetics

---- Files affected:
packages/quassel:
   quassel.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/quassel/quassel.spec
diff -u packages/quassel/quassel.spec:1.4 packages/quassel/quassel.spec:1.5
--- packages/quassel/quassel.spec:1.4	Wed Dec  2 18:22:51 2009
+++ packages/quassel/quassel.spec	Thu Dec  3 15:25:41 2009
@@ -2,14 +2,15 @@
 Summary:	Modern, cross-platform, distributed IRC client based on the Qt4 framework
 Summary(pl.UTF-8):	Nowoczesny, wieloplatformowy i rozproszony klient IRC oparty na bibliotece Qt4
 Name:		quassel
-Version:	0.4.1
+Version:	0.5.1
 Release:	1
 License:	GPLv2, GPLv3
 Group:		Applications/Communications
 Source0:	http://www.quassel-irc.org/pub/%{name}-%{version}.tar.bz2
-# Source0-md5:	bf89e3ff2e12c64d9cf8b1445e46039f
+# Source0-md5:	5f4eff2034ccfe0cf8b0f2c7b104da91
 URL:		http://www.quassel-irc.org/
 BuildRequires:	QtCore-devel
+BuildRequires:	QtSql-backend
 BuildRequires:	QtSql-devel
 BuildRequires:	QtSvg-devel
 BuildRequires:	QtWebKit-devel
@@ -38,7 +39,7 @@
 (rozproszony), ale również może zachowywać się jak zwyczajny klient.
 Jest rozwijany i testowany na platformy Linux®, Windows® oraz MacOS
 X®, powinien także działać na innych platformach wspierających
-bibliotekę Qt4 (wieloplatformowy)
+bibliotekę Qt4 (wieloplatformowy).
 
 %prep
 %setup -q
@@ -47,12 +48,12 @@
 install -d build
 cd build
 %cmake \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DLIB_INSTALL_DIR=%{_libdir} \
-	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
+	-DLIB_INSTALL_DIR="%{_libdir}" \
+	-DCMAKE_BUILD_TYPE=%{!?debug:"Release"}%{?debug:"Debug"} \
 	-DWITH_KDE=ON \
 %if "%{_lib}" == "lib64"
-	-DLIB_SUFFIX=64 \
+	-DLIB_SUFFIX="64" \
 %endif
 	..
 
@@ -85,6 +86,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/12/03 14:25:41  lisu
+- up to 0.5.1
+- add missing BR: QtSql-backend
+- cosmetics
+
 Revision 1.4  2009/12/02 17:22:51  sparky
 - BR: QtSql-devel, QtSvg-devel, qt4-build, qt4-qmake
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/quassel/quassel.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list