This commit is contained in:
parent
4019e0d6bb
commit
1e85409def
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 12:16:54 CET 2007 - thoenig@suse.de
|
||||
|
||||
- new upstream version 0.73
|
||||
- new package dbus-1-glib-doc
|
||||
- drop patch dbus-glib-introspect-fix-thoenig-01.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 15:54:16 CET 2006 - thoenig@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dbus-1-glib (Version 0.71)
|
||||
# spec file for package dbus-1-glib (Version 0.73)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,28 +11,34 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: dbus-1-glib
|
||||
BuildRequires: dbus-1 dbus-1-devel dbus-1-x11 expat glib2-devel libxml2-devel
|
||||
BuildRequires: dbus-1 dbus-1-devel dbus-1-x11 expat glib2-devel gtk-doc libxml2-devel
|
||||
URL: http://dbus.freedesktop.org/
|
||||
License: GNU General Public License (GPL) - all versions, Other License(s), see package
|
||||
License: GNU General Public License (GPL), Other uncritical OpenSource License
|
||||
Group: Development/Libraries/Other
|
||||
Version: 0.71
|
||||
Release: 19
|
||||
Version: 0.73
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
Summary: GLib-based library for using D-Bus
|
||||
Source0: dbus-glib-%{version}.tar.gz
|
||||
Patch0: dbus-glib-nameownerchange-workaround-thoenig-01.patch
|
||||
Patch1: dbus-glib-introspect-fix-thoenig-01.patch
|
||||
Patch2: dbus-glib-gvalue-utils-fix-thoenig-01.patch
|
||||
Patch1: dbus-glib-gvalue-utils-fix-thoenig-01.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
|
||||
%package -n dbus-1-glib-devel
|
||||
Summary: Developer package for D-BUS/GLib bindings
|
||||
Summary: Developer package for D-Bus/GLib bindings
|
||||
Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
|
||||
Requires: dbus-1-devel >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1-devel`)
|
||||
Requires: dbus-1-glib = %{version}
|
||||
Requires: glib2-devel
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Other
|
||||
%package -n dbus-1-glib-doc
|
||||
Summary: Documentation for the D-Bus/GLib bindings
|
||||
Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
|
||||
Requires: dbus-1-devel >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1-devel`)
|
||||
Requires: dbus-1-glib = %{version}
|
||||
Autoreqprov: on
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description
|
||||
D-Bus add-on library to integrate the standard D-Bus library with the
|
||||
@ -64,6 +70,30 @@ GLib thread abstraction and main loop.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
Philip Blundell <pb@nexus.co.uk>
|
||||
Anders Carlsson <andersca@gnome.org>
|
||||
Kristian Hogsberg <krh@redhat.com>
|
||||
Alex Larsson <alexl@redhat.com>
|
||||
Michael Meeks <michael@ximian.com>
|
||||
Seth Nickell <seth@gnome.org>
|
||||
Havoc Pennington <hp@redhat.com>
|
||||
Harri Porten <porten@kde.org>
|
||||
Matthew Rickard <mjricka@epoch.ncsc.mil>
|
||||
Zack Rusin <zack@kde.org>
|
||||
Joe Shaw <joe@assbarn.com>
|
||||
Colin Walters <walters@gnu.org>
|
||||
David Zeuthen <david@fubar.dk>
|
||||
|
||||
|
||||
%description -n dbus-1-glib-doc
|
||||
D-Bus add-on library to integrate the standard D-Bus library with the
|
||||
GLib thread abstraction and main loop.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
@ -85,10 +115,9 @@ Authors:
|
||||
%setup -n dbus-glib-%{version} -q
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p0
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector -fno-strict-aliasing -fPIC"
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
@ -125,7 +154,16 @@ make DESTDIR=%{buildroot} install
|
||||
%{_libdir}/*glib*.la
|
||||
%{_libdir}/pkgconfig/dbus-glib-1.pc
|
||||
|
||||
%changelog -n dbus-1-glib
|
||||
%files -n dbus-1-glib-doc
|
||||
%defattr(-, root, root)
|
||||
%dir %{_datadir}/gtk-doc/html/dbus-glib/
|
||||
%{_datadir}/gtk-doc/html/dbus-glib/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 01 2007 - thoenig@suse.de
|
||||
- new upstream version 0.73
|
||||
- new package dbus-1-glib-doc
|
||||
- drop patch dbus-glib-introspect-fix-thoenig-01.patch
|
||||
* Mon Nov 06 2006 - thoenig@suse.de
|
||||
- loosen dependency to D-Bus
|
||||
* Tue Aug 01 2006 - thoenig@suse.de
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b58a489fdd35a70d241f512bc08f3b6d9d8e05110f4a1d5341cff6a0b7d854b7
|
||||
size 566889
|
3
dbus-glib-0.73.tar.gz
Normal file
3
dbus-glib-0.73.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6d7f91039c6b22ebf7ab22cec8c3275490b1f3f45235a333f9560631794cd92
|
||||
size 644223
|
@ -1,42 +0,0 @@
|
||||
From: John (J5) Palmieri <johnp@redhat.com>
|
||||
To: Timo Hoenig <thoenig@suse.de>
|
||||
Subject: Re: GLib bindings in build environment
|
||||
Date: Tue, 01 Aug 2006 13:48:41 -0400 (19:48 CEST)
|
||||
|
||||
The system should be running a system bus in the split but there are
|
||||
cases where the system bus wouldn't be the same version so it was a bit
|
||||
of a mistake. The solution is to not generate on the fly.
|
||||
|
||||
On Tue, 2006-08-01 at 19:32 +0200, Timo Hoenig wrote:
|
||||
> Hey John,
|
||||
>
|
||||
> Has there been a particular reason to use the system bus -- and not a
|
||||
> session bus as before -- for buildings ./tools of the GLib bindings?
|
||||
>
|
||||
> Timo
|
||||
|
||||
|
||||
--- tools/Makefile.am_org 2006-08-01 21:04:47.000000000 +0200
|
||||
+++ tools/Makefile.am 2006-08-01 21:06:09.000000000 +0200
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
BUILT_SOURCES = dbus-glib-bindings.h dbus-bus-introspect.xml
|
||||
|
||||
-dbus-bus-introspect.xml:
|
||||
- DBUS_TOP_BUILDDIR=$(top_builddir) dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
|
||||
+dbus-bus-introspect.xml:
|
||||
+ DBUS_TOP_BUILDDIR=$(top_builddir) $(srcdir)/run-with-tmp-session-bus.sh dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
|
||||
|
||||
EXTRA_DIST = run-with-tmp-session-bus.sh
|
||||
|
||||
--- tools/run-with-tmp-session-bus.sh_org 2006-08-01 21:39:00.000000000 +0200
|
||||
+++ tools/run-with-tmp-session-bus.sh 2006-08-01 21:39:30.000000000 +0200
|
||||
@@ -27,7 +27,7 @@
|
||||
echo "escaped service dir is: $ESCAPED_SERVICE_DIR" >&2
|
||||
|
||||
## create a configuration file based on the standard session.conf
|
||||
-cat $DBUS_TOP_BUILDDIR/tools/session.conf | \
|
||||
+cat /etc/dbus-1/session.conf | \
|
||||
sed -e 's/<servicedir>.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \
|
||||
sed -e 's/<include.*$//g' \
|
||||
> $CONFIG_FILE
|
Loading…
Reference in New Issue
Block a user