]> git.pld-linux.org Git - packages/dbus.git/blobdiff - dbus.spec
- updated to 1.4.6
[packages/dbus.git] / dbus.spec
index a0f6474cf9c34f5ff8289388adbddd4beec18da2..4a5d920c15c02d15a86da51942735ee8b8c1bc88 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -7,12 +7,12 @@
 Summary:       D-BUS message bus
 Summary(pl.UTF-8):     Magistrala przesyłania komunikatów D-BUS
 Name:          dbus
-Version:       1.4.0
+Version:       1.4.6
 Release:       1
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
-# Source0-md5: f59618b18d2fb2bd1fce9e1c5a2a3282
+# Source0-md5: 99b165f727dd8a5c4b7e2c20a8bf5db6
 Source1:       messagebus.init
 Source2:       %{name}-daemon-1-profile.d-sh
 Source3:       %{name}-sysconfig
@@ -135,7 +135,7 @@ Statyczna biblioteka D-BUS.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -197,11 +197,13 @@ if [ "$1" = "0" ]; then
        %groupremove messagebus
 fi
 
+%if 0
 %post upstart
 %upstart_post messagebus
 
 %postun upstart
 %upstart_postun messagebus
+%endif
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
@@ -249,9 +251,11 @@ fi
 %{_mandir}/man1/dbus-monitor.1*
 %{_mandir}/man1/dbus-send.1*
 
+%if "%{pld_release}" != "ti"
 %files upstart
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) /etc/init/messagebus.conf
+%endif
 
 %files dirs
 %defattr(644,root,root,755)
This page took 0.069419 seconds and 4 git commands to generate.