This commit is contained in:
parent
2b8da4da48
commit
77186e715d
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
dbus-1-glib
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 29 20:10:01 CET 2008 - tambet@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ Url: http://dbus.freedesktop.org/
|
||||
License: GPL v2 or later; Other uncritical OpenSource License
|
||||
Group: Development/Libraries/Other
|
||||
Version: 0.74
|
||||
Release: 61
|
||||
Release: 71
|
||||
AutoReqProv: on
|
||||
Summary: GLib-based library for using D-Bus
|
||||
Source0: dbus-glib-%{version}.tar.gz
|
||||
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
|
||||
|
||||
%package -n dbus-1-glib-devel
|
||||
License: Other uncritical OpenSource License
|
||||
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`)
|
||||
@ -39,6 +40,7 @@ AutoReqProv: on
|
||||
Group: Development/Libraries/Other
|
||||
|
||||
%package -n dbus-1-glib-doc
|
||||
License: GPL v2 or later; Other uncritical OpenSource License
|
||||
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`)
|
||||
@ -167,6 +169,9 @@ make DESTDIR=%{buildroot} install
|
||||
%{_datadir}/gtk-doc/html/dbus-glib/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Fri Feb 29 2008 tambet@suse.de
|
||||
- Fix the generated introspection XML (patch from upstream).
|
||||
- Fix the bug where GObject signals get emitted twice per dbus signal
|
||||
|
Loading…
Reference in New Issue
Block a user