SPECS: qt4.spec - pl desc for QtDBus - dbus dep in QtDBus is quest...
qboosh
qboosh at pld-linux.org
Thu Oct 5 22:34:48 CEST 2006
Author: qboosh Date: Thu Oct 5 20:34:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl desc for QtDBus
- dbus dep in QtDBus is questionable
- fixed configure option for dbus (-qdbus, not -dbus)
- BR: glib2-devel (+pkgconfig), not glib-devel
---- Files affected:
SPECS:
qt4.spec (1.97 -> 1.98)
---- Diffs:
================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.97 SPECS/qt4.spec:1.98
--- SPECS/qt4.spec:1.97 Wed Oct 4 23:15:02 2006
+++ SPECS/qt4.spec Thu Oct 5 22:34:42 2006
@@ -66,14 +66,15 @@
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel >= 1:2.0.0
%{!?with_AC:%{?with_pch:BuildRequires: gcc >= 5:4.0}}
-BuildRequires: glib-devel
+BuildRequires: giflib-devel
+BuildRequires: glib2-devel >= 2.0.0
BuildRequires: libjpeg-devel
BuildRequires: libmng-devel >= 1.0.0
BuildRequires: libpng-devel >= 2:1.0.8
BuildRequires: libstdc++-devel
-BuildRequires: giflib-devel
%{?with_mysql:BuildRequires: mysql-devel}
%{?with_nas:BuildRequires: nas-devel}
+BuildRequires: pkgconfig
%{?with_pgsql:BuildRequires: postgresql-backend-devel}
%{?with_pgsql:BuildRequires: postgresql-devel}
BuildRequires: rpmbuild(macros) >= 1.213
@@ -632,13 +633,21 @@
Summary(pl): Klasy do obsługi D-BUS
Group: X11/Libraries
Requires: QtCore = %{version}-%{release}
-Requires: dbus
+# is it really required? libs should need just libs, not service
+#Requires: dbus
%description -n QtDBus
-This module provides classes for D-BUS support. D-BUS is an Inter-Process
-Communication (IPC) and Remote Procedure Calling (RPC) mechanism originally
-developed for Linux to replace existing and competing IPC solutions with
-one unified protocol.
+This module provides classes for D-BUS support. D-BUS is an
+Inter-Process Communication (IPC) and Remote Procedure Calling (RPC)
+mechanism originally developed for Linux to replace existing and
+competing IPC solutions with one unified protocol.
+
+%description -n QtDBus -l pl
+Ten moduł udostępnia klasy do obsługi D-BUS. D-BUS to mechanizm
+komunikacji między procesowej (IPC - Inter-Process Communication) i
+zdalnego wywoływania procedur (RPC - Remote Procedure Calling)
+stworzony początkowo dla Linuksa, aby zastąpić istniejące i
+konkurujące ze sobą rozwiązania IPC jednym, ujednoliconym protokołem.
%package -n QtDBus-devel
Summary: Classes for D-BUS support - development files
@@ -959,11 +968,11 @@
-sysconfdir %{_sysconfdir}/qt4 \
-examplesdir %{_examplesdir}/qt4 \
-demosdir %{_examplesdir}/qt4-demos \
- -dbus \
-fast \
-glib \
-%{!?with_AC:%{!?with_pch:no-}}pch \
-%{!?with_sse:no-}sse \
+ -qdbus \
-qt-gif \
-system-libjpeg \
-system-libpng \
@@ -1530,6 +1539,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.98 2006/10/05 20:34:42 qboosh
+- pl desc for QtDBus
+- dbus dep in QtDBus is questionable
+- fixed configure option for dbus (-qdbus, not -dbus)
+- BR: glib2-devel (+pkgconfig), not glib-devel
+
Revision 1.97 2006/10/04 21:15:02 pascalek
- Updated to 4.2.0
- Patches updated
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.97&r2=1.98&f=u
More information about the pld-cvs-commit
mailing list