Dominique Leuenberger 2020-07-24 07:50:15 +00:00 committed by Git OBS Bridge
commit 2a0e4f012b
4 changed files with 29 additions and 22 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 10 20:14:48 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- Update to version 0.110:
Dependencies:
+ GLib 2.40 is required
Enhancements:
+ The GLib main-loop glue, "dbus-gmain", is now available as a separate
subproject (the dbus-gmain branch in dbus-glib's git repository) for
embedding in larger projects like dbus-glib and dbus-python via the
`git subtree` or `git submodule` commands. This removes dbus-python's
dependency on the rest of dbus-glib.
Fixes:
+ autogen.sh can now detect gtk-doc >= 1.26.
+ More files have per-file copyright information.
- Run spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 9 06:45:23 UTC 2017 - meissner@suse.com Fri Jun 9 06:45:23 UTC 2017 - meissner@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package dbus-1-glib # spec file for package dbus-1-glib
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,31 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: dbus-1-glib Name: dbus-1-glib
Version: 0.108 Version: 0.110
Release: 0 Release: 0
Summary: GLib-based library for using D-Bus Summary: GLib-based library for using D-Bus
License: AFL-2.1 or GPL-2.0+ License: AFL-2.1 OR GPL-2.0-or-later
Group: Development/Libraries/Other URL: https://dbus.freedesktop.org/
Url: http://dbus.freedesktop.org/
Source0: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz Source0: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: dbus-1-devel >= 1.8 BuildRequires: dbus-1-devel >= 1.8
BuildRequires: glib2-devel >= 2.32 BuildRequires: glib2-devel >= 2.40
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
Requires: dbus-1 Requires: dbus-1
Recommends: dbus-1-glib-tool Recommends: dbus-1-glib-tool
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n dbus-1-glib-devel %package -n dbus-1-glib-devel
Summary: Developer package for D-Bus/GLib bindings Summary: Developer package for D-Bus/GLib bindings
Group: Development/Libraries/Other
Requires: dbus-1-devel Requires: dbus-1-devel
Requires: dbus-1-glib = %{version} Requires: dbus-1-glib = %{version}
Requires: dbus-1-glib-tool = %{version} Requires: dbus-1-glib-tool = %{version}
@ -44,14 +41,12 @@ Requires: glib2-devel
%package -n dbus-1-glib-doc %package -n dbus-1-glib-doc
Summary: Documentation for the D-Bus/GLib bindings Summary: Documentation for the D-Bus/GLib bindings
Group: Documentation/HTML
%if 0%{?suse_version} >= 1120 %if 0%{?suse_version} >= 1120
BuildArch: noarch BuildArch: noarch
%endif %endif
%package -n dbus-1-glib-tool %package -n dbus-1-glib-tool
Summary: Tool package for D-Bus/GLib bindings Summary: Tool package for D-Bus/GLib bindings
Group: Development/Libraries/Other
Requires: dbus-1-glib = %{version} Requires: dbus-1-glib = %{version}
%description %description
@ -80,39 +75,34 @@ GLib thread abstraction and main loop.
--with-dbus-binding-tool=%{_bindir}/dbus-binding-tool \ --with-dbus-binding-tool=%{_bindir}/dbus-binding-tool \
%endif %endif
--disable-static --disable-static
make %{?_smp_mflags} %make_build
%install %install
make %{?_smp_mflags} DESTDIR=%{buildroot} install %make_install
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
# Remove the exacutable bit from dbus-bash-completion.sh # Remove the exacutable bit from dbus-bash-completion.sh
chmod -x %{buildroot}/%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh chmod -x %{buildroot}/%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-, root, root)
%{_libdir}/*glib*.so.* %{_libdir}/*glib*.so.*
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh %{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%files -n dbus-1-glib-devel %files -n dbus-1-glib-devel
%defattr(-, root, root)
%{_includedir}/dbus-1.0/dbus/* %{_includedir}/dbus-1.0/dbus/*
%{_libdir}/*glib*.so %{_libdir}/*glib*.so
%{_libdir}/pkgconfig/dbus-glib-1.pc %{_libdir}/pkgconfig/dbus-glib-1.pc
%files -n dbus-1-glib-doc %files -n dbus-1-glib-doc
%defattr(-, root, root)
%dir %{_datadir}/gtk-doc/ %dir %{_datadir}/gtk-doc/
%dir %{_datadir}/gtk-doc/html %dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/dbus-glib %{_datadir}/gtk-doc/html/dbus-glib
%files -n dbus-1-glib-tool %files -n dbus-1-glib-tool
%defattr(-, root, root)
%{_bindir}/dbus-binding-tool %{_bindir}/dbus-binding-tool
%{_mandir}/man?/dbus-binding-tool.1%{ext_man} %{_mandir}/man?/dbus-binding-tool.1%{?ext_man}
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c
size 812488

3
dbus-glib-0.110.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825
size 836497