- Adding patch to move /usr/lib/dbus-1.0/services to
/usr/share/dbus-1.0/services
This commit is contained in:
parent
f8d2937dc6
commit
57656d1a53
10
dbus.spec
10
dbus.spec
@ -12,7 +12,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.22
|
Version: 0.22
|
||||||
Release: 7
|
Release: 8
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: messagebus
|
Source1: messagebus
|
||||||
@ -37,6 +37,7 @@ Conflicts: cups < 1:1.1.20-4
|
|||||||
Patch1: dbus-0.13-uid.patch
|
Patch1: dbus-0.13-uid.patch
|
||||||
Patch2: dbus-0.21-console-auth.patch
|
Patch2: dbus-0.21-console-auth.patch
|
||||||
Patch3: dbus-0.22-python-int64.patch
|
Patch3: dbus-0.22-python-int64.patch
|
||||||
|
Patch4: dbus-0.22-servicedir.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -114,6 +115,7 @@ D-BUS python bindings for use with python programs.
|
|||||||
%patch1 -p1 -b .uid
|
%patch1 -p1 -b .uid
|
||||||
%patch2 -p0 -b .console-auth
|
%patch2 -p0 -b .console-auth
|
||||||
%patch3 -p0 -b .python-int64
|
%patch3 -p0 -b .python-int64
|
||||||
|
%patch4 -p1 -b .servicedir
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
@ -217,7 +219,7 @@ fi
|
|||||||
%{_bindir}/dbus-cleanup-sockets
|
%{_bindir}/dbus-cleanup-sockets
|
||||||
%{_libdir}/*dbus-1*.so.*
|
%{_libdir}/*dbus-1*.so.*
|
||||||
%{_datadir}/man/man*/*
|
%{_datadir}/man/man*/*
|
||||||
%{_libdir}/dbus-1.0/services
|
%{_datadir}/dbus-1.0/services
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -266,6 +268,10 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/dbus_bindings.so
|
%{_libdir}/python*/site-packages/dbus_bindings.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
|
||||||
|
- Adding patch to move /usr/lib/dbus-1.0/services to
|
||||||
|
/usr/share/dbus-1.0/services
|
||||||
|
|
||||||
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
||||||
- reverting BuildRequires: redhat-release because of issues with build system
|
- reverting BuildRequires: redhat-release because of issues with build system
|
||||||
- added precompiled version of the messagebus init script
|
- added precompiled version of the messagebus init script
|
||||||
|
Loading…
Reference in New Issue
Block a user