packages: systemd/systemd.spec - disable gtk for now - BR: dbus-devel

shadzik shadzik at pld-linux.org
Thu Nov 25 13:28:36 CET 2010


Author: shadzik                      Date: Thu Nov 25 12:28:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable gtk for now
- BR: dbus-devel

---- Files affected:
packages/systemd:
   systemd.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.1 packages/systemd/systemd.spec:1.2
--- packages/systemd/systemd.spec:1.1	Thu Nov 25 13:03:44 2010
+++ packages/systemd/systemd.spec	Thu Nov 25 13:28:31 2010
@@ -1,6 +1,8 @@
 # $Revision$, $Date$
 #
 
+%bcond_with	gtk	# build gtk tools
+
 Summary:	systemd - a system and service manager for Linux
 Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
@@ -14,7 +16,11 @@
 #BuildRequires:	-
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	dbus-devel
 BuildRequires:	gettext-devel
+%if %{with gtk}
+BuildRequires:	libnotify-devel >= 0.7.0
+%endif
 BuildRequires:	libtool
 BuildRequires:	udev-devel >= 160
 #Requires(postun):	-
@@ -60,7 +66,9 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--with-distro="PLD Linux" \
+	--%{?with_gtk:en}%{!?with_gtk:dis}able-gtk
 %{__make}
 
 %install
@@ -82,6 +90,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/11/25 12:28:31  shadzik
+- disable gtk for now
+- BR: dbus-devel
+
 Revision 1.1  2010/11/25 12:03:44  shadzik
 - init
 - NFY
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list