Rex Dieter 9fe3488
Name:    dbus-python
7c050c2
Version: 1.3.2
bd99fc9
Release: 7%{?dist}
d812591
Summary: D-Bus Python Bindings
271d3ae
271d3ae
License: MIT
Rex Dieter 8504b5e
URL:     http://www.freedesktop.org/wiki/Software/DBusBindings/
4b13329
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
Rex Dieter bc0cd2b
Source1: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz.asc
d812591
# gpg --keyserver keyring.debian.org --recv-keys 36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F
d812591
# gpg --export --export-options export-minimal > gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg
d812591
Source2: gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg
58eb63a
Rex Dieter b50904b
# borrow centos7 patch to use sitearch properly
718250f
Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch
Dan Mashal b00d726
d812591
BuildRequires: gnupg2
d812591
BuildRequires: pkgconfig(dbus-1)
d812591
BuildRequires: pkgconfig(glib-2.0)
271d3ae
# for %%check
a82cc3c
BuildRequires: dbus-x11
512ab82
BuildRequires: python%{python3_pkgversion}-gobject
cf05721
# autoreconf and friends
3f6949c
BuildRequires: autoconf-archive automake libtool
Marco Pesenti Gritti 9ccbc3d
976b947
%global _description\
976b947
D-Bus python bindings for use with python programs.
976b947
976b947
%description %_description
976b947
512ab82
%package -n python%{python3_pkgversion}-dbus
Rex Dieter 829de19
Summary: D-Bus bindings for python3
512ab82
%{?python_provide:%python_provide python%{python3_pkgversion}-dbus}
512ab82
BuildRequires: python%{python3_pkgversion}-devel
7505b46
# for py3_build
7505b46
BuildRequires: python3dist(setuptools)
7c050c2
BuildRequires: python3dist(setuptools-scm)
7c050c2
BuildRequires: python3dist(wheel)
2b8bd3f
BuildRequires: make
7f7957b
512ab82
%description -n python%{python3_pkgversion}-dbus
Rex Dieter 829de19
%{summary}.
Rex Dieter 829de19
36b2794
%package devel
36b2794
Summary: Libraries and headers for dbus-python
36b2794
36b2794
%description devel
36b2794
Headers and static libraries for hooking up custom mainloops to the dbus python
36b2794
bindings.
36b2794
dff16ea
%prep
d812591
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
f4db9cf
%autosetup -p1
Rex Dieter b50904b
6b4e8d4
# For new arches (aarch64/ppc64le), and patch0
6b4e8d4
autoreconf -vif
Rex Dieter 829de19
7505b46
%build
7c050c2
export DBUS_PYTHON_USE_AUTOTOOLS=1
7505b46
%set_build_flags
7505b46
%py3_build
0636d64
%configure PYTHON="%{__python3}"
5065b9c
%make_build
dff16ea
dff16ea
%install
7c050c2
export DBUS_PYTHON_USE_AUTOTOOLS=1
7505b46
%py3_install
7505b46
%make_install
58eb63a
271d3ae
# unpackaged files
Rex Dieter b50904b
rm -fv  $RPM_BUILD_ROOT%{python3_sitearch}/*.la
271d3ae
rm -rfv $RPM_BUILD_ROOT%{_datadir}/doc/dbus-python/
58eb63a
271d3ae
%check
87ce23b
make check -k || (cat test-suite.log && false)
58eb63a
512ab82
%files -n python%{python3_pkgversion}-dbus
9b11a53
%doc NEWS
718250f
%license COPYING
Rex Dieter 829de19
%{python3_sitearch}/*.so
Rex Dieter b50904b
%{python3_sitearch}/dbus/
7505b46
%{python3_sitearch}/dbus_python*egg-info
Rex Dieter 829de19
36b2794
%files devel
Leigh Scott 6e0aaf9
%doc README ChangeLog doc/API_CHANGES.txt doc/tutorial.txt
36b2794
%{_includedir}/dbus-1.0/dbus/dbus-python.h
36b2794
%{_libdir}/pkgconfig/dbus-python.pc
271d3ae
dff16ea
%changelog
bd99fc9
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.3.2-7
bd99fc9
- Rebuilt for Python 3.13
bd99fc9
39f6a3e
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-6
39f6a3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
39f6a3e
336c9bb
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
336c9bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
336c9bb
9155607
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
9155607
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
9155607
ca3569d
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.3.2-3
ca3569d
- Rebuilt for Python 3.12
ca3569d
1e3bc29
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
1e3bc29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
1e3bc29
7c050c2
* Thu Sep 29 2022 Vojtech Trefny <vtrefny@redhat.com> - 1.3.2-1
7c050c2
- Update to 1.3.2 (#2124688)
7c050c2
eb581b0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-5
eb581b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
eb581b0
8bc080e
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.18-4
8bc080e
- Rebuilt for Python 3.11
8bc080e
f86d038
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-3
f86d038
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
f86d038
e393fe8
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-2
e393fe8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e393fe8
8ce01aa
* Tue Jul 20 2021 David King <amigadave@amigadave.com> - 1.2.18-1
8ce01aa
- Update to 1.2.18 (#1984073)
8ce01aa
d812591
* Sun Jun 13 2021 David King <amigadave@amigadave.com> - 1.2.16-6
d812591
- Verify GPG signature of sources
d812591
- Use pkgconfig for BuildRequires
d812591
30d73e1
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.2.16-5
30d73e1
- Rebuilt for Python 3.10
30d73e1
526dbc0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-4
526dbc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
526dbc0
9212163
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-3
9212163
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9212163
0330bb9
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.16-2
0330bb9
- Rebuilt for Python 3.9
0330bb9
Leigh Scott 6e0aaf9
* Tue Feb 11 2020 Leigh Scott <leigh123linux@gmail.com> - 1.2.16-1
Leigh Scott 6e0aaf9
- Update to 1.2.16 (#1788491)
Leigh Scott 6e0aaf9
5b77478
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-10
5b77478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5b77478
87ce23b
* Thu Jan 16 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.8-9
87ce23b
- Subpackage python2-dbus has been removed
87ce23b
  See https://fedoraproject.org/wiki/Changes/RetirePython2
87ce23b
c714000
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.8-8
c714000
- Rebuilt for Python 3.8.0rc1 (#1748018)
c714000
59f1f89
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.8-7
59f1f89
- Rebuilt for Python 3.8
59f1f89
9b7b31c
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-6
9b7b31c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9b7b31c
7505b46
* Mon Feb 11 2019 Neal Gompa <ngompa13@gmail.com> - 1.2.8-5
7505b46
- Run setuptools build to generate pythonXdist() metadata (#1663693)
7505b46
6798431
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-4
6798431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6798431
b0bfc05
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-3
b0bfc05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b0bfc05
aad0734
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.8-2
aad0734
- Rebuilt for Python 3.7
aad0734
dfdd604
* Wed May 23 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.8-1
dfdd604
- Update to 1.2.8 (#1539950) (#1578726)
dfdd604
- Cat the logs if tests failed
dfdd604
51d9fe1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-13
51d9fe1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
51d9fe1
4b6516e
* Wed Jan 03 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.4-12
4b6516e
- Update Python 2 dependency declarations to new packaging standards
4b6516e
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
4b6516e
7e9f8a7
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.4-11
7e9f8a7
- Cleanups in packaging
7e9f8a7
7f7957b
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-10
7f7957b
- Also add Provides for the old name without %%_isa
7f7957b
- Use %%python_provide for the python3 subpackage and drop manual Provide which
7f7957b
  conflicts with %%python_provide in the python2 subpackage.
7f7957b
976b947
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-9
976b947
- Python 2 binary package renamed to python2-dbus
976b947
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
976b947
0b23f0d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-8
0b23f0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0b23f0d
898c097
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-7
898c097
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
898c097
f72afe1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-6
f72afe1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f72afe1
dd3a229
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 1.2.4-5
dd3a229
- Rebuild again for Python 3.6
dd3a229
a82cc3c
* Sun Dec 11 2016 leigh scott <leigh123linux@googlemail.com> - 1.2.4-4
a82cc3c
- Add missing build requires needed for check
a82cc3c
da00ea7
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.2.4-3
da00ea7
- Rebuild for Python 3.6
da00ea7
c275cda
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
c275cda
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c275cda
654bd07
* Mon Mar 07 2016 Leigh Scott <leigh123linux@googlemail.com> - 1.2.4-1
654bd07
- Update to 1.2.4 (#1310915)
654bd07
06439e6
* Tue Feb 23 2016 Leigh Scott <leigh123linux@googlemail.com> - 1.2.2-1
06439e6
- Update to 1.2.2 (#1310915)
3f6949c
- add build requires autoconf-archive
06439e6
03dccec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-13
03dccec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
03dccec
718250f
* Mon Nov 16 2015 Leigh Scott <leigh123linux@googlemail.com> - 1.2.0-12
718250f
- Drop object manager patch
718250f
Robert Kuska e9857a9
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.2.0-11
Robert Kuska e9857a9
- Rebuilt for Python3.5 rebuild
Robert Kuska e9857a9
049d893
* Wed Aug 19 2015 Leigh Scott <leigh123linux@googlemail.com> - 1.2.0-10
049d893
- rebuilt
049d893
0cf9522
* Wed Aug 19 2015 Leigh Scott <leigh123linux@googlemail.com> - 1.2.0-9
0cf9522
- rebuilt
0cf9522
13f690f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
13f690f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
13f690f
Rex Dieter 8504b5e
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.0-7
Rex Dieter b50904b
- python2_sitelib should be python2_sitearch (#1161121)
Rex Dieter 8504b5e
- update URL, s/python/python2/ a bit
Rex Dieter 8504b5e
53f06d8
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
53f06d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
53f06d8
Dan Mashal b00d726
* Fri Jun 20 2014 Dan Mashal <dan.mashal@fedoraproject.org> - 1.2.0-5
Dan Mashal b00d726
- Add patch needed that adds Object Manager functionality for Fedora server dbus api.
Dan Mashal b00d726
93fbd7f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
93fbd7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
93fbd7f
cf05721
* Thu May 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-3
cf05721
- Drop old python3 conditionals, SPEC cleanups
cf05721
Rex Dieter 0063eaa
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.0-2
Rex Dieter 0063eaa
- rebuild (f21-python)
Rex Dieter 0063eaa
Rex Dieter bc0cd2b
* Mon Oct 28 2013 Rex Dieter <rdieter@fedoraproject.org> 1.2.0-1
Rex Dieter bc0cd2b
- dbus-python-1.2.0 is available (#1021817)
Rex Dieter bc0cd2b
d44ad56
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-6
d44ad56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d44ad56
178f745
* Thu Apr 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.1-5
178f745
- Add upstream patch to fix pygobject 3.8
178f745
Dan Mashal 35dfa6c
* Fri Mar 29 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.1.1-4
Dan Mashal 35dfa6c
- Apply patch to support aarch64 (#925236)
Dan Mashal 35dfa6c
- Fix URL
Dan Mashal 35dfa6c
Rex Dieter 829de19
* Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.1.1-3
Rex Dieter 829de19
- python3-dbus subpkg (#892474)
Rex Dieter 829de19
- (main) Provides: python-dbus
Rex Dieter 829de19
- BR: python-docutils
Rex Dieter 829de19
- .spec cosmetics
Rex Dieter 829de19
- skip failed tests on rawhide (#913936)
Rex Dieter 829de19
7cdb07f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
7cdb07f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7cdb07f
271d3ae
* Tue Aug 07 2012 Rex Dieter <rdieter@fedoraproject.org> 1.1.1-1
271d3ae
- dbus-python-1.1.1 (#800487)
271d3ae
b6ee545
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.0-10
b6ee545
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b6ee545
7e03a71
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.0-9
7e03a71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7e03a71
21dff01
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.0-8
21dff01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
21dff01
0e44b11
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.83.0-7
0e44b11
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
0e44b11
1ecb2a7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.0-6
1ecb2a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1ecb2a7
7ddfe3f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.0-5
7ddfe3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7ddfe3f
e13a7da
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.83.0-4
e13a7da
- Rebuild for Python 2.6
e13a7da
Marco Pesenti Gritti 9ccbc3d
* Tue Sep 16 2008 Marco Pesenti Gritti - 0.83.0-3
ff80109
- Add patch for https://bugs.freedesktop.org/show_bug.cgi?id=17551
Marco Pesenti Gritti 9ccbc3d
5618b81
* Tue Aug 05 2008  Huang Peng <phuang@redhat.com> - 0.83.0-2
4717e84
- Update to 0.83.0.
4717e84
e05cf88
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.82.4-3
e05cf88
- fix license tag
e05cf88
738f9b0
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.82.4-2
738f9b0
- Autorebuild for GCC 4.3
738f9b0
463291f
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 0.82.4-1
463291f
- Update to 0.82.4
463291f
2755655
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 0.82.0-3
2755655
- Rebuild against new dbus-glib
2755655
a70a92b
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.82.0-2
a70a92b
- Rebuild for selinux ppc32 issue.
a70a92b
debecfb
* Fri Jun 22 2007 Matthias Clasen <mclasen@redhat.com> - 0.82.0-1
debecfb
- Update to 0.82.0
debecfb
- Put all docs in the usual place
debecfb
David Zeuthen a76f408
* Tue Apr 03 2007 David Zeuthen <davidz@redhat.com> - 0.80.2-3
David Zeuthen a76f408
- Rebuild
David Zeuthen a76f408
David Zeuthen a76f408
* Tue Apr 03 2007 David Zeuthen <davidz@redhat.com> - 0.80.2-2
David Zeuthen 50afc3e
- Don't examine args for functions declared METH_NOARGS (#235017)
David Zeuthen 50afc3e
a8876c7
* Tue Feb 13 2007 John (J5) Palmieri <johnp@redhat.com> - 0.80.2-1
a8876c7
- upgrade to 0.80.2 which fixes some memleaks
a8876c7
58eb63a
* Wed Jan 24 2007 John (J5) Palmieri <johnp@redhat.com> - 0.80.1-1
58eb63a
- upgrade to 0.80.1
58eb63a
- remove dependency on Pyrex and libxml2
ff80109
- some API breakage,
58eb63a
  please see http://dbus.freedesktop.org/doc/dbus-python/NEWS.html
ff80109
  for notes on changes
58eb63a
David Zeuthen ff5efe7
* Wed Jan  3 2007 David Zeuthen <davidz@redhat.com> - 0.70-9%{?dist}
David Zeuthen ff5efe7
- rebuild against new Pyrex
David Zeuthen ff5efe7
ac61323
* Wed Dec  6 2006 Jeremy Katz <katzj@redhat.com> - 0.70-8
ac61323
- rebuild against python 2.5
ac61323
9c8b7e2
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 0.70-7
9c8b7e2
- Fix a typo in the spec file
9c8b7e2
acdcf7f
* Fri Aug 18 2006 Karsten Hopp <karsten@redhat.com> - 0.70-6
acdcf7f
- require libxml2-python for site-packages/dbus/introspect_parser.py
acdcf7f
a2c88bc
* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-5
a2c88bc
- Remove unnecessary obsoletes
a2c88bc
3013c2b
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-4
3013c2b
- Try python_sitearch this time
3013c2b
87dd782
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
87dd782
- Add a BR on dbus-devel
87dd782
e2d452e
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2
e2d452e
- Spec file cleanups
3d9400d
- Add PKG_CONFIG_PATH
e2d452e
dff16ea
* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-1
dff16ea
- Initial package import