- reverting BuildRequires: redhat-release because of issues with build
system - added precompiled version of the messagebus init script
This commit is contained in:
parent
2670858681
commit
f8d2937dc6
12
dbus.spec
12
dbus.spec
@ -12,15 +12,16 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.22
|
Version: 0.22
|
||||||
Release: 6
|
Release: 7
|
||||||
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
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
PreReq: chkconfig /usr/sbin/useradd
|
PreReq: chkconfig /usr/sbin/useradd
|
||||||
BuildPreReq: libtool
|
BuildPreReq: libtool
|
||||||
BuildRequires: redhat-release
|
#BuildRequires: redhat-release
|
||||||
BuildRequires: expat-devel >= %{expat_version}
|
BuildRequires: expat-devel >= %{expat_version}
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -171,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib
|
|||||||
perl -pi -e 's/\/usr\/lib\//\/usr\/lib64\//g' INSTALLED_FILES
|
perl -pi -e 's/\/usr\/lib\//\/usr\/lib64\//g' INSTALLED_FILES
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
#install precompiled messagebus init script
|
||||||
|
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/messagebus
|
||||||
|
|
||||||
## %find_lang %{gettext_package}
|
## %find_lang %{gettext_package}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -262,6 +266,10 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/dbus_bindings.so
|
%{_libdir}/python*/site-packages/dbus_bindings.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
||||||
|
- reverting BuildRequires: redhat-release because of issues with build system
|
||||||
|
- added precompiled version of the messagebus init script
|
||||||
|
|
||||||
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
* Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
|
||||||
- changed /etc/redhat-release to the package redhat-release
|
- changed /etc/redhat-release to the package redhat-release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user