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