diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2014-11-20 02:40:59 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-11-20 02:41:00 -0800 |
commit | d8da82b0ec3c5e467d0edc6698e9ccbdd742025b (patch) | |
tree | d19e01ff1381130b3e31be49b5448e4fb941e402 | |
parent | e70a5e0ffc37e87e59321efbae17646ad5d80f3f (diff) | |
parent | 7389ee06f05772b67e6f94e9832b1dc9dea7b804 (diff) |
Merge "Update packaging to 1.8.2" into tizensubmit/tizen_mobile/20150129.000000submit/tizen/20141120.114104accepted/tizen/ivi/20141202.084859accepted/tizen/common/20141121.180650
-rw-r--r-- | packaging/dbus-x11.spec | 2 | ||||
-rw-r--r-- | packaging/dbus.spec | 10 | ||||
-rw-r--r-- | packaging/libdbus.spec | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec index 7d944278..e77c13e4 100644 --- a/packaging/dbus-x11.spec +++ b/packaging/dbus-x11.spec @@ -25,7 +25,7 @@ BuildRequires: xmlto BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(libsystemd-login) %endif -Version: 1.6.12 +Version: 1.8.2 Release: 0 Source0: http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz Source1: rc.boot.dbus diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 38b04643..e0ee7b99 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -20,7 +20,7 @@ BuildRequires: xmlto BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(libsystemd-login) %endif -Version: 1.6.12 +Version: 1.8.2 Release: 0 Source0: http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz Source1: rc.boot.dbus @@ -146,6 +146,7 @@ install -m0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/profile.d/dbus.sh %{_bindir}/dbus-cleanup-sockets %{_bindir}/dbus-daemon %{_bindir}/dbus-monitor +%{_bindir}/dbus-run-session %{_bindir}/dbus-send %{_bindir}/dbus-uuidgen # See doc/system-activation.txt in source tarball for the rationale @@ -177,10 +178,17 @@ install -m0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/profile.d/dbus.sh %defattr(-,root,root) %dir %{_datadir}/doc/dbus %{_datadir}/doc/dbus/api/ +%doc %{_datadir}/doc/dbus/dbus-cleanup-sockets.1.html +%doc %{_datadir}/doc/dbus/dbus-daemon.1.html %doc %{_datadir}/doc/dbus/dbus-faq.html +%doc %{_datadir}/doc/dbus/dbus-launch.1.html +%doc %{_datadir}/doc/dbus/dbus-monitor.1.html +%doc %{_datadir}/doc/dbus/dbus-run-session.1.html +%doc %{_datadir}/doc/dbus/dbus-send.1.html %doc %{_datadir}/doc/dbus/dbus-specification.html %doc %{_datadir}/doc/dbus/dbus-test-plan.html %doc %{_datadir}/doc/dbus/dbus-tutorial.html +%doc %{_datadir}/doc/dbus/dbus-uuidgen.1.html %doc %{_datadir}/doc/dbus/dbus.devhelp %doc %{_datadir}/doc/dbus/diagram.* %doc %{_datadir}/doc/dbus/system-activation.txt diff --git a/packaging/libdbus.spec b/packaging/libdbus.spec index ff801840..5774c7ae 100644 --- a/packaging/libdbus.spec +++ b/packaging/libdbus.spec @@ -3,7 +3,7 @@ Url: http://dbus.freedesktop.org/ Summary: Library package for D-Bus License: GPL-2.0+ or AFL-2.1 Group: System/Libraries -Version: 1.6.12 +Version: 1.8.2 Release: 0 Source0: http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz |