- New upstream release
- Adjust to new bash completion dir - Includes patch noreply patch
This commit is contained in:
parent
b9d5759882
commit
5d40928754
@ -1 +1 @@
|
||||
dbus-glib-0.78.tar.gz
|
||||
dbus-glib-0.80.tar.gz
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: GLib bindings for D-Bus
|
||||
Name: dbus-glib
|
||||
Version: 0.78
|
||||
Release: 2%{?dist}
|
||||
Version: 0.80
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.freedesktop.org/software/dbus/
|
||||
Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
|
||||
Source1: dbus-bus-introspect.xml
|
||||
@ -27,9 +27,6 @@ BuildRequires: autoconf
|
||||
# this patch requires autoreconf
|
||||
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
|
||||
|
||||
#http://bugs.freedesktop.org/show_bug.cgi?id=19441
|
||||
Patch0: 0001-Bug-19441-Don-t-send-reply-when-none-is-requested.patch
|
||||
|
||||
%description
|
||||
|
||||
D-Bus add-on library to integrate the standard D-Bus library with
|
||||
@ -62,7 +59,6 @@ D-Bus tools written using the gtk+ GUI libaries
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .noreply
|
||||
|
||||
%build
|
||||
libtoolize --force --copy
|
||||
@ -83,11 +79,8 @@ rm -rf %{buildroot}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/dbus-bash-completion.sh
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -111,7 +104,7 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/dbus-glib-1.pc
|
||||
%{_includedir}/*
|
||||
%{_datadir}/gtk-doc/html/dbus-glib
|
||||
%{_sysconfdir}/profile.d/dbus-bash-completion.sh
|
||||
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
||||
%{_libexecdir}/dbus-bash-completion-helper
|
||||
|
||||
%if 0
|
||||
@ -123,6 +116,11 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2009 Colin Walters <walters@verbum.org> - 0.80-1
|
||||
- New upstream release
|
||||
- Adjust to new bash completion dir
|
||||
- Includes patch noreply patch
|
||||
|
||||
* Wed Jan 07 2009 Colin Walters <walters@verbum.org> - 0.78-2
|
||||
- Add patch to avoid sending reply to noreply messages; this avoids
|
||||
some spurious dbus denial logs during system startup from NM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user