SPECS (AC-branch): dbus.spec - rel 4 - fixed BRs versions

baggins baggins at pld-linux.org
Mon May 15 00:54:13 CEST 2006


Author: baggins                      Date: Sun May 14 22:54:13 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 4
- fixed BRs versions

---- Files affected:
SPECS:
   dbus.spec (1.111.2.8 -> 1.111.2.9) 

---- Diffs:

================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.111.2.8 SPECS/dbus.spec:1.111.2.9
--- SPECS/dbus.spec:1.111.2.8	Mon May 15 00:49:26 2006
+++ SPECS/dbus.spec	Mon May 15 00:54:07 2006
@@ -5,7 +5,7 @@
 #
 # Conditional build:
 %bcond_without	dotnet	# without .NET support
-%bcond_without	gcj	# without Java support
+%bcond_with	gcj	# without Java support
 %bcond_without	glib	# without glib support
 %bcond_without	gtk	# without GTK+ programs
 %bcond_without	python	# without Python support
@@ -31,7 +31,7 @@
 Summary(pl):	Magistrala przesyłania komunikatów D-BUS
 Name:		dbus
 Version:	0.61
-Release:	3
+Release:	4
 License:	AFL v2.1 or GPL v2
 Group:		Libraries
 Source0:	http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -52,7 +52,7 @@
 BuildRequires:	automake
 %{?with_python:BuildRequires:	cpp}
 BuildRequires:	doxygen
-BuildRequires:	expat-devel >= 1:%{expat_version}
+BuildRequires:	expat-devel >= %{expat_version}
 %{?with_gcj:BuildRequires:	gcc-java >= 5:4.0}
 %{?with_glib:BuildRequires:	glib2-devel >= %{glib2_version}}
 %{?with_gtk:BuildRequires:	gtk+2-devel >= %{gtk2_version}}
@@ -67,7 +67,7 @@
 BuildRequires:	python-Pyrex >= 0.9.3
 BuildRequires:	python-devel >= 2.2
 %endif
-%{?with_qt:BuildRequires:	qt-devel >= 6:%{qt_version}}
+%{?with_qt:BuildRequires:	qt-devel >= %{qt_version}}
 %{?with_python:BuildRequires:	rpm-pythonprov}
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
@@ -142,7 +142,7 @@
 Summary(pl):	Biblioteka do używania D-BUS oparta o GLib
 Group:		Libraries
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	glib2 >= 1:%{glib2_version}
+Requires:	glib2 >= %{glib2_version}
 
 %description glib
 D-BUS add-on library to integrate the standard D-BUS library with the
@@ -158,7 +158,7 @@
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 Requires:	%{name}-glib = %{version}-%{release}
-Requires:	glib2-devel >= 1:%{glib2_version}
+Requires:	glib2-devel >= %{glib2_version}
 
 %description glib-devel
 Header files for GLib-based library for using D-BUS.
@@ -574,6 +574,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111.2.9  2006/05/14 22:54:07  baggins
+- rel 4
+- fixed BRs versions
+
 Revision 1.111.2.8  2006/05/14 22:49:26  baggins
 - merged from HEAD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.111.2.8&r2=1.111.2.9&f=u



More information about the pld-cvs-commit mailing list