Author: freetz                       Date: Wed Nov 30 15:46:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- exclude i386 from dotnet bindings, removed bogus kdelibs check, rel.3

---- Files affected:
SPECS:
   dbus.spec (1.105 -> 1.106) 

---- Diffs:

================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.105 SPECS/dbus.spec:1.106
--- SPECS/dbus.spec:1.105       Thu Nov 10 23:04:35 2005
+++ SPECS/dbus.spec     Wed Nov 30 16:46:04 2005
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 #
-%include       /usr/lib/rpm/macros.mono
 #
 # Conditional build:
 %bcond_without glib    # without glib support
@@ -14,7 +13,7 @@
 %undefine      with_gtk
 %endif
 
-%ifnarch %{ix86} %{x8664} arm hppa ppc s390 s390x
+%ifarch i386 alpha sparc sparc64
 %undefine with_dotnet
 %endif
 
@@ -25,7 +24,7 @@
 Summary(pl):   Magistrala przesyłania komunikatów D-BUS
 Name:          dbus
 Version:       0.50
-Release:       2
+Release:       3
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -47,11 +46,13 @@
 %{?with_glib:BuildRequires:    glib2-devel >= %{glib2_version}}
 %{?with_gcj:BuildRequires:     gcc-java >= 5:4.0}
 %{?with_gtk:BuildRequires:     gtk+2-devel >= %{glib2_version}}
-%{?with_qt:BuildRequires:      kdelibs-devel}
+%if %{with dotnet}
+%include       /usr/lib/rpm/macros.mono
 # just gtk-sharp for examples
-%{?with_dotnet:BuildRequires:  dotnet-gtk-sharp-devel}
-%{?with_dotnet:BuildRequires:  mono-csharp >= 0.95}
-%{?with_dotnet:BuildRequires:  monodoc >= 1.0.7-2}
+BuildRequires: dotnet-gtk-sharp-devel
+BuildRequires: mono-csharp >= 0.95
+BuildRequires: monodoc >= 1.0.7-2
+%endif
 BuildRequires: libselinux-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -248,7 +249,6 @@
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 Requires:      %{name}-qt = %{version}-%{release}
-Requires:      kdelibs-devel
 
 %description qt-devel
 Header files for Qt-based library for using D-BUS.
@@ -558,6 +558,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.106  2005/11/30 15:46:04  freetz
+- exclude i386 from dotnet bindings, removed bogus kdelibs check, rel.3
+
 Revision 1.105  2005/11/10 22:04:35  freetz
 - moved dbus-launch to main package
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to