Author: paladine                     Date: Tue Aug 30 21:31:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed duplications
- sorted configure options

---- Files affected:
SPECS:
   dbus.spec (1.97 -> 1.98) 

---- Diffs:

================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.97 SPECS/dbus.spec:1.98
--- SPECS/dbus.spec:1.97        Tue Aug 30 22:41:06 2005
+++ SPECS/dbus.spec     Tue Aug 30 23:31:10 2005
@@ -57,7 +57,6 @@
 %{?with_qt:BuildRequires:      qt-devel >= %{qt_version}}
 BuildRequires: rpmbuild(macros) >= 1.202
 BuildRequires: sed >= 4.0
-BuildRequires: libselinux-devel >= 1.17.13
 BuildRequires: xmlto
 Requires:      rc-scripts
 Requires:      %{name}-libs = %{version}-%{release}
@@ -334,25 +333,24 @@
 %{__automake}
 %configure \
        QTDIR=/usr \
+       %{?debug:--enable-verbose-mode} \
+       %{!?with_dotnet:--disable-mono} \
+       %{!?with_dotnet:--disable-mono-docs} \
+       %{!?with_gcj:--disable-gcj} \
+       %{?with_gcj:--enable-gcj} \
        %{!?with_glib:--disable-glib} \
        %{!?with_gtk:--disable-gtk} \
-       %{!?with_qt:--disable-qt} \
        %{!?with_python:--disable-python} \
-       %{!?with_gcj:--disable-gcj} \
-       %{?with_gcj:--enable-gcj} \
-       %{!?with_dotnet:--disable-mono} \
-       %{!?with_dotnet:--disable-mono-docs} \
-       %{?debug:--enable-verbose-mode} \
-       --disable-tests \
-       --enable-verbose-mode \
-       --enable-selinux \
+       %{!?with_qt:--disable-qt} \
        --disable-asserts \
-       --with-xml=expat \
+       --disable-tests \
        --enable-abstract-sockets \
+       --enable-selinux \
+       --enable-verbose-mode \
        --with-session-socket-dir=/tmp \
        --with-system-pid-file=%{_localstatedir}/run/dbus.pid \
-       --with-system-socket=%{_localstatedir}/lib/dbus-1/system_bus_socket \
-       --enable-selinux
+       --with-system-socket=%{_localstatedir}/lib/dbus-1/system_bus_socket
+       --with-xml=expat
 %{__make} \
        pythondir=%{py_sitedir}
 
@@ -557,6 +555,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98  2005/08/30 21:31:10  paladine
+- removed duplications
+- sorted configure options
+
 Revision 1.97  2005/08/30 20:41:06  arekm
 - bumb monodoc br
 
================================================================

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

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

Reply via email to