]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- this spec has been already adapted for gcc4-style gcj - updated deps (fixes BTS...
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Jun 2005 17:46:29 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus.spec -> 1.83

dbus.spec

index 39d9963155e11eda04d54c35d16deb5ead1166a8..4e01ca24fbb7bdcf1a01240e3aa7890ea552d461 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -4,10 +4,10 @@
 # Conditional build:
 %bcond_without glib    # without glib support
 %bcond_without gtk     # without GTK+ programs
-%bcond_without qt      # without qt support
-%bcond_without gcj     # with Java support
-%bcond_without python  # without python support
-%bcond_without dotnet  # without .net support
+%bcond_without qt      # without Qt support
+%bcond_without gcj     # without Java support
+%bcond_without python  # without Python support
+%bcond_without dotnet  # without .NET support
 #
 %if %{without glib}
 %undefine      with_gtk
@@ -42,10 +42,8 @@ BuildRequires:       autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: expat-devel >= %{expat_version}
 BuildRequires: doxygen
-%{?with_gcj:BuildRequires:     fastjar}
 %{?with_glib:BuildRequires:    glib2-devel >= %{glib2_version}}
-%{?with_gcj:BuildRequires:     gcc-java-tools}
-%{?with_gcj:BuildRequires:     libgcj-devel}
+%{?with_gcj:BuildRequires:     gcc-java >= 5:4.0}
 %{?with_gtk:BuildRequires:     gtk+2-devel >= %{glib2_version}}
 %{?with_qt:BuildRequires:      kdelibs-devel}
 # just gtk-sharp for examples
This page took 0.037172 seconds and 4 git commands to generate.