|
|
ea891e |
%define gettext_package dbus
|
|
|
ea891e |
|
|
|
ea891e |
%define expat_version 1.95.5
|
|
|
ea891e |
%define glib2_version 2.2.0
|
|
|
ea891e |
%define gtk2_version 2.4.0
|
|
|
ea891e |
%define dbus_version 1.1
|
|
|
ea891e |
|
|
|
ea891e |
Summary: GLib bindings for D-Bus
|
|
|
ea891e |
Name: dbus-glib
|
|
|
ea891e |
Version: 0.100
|
|
|
ea891e |
Release: 7%{?dist}
|
|
|
ea891e |
URL: http://www.freedesktop.org/software/dbus/
|
|
|
ea891e |
#VCS: git:git://git.freedesktop.org/git/dbus/dbus-glib
|
|
|
ea891e |
Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
|
|
|
ea891e |
License: AFL and GPLv2+
|
|
|
ea891e |
Group: System Environment/Libraries
|
|
|
ea891e |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
ea891e |
Requires: chkconfig >= 1.3.26
|
|
|
ea891e |
BuildRequires: libtool
|
|
|
ea891e |
BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
ea891e |
BuildRequires: expat-devel >= %{expat_version}
|
|
|
ea891e |
BuildRequires: libxml2-devel
|
|
|
ea891e |
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
ea891e |
BuildRequires: gettext
|
|
|
ea891e |
|
|
|
ea891e |
Patch0: 0001-CVE-2013-0292-dbus-gproxy-Verify-sender-of-NameOwner.patch
|
|
|
ea891e |
|
|
|
ea891e |
%description
|
|
|
ea891e |
|
|
|
ea891e |
D-Bus add-on library to integrate the standard D-Bus library with
|
|
|
ea891e |
the GLib thread abstraction and main loop.
|
|
|
ea891e |
|
|
|
ea891e |
%package devel
|
|
|
ea891e |
Summary: Libraries and headers for the D-Bus GLib bindings
|
|
|
ea891e |
Group: Development/Libraries
|
|
|
ea891e |
Requires: %name = %{version}-%{release}
|
|
|
ea891e |
Requires: glib2-devel
|
|
|
ea891e |
Requires: dbus-devel
|
|
|
ea891e |
Requires: pkgconfig
|
|
|
ea891e |
Obsoletes: dbus-devel < 0.90
|
|
|
ea891e |
|
|
|
ea891e |
%description devel
|
|
|
ea891e |
|
|
|
ea891e |
Headers and static libraries for the D-Bus GLib bindings
|
|
|
ea891e |
|
|
|
ea891e |
%if 0
|
|
|
ea891e |
%package gtk
|
|
|
ea891e |
Summary: GTK based tools
|
|
|
ea891e |
Group: Development/Tools
|
|
|
ea891e |
Requires: %name = %{version}-%{release}
|
|
|
ea891e |
Requires: gtk2 >= %{gtk_version}
|
|
|
ea891e |
%description gtk
|
|
|
ea891e |
|
|
|
ea891e |
D-Bus tools written using the gtk+ GUI libaries
|
|
|
ea891e |
|
|
|
ea891e |
%endif
|
|
|
ea891e |
|
|
|
ea891e |
%prep
|
|
|
ea891e |
%setup -q
|
|
|
ea891e |
%patch0 -p1
|
|
|
ea891e |
|
|
|
ea891e |
%build
|
|
|
ea891e |
%configure --disable-tests \
|
|
|
ea891e |
--enable-verbose-mode=yes \
|
|
|
ea891e |
--enable-asserts=yes \
|
|
|
ea891e |
--disable-gtk-doc
|
|
|
ea891e |
|
|
|
ea891e |
#build with checks for right now but disable checks for final release
|
|
|
ea891e |
#%configure --disable-tests --disable-verbose-mode --disable-asserts
|
|
|
ea891e |
make
|
|
|
ea891e |
|
|
|
ea891e |
%install
|
|
|
ea891e |
rm -rf %{buildroot}
|
|
|
ea891e |
|
|
|
ea891e |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
ea891e |
|
|
|
ea891e |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
ea891e |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
ea891e |
|
|
|
ea891e |
%clean
|
|
|
ea891e |
rm -rf %{buildroot}
|
|
|
ea891e |
|
|
|
ea891e |
|
|
|
ea891e |
%post -p /sbin/ldconfig
|
|
|
ea891e |
|
|
|
ea891e |
%postun -p /sbin/ldconfig
|
|
|
ea891e |
|
|
|
ea891e |
%files
|
|
|
ea891e |
%defattr(-,root,root)
|
|
|
ea891e |
|
|
|
ea891e |
%doc COPYING NEWS
|
|
|
ea891e |
|
|
|
ea891e |
%{_libdir}/*glib*.so.*
|
|
|
ea891e |
%{_bindir}/dbus-binding-tool
|
|
|
ea891e |
|
|
|
ea891e |
%files devel
|
|
|
ea891e |
%defattr(-,root,root)
|
|
|
ea891e |
|
|
|
ea891e |
%{_libdir}/lib*.so
|
|
|
ea891e |
%{_libdir}/pkgconfig/dbus-glib-1.pc
|
|
|
ea891e |
%{_includedir}/dbus-1.0/dbus/*
|
|
|
ea891e |
%{_datadir}/gtk-doc/html/dbus-glib
|
|
|
ea891e |
%{_mandir}/man1/*
|
|
|
ea891e |
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
|
|
ea891e |
%{_libexecdir}/dbus-bash-completion-helper
|
|
|
ea891e |
|
|
|
ea891e |
%if 0
|
|
|
ea891e |
%files gtk
|
|
|
ea891e |
%defattr(-,root,root)
|
|
|
ea891e |
|
|
|
ea891e |
%{_bindir}/dbus-viewer
|
|
|
ea891e |
|
|
|
ea891e |
%endif
|
|
|
ea891e |
|
|
|
ea891e |
%changelog
|
|
|
ea891e |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.100-7
|
|
|
ea891e |
- Mass rebuild 2014-01-24
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.100-6
|
|
|
ea891e |
- Mass rebuild 2013-12-27
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Jul 01 2013 Colin Walters <walters@redhat.com> - 0.100-5
|
|
|
ea891e |
- CVE-2013-0292 (previous patch was not actually applied)
|
|
|
ea891e |
- Resolves: #911714
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 0.100-4
|
|
|
ea891e |
- Don't install ChangeLog (need to save space on the live image)
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Feb 20 2013 Colin Walters <walters@redhat.com> - 0.100-3
|
|
|
ea891e |
- CVE-2013-0292
|
|
|
ea891e |
Resolves: #911714
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-2
|
|
|
ea891e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Jul 17 2012 Colin Walters <walters@verbum.org> - 0.100-1
|
|
|
ea891e |
- Update to 0.100
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-3
|
|
|
ea891e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-2
|
|
|
ea891e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
ea891e |
|
|
|
ea891e |
* Sat Jan 22 2011 Christopher Aillon <caillon@redhat.com> - 0.92-1
|
|
|
ea891e |
- Update to 0.92
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Sep 29 2010 jkeating - 0.88-3
|
|
|
ea891e |
- Rebuilt for gcc bug 634757
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Sep 21 2010 Colin Walters <walters@verbum.org> - 0.88-2
|
|
|
ea891e |
- Drop .gir file, it's now in gobject-introspection
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Aug 12 2010 Colin Walters <walters@verbum.org> - 0.88-1
|
|
|
ea891e |
- New upstream version
|
|
|
ea891e |
- drop now-merged shadow props patch
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.86-4
|
|
|
ea891e |
- Rebuild against new gobject-introspection
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Jun 29 2010 Dan Williams <dcbw@redhat.com> - 0.86-3
|
|
|
ea891e |
- Fix shadow property access (fdo #28835)
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Jun 29 2010 Bastien Nocera <bnocera@redhat.com> 0.86-2
|
|
|
ea891e |
- Add introspection data from gir-repository
|
|
|
ea891e |
- Remove unneeded autotools calls
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Mar 18 2010 Colin Walters <walters@verbum.org> - 0.86-1
|
|
|
ea891e |
- New upstream
|
|
|
ea891e |
Drop upstreamed patch
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Mar 02 2010 Colin Walters <walters@verbum.org> - 0.84-3
|
|
|
ea891e |
- Revert previous broken patch for error names, add better fix
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Feb 15 2010 Colin Walters <walters@verbum.org> - 0.84-2
|
|
|
ea891e |
- Add patch to avoid assertions when setting a GError that
|
|
|
ea891e |
includes a '-' in the enumeration value. Should fix #528897
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Jan 27 2010 Colin Walters <walters@verbum.org> - 0.84-1
|
|
|
ea891e |
- New upstream
|
|
|
ea891e |
Has introspect.xml internally, drop it from here
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Jan 15 2010 Colin Walters <walters@verbum.org> - 0.82-3
|
|
|
ea891e |
- Add ListActivatableNames to dbus-bus-introspect.xml to help tracker build
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-2
|
|
|
ea891e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Jul 16 2009 Colin Walters <walters@verbum.org> - 0.82-1
|
|
|
ea891e |
- New upstream 0.82
|
|
|
ea891e |
- Remove mclasen accidental commit of CFLAGS="-O0 -g3"
|
|
|
ea891e |
|
|
|
ea891e |
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 0.80-3
|
|
|
ea891e |
- Minor directory ownership cleanup
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.80-2
|
|
|
ea891e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Feb 02 2009 Colin Walters <walters@verbum.org> - 0.80-1
|
|
|
ea891e |
- New upstream release
|
|
|
ea891e |
- Adjust to new bash completion dir
|
|
|
ea891e |
- Includes patch noreply patch
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Jan 07 2009 Colin Walters <walters@verbum.org> - 0.78-2
|
|
|
ea891e |
- Add patch to avoid sending reply to noreply messages; this avoids
|
|
|
ea891e |
some spurious dbus denial logs during system startup from NM
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Dec 04 2008 Colin Walters <walters@verbum.org> - 0.78-1
|
|
|
ea891e |
- New upstream release, drop upstreamed patches
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Nov 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.76-4
|
|
|
ea891e |
- Avoid some spurious linkage
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> - 0.76-3
|
|
|
ea891e |
- Fix crashes when a tracked service restarts too quickly (fdo #18573)
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Jul 31 2008 David Zeuthen <davidz@redhat.com> - 0.76-2
|
|
|
ea891e |
- Add bash completion for dbus-send(1)
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Jun 05 2008 Colin Walters <walters@redhat.com> - 0.76-1
|
|
|
ea891e |
- New upstream 0.76
|
|
|
ea891e |
- Drop all upstreamed patches
|
|
|
ea891e |
|
|
|
ea891e |
* Tue May 27 2008 Dan Williams <dcbw@redhat.com> - 0.74-9
|
|
|
ea891e |
- Handle unknown object properties without asserting (fdo #16079)
|
|
|
ea891e |
- Handle GetAll() property names correctly (fdo #16114)
|
|
|
ea891e |
- Enable the freeze-abi patch
|
|
|
ea891e |
- Cherry-pick some fixes from upstream git
|
|
|
ea891e |
|
|
|
ea891e |
* Thu May 8 2008 Matthias Clasen <mclasen@redhat.com> - 0.74-8
|
|
|
ea891e |
- Fix license field
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Apr 15 2008 Colin Walters <walters@redhat.com> - 0.74-7
|
|
|
ea891e |
- Ensure ABI is frozen as it stands now
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Apr 4 2008 David Zeuthen <davidz@redhat.com> - 0.74-6
|
|
|
ea891e |
- Add another upstreamed patch for setting the default timeout
|
|
|
ea891e |
on a proxy
|
|
|
ea891e |
|
|
|
ea891e |
* Fri Apr 4 2008 David Zeuthen <davidz@redhat.com> - 0.74-5
|
|
|
ea891e |
- Add an already upstreamed patch to export the GetAll() method on
|
|
|
ea891e |
the org.freedesktop.DBus.Properties interface
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Mar 19 2008 Dan Williams <dcbw@redhat.com> - 0.74-4
|
|
|
ea891e |
- Ignore children of namespaced nodes too
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Feb 12 2008 Dan Williams <dcbw@redhat.com> - 0.74-3
|
|
|
ea891e |
- Ignore namespaces in introspection XML
|
|
|
ea891e |
|
|
|
ea891e |
* Sun Nov 18 2007 Dan Williams <dcbw@redhat.com> - 0.74-2
|
|
|
ea891e |
- Actually apply the patch for fdo #12505
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Oct 22 2007 Ray Strode <rstrode@redhat.com> - 0.74-1
|
|
|
ea891e |
- Update to 0.74
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Sep 24 2007 Dan Williams <dcbw@redhat.com> - 0.73-4
|
|
|
ea891e |
- Dispatch NameOwnerChanged signals to proxies only once (fdo #12505)
|
|
|
ea891e |
|
|
|
ea891e |
* Sat Sep 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.73-3
|
|
|
ea891e |
- Rebuild against new expat
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.73-2
|
|
|
ea891e |
- Fix a bug in introspection support (#248150)
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Apr 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.73-1
|
|
|
ea891e |
- Update to 0.73 (#233631)
|
|
|
ea891e |
- Drop upstreamed patches
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Dec 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.71-4
|
|
|
ea891e |
- Add dbus-glib-0.70-use-default-threads.patch
|
|
|
ea891e |
- Partial fix to #219257
|
|
|
ea891e |
|
|
|
ea891e |
* Wed Nov 29 2006 David Zeuthen <davidz@redhat.com> - 0.71-3%{?dist}
|
|
|
ea891e |
- Add dbus-glib-0.70-fix-info-leak.patch
|
|
|
ea891e |
- Resolves: #216034
|
|
|
ea891e |
|
|
|
ea891e |
* Sun Nov 5 2006 Matthias Clasen <mclasen@redhat.com> - 0.71-2
|
|
|
ea891e |
- Fix up Requires for the -devel package
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.71-1
|
|
|
ea891e |
- Update to 0.71
|
|
|
ea891e |
|
|
|
ea891e |
* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-4
|
|
|
ea891e |
- remove improper obsoletes
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
|
|
|
ea891e |
- Pregenerate the xml introspect file so you don't need dbus running during
|
|
|
ea891e |
the build
|
|
|
ea891e |
|
|
|
ea891e |
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2
|
|
|
ea891e |
- Spec file cleanups
|
|
|
ea891e |
|
|
|
ea891e |
* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-1
|
|
|
ea891e |
- Initial dbus-glib package
|