- New upstream release, drop upstreamed patches
This commit is contained in:
parent
d747292cc3
commit
b4d786dd91
@ -1 +1 @@
|
||||
dbus-glib-0.76.tar.gz
|
||||
dbus-glib-0.78.tar.gz
|
||||
|
||||
@ -7,17 +7,11 @@
|
||||
|
||||
Summary: GLib bindings for D-Bus
|
||||
Name: dbus-glib
|
||||
Version: 0.76
|
||||
Release: 4%{?dist}
|
||||
Version: 0.78
|
||||
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
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=18573
|
||||
Patch0: dbus-gproxy-cancel.patch
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=16114
|
||||
Patch7: dbus-glib-0.74-getall-wincaps-to-uscore.patch
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=18698
|
||||
Patch8: gethostbyname.patch
|
||||
License: AFL and GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -30,8 +24,6 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gettext
|
||||
BuildRequires: autoconf
|
||||
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=16925
|
||||
Patch10: dbus-glib-0.77-bash-completion.patch
|
||||
# this patch requires autoreconf
|
||||
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
|
||||
|
||||
@ -68,11 +60,6 @@ D-Bus tools written using the gtk+ GUI libaries
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .gproxy-cancel
|
||||
%patch7 -p1 -b .getall-wincaps-to-uscore
|
||||
%patch8 -p1 -b .gethostbyname
|
||||
%patch10 -p1 -b .bash-completion
|
||||
|
||||
%build
|
||||
libtoolize --force --copy
|
||||
autoreconf
|
||||
@ -132,6 +119,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Dec 04 2008 Colin Walters <walters@verbum.org> - 0.78-1
|
||||
- New upstream release, drop upstreamed patches
|
||||
|
||||
* Tue Nov 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.76-4
|
||||
- Avoid some spurious linkage
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user