commit b7fac6fa32cc10c6e8a9d66dea9e70d118ad48a3 Author: MSVSphere Packaging Team Date: Fri Oct 25 14:22:13 2024 +0300 import dbus-python-1.3.2-7.el10 diff --git a/.dbus-python.metadata b/.dbus-python.metadata new file mode 100644 index 0000000..ef73d9d --- /dev/null +++ b/.dbus-python.metadata @@ -0,0 +1,2 @@ +a341f95ae79e2301568ffb9834ec065040566bde SOURCES/dbus-python-1.3.2.tar.gz +508f737c63c229d468bf886a9f2767872d73670d SOURCES/gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d525c29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/dbus-python-1.3.2.tar.gz +SOURCES/gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg diff --git a/SOURCES/0001-Move-python-modules-to-architecture-specific-directo.patch b/SOURCES/0001-Move-python-modules-to-architecture-specific-directo.patch new file mode 100644 index 0000000..480a5f3 --- /dev/null +++ b/SOURCES/0001-Move-python-modules-to-architecture-specific-directo.patch @@ -0,0 +1,47 @@ +From 86741aa93aaaf388899d1fa0c25d0d67729b7a5c Mon Sep 17 00:00:00 2001 +From: leigh123linux +Date: Tue, 23 Feb 2016 07:32:08 +0000 +Subject: [PATCH] Move python modules to architecture-specific directory + +This is because dbus-python gets dragged in as a dependency of other +things people want to be multilib-compatible. As is the Python +modules conflict. +--- + Makefile.am | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index 8738d57..b6d30c0 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -176,7 +176,8 @@ test_dbus_py_test_la_SOURCES = \ + + # === dbus package === + +-nobase_python_PYTHON = \ ++dbuspydir = $(pyexecdir) ++nobase_dbuspy_DATA = \ + dbus/bus.py \ + dbus/connection.py \ + dbus/_compat.py \ +@@ -195,7 +196,7 @@ nobase_python_PYTHON = \ + dbus/service.py \ + dbus/types.py + +-check_py_sources = $(nobase_python_PYTHON) ++check_py_sources = $(nobase_dbuspy_DATA) + include $(top_srcdir)/tools/check-coding-style.mk + + # === Devel stuff === +@@ -434,7 +435,7 @@ uninstall-local-pycache: + if ENABLE_DOCUMENTATION + all: doc/html/.stamp + +-doc/html/.stamp: $(nobase_python_PYTHON) \ ++doc/html/.stamp: $(nobase_dbuspy_DATA) \ + _dbus_bindings.la \ + _dbus_glib_bindings.la \ + $(sphinx_sources) \ +-- +2.37.3 + diff --git a/SOURCES/dbus-python-1.3.2.tar.gz.asc b/SOURCES/dbus-python-1.3.2.tar.gz.asc new file mode 100644 index 0000000..b0f28d9 --- /dev/null +++ b/SOURCES/dbus-python-1.3.2.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmMXr9sACgkQ4FrhR4+B +TE+guQ//SUYy6BjqfaaZIiWcPWDFiX6KRRHQBuzg/hcRXuktAIzvRcNuG7vmgcez +L+DJleH5nsAjf238p052uxqrqnb9TPH4fIeB3E6V/E2GjgNG7sJXNKHc/4XNI1b1 +5FXYkHDCUcelH7E4dllllSLUSqXPtnX3nm7JrMXKi6kwaSNvXSQdrsAMWfydbwNU +rMKSrqzrLmtHAYkOTb40Dyy4sUcfKV8ZuDYo5KdYMzpY7/wb8X5e4Teye3CXProm +qh9Mc7Wvdb6cLXrJnXyOHF1CjXwHWG0kuNMm32qkB2KYZZR3KSDOlkjLOabycem3 +bUhiKiQlNKlz+C6T9WLb8Hg6no+vLRjD62/sSX/cVgueDoS8nxzRJfwCGepK8kpv +2IwDIfoTeZfsz96E/OiHFzs9fpxEAak2jdlONoFeAPrxRCUZJDH7mPeKfn1dLpN6 +orBbCM+QvTX5NJG3xj3OwVU7/5E3uX52LsYZcOvIpjQwXFtL58Fo7m7bCBuUItKr +r0Ono5De52eULI30YWeVMOBuRMGxppKvxNEz3gvxd15EM7L8QxZlqGqgFV+NtOP2 +D+kcRtWc8Doc6BPi9PMmHBo65U/mVwJwBMjr9jKsnuRG5RD+Pl46++/PgFV2M3Pq +0ucdoiXjVyhLuWUSV4T3i2OXyC8hqfiXaxgvF/DVCChOSWL7mEY= +=lkWO +-----END PGP SIGNATURE----- diff --git a/SPECS/dbus-python.spec b/SPECS/dbus-python.spec new file mode 100644 index 0000000..a8e7e2a --- /dev/null +++ b/SPECS/dbus-python.spec @@ -0,0 +1,378 @@ +Name: dbus-python +Version: 1.3.2 +Release: 7%{?dist} +Summary: D-Bus Python Bindings + +License: MIT +URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ +Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz +Source1: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz.asc +# gpg --keyserver keyring.debian.org --recv-keys 36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F +# gpg --export --export-options export-minimal > gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg +Source2: gpgkey-36EC5A6448A4F5EF79BEFE98E05AE1478F814C4F.gpg + +# borrow centos7 patch to use sitearch properly +Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch + +BuildRequires: gnupg2 +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(glib-2.0) +# for %%check +BuildRequires: dbus-x11 +BuildRequires: python%{python3_pkgversion}-gobject +# autoreconf and friends +BuildRequires: autoconf-archive automake libtool + +%global _description\ +D-Bus python bindings for use with python programs. + +%description %_description + +%package -n python%{python3_pkgversion}-dbus +Summary: D-Bus bindings for python3 +%{?python_provide:%python_provide python%{python3_pkgversion}-dbus} +BuildRequires: python%{python3_pkgversion}-devel +# for py3_build +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(setuptools-scm) +BuildRequires: python3dist(wheel) +BuildRequires: make + +%description -n python%{python3_pkgversion}-dbus +%{summary}. + +%package devel +Summary: Libraries and headers for dbus-python + +%description devel +Headers and static libraries for hooking up custom mainloops to the dbus python +bindings. + +%prep +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +%autosetup -p1 + +# For new arches (aarch64/ppc64le), and patch0 +autoreconf -vif + +%build +export DBUS_PYTHON_USE_AUTOTOOLS=1 +%set_build_flags +%py3_build +%configure PYTHON="%{__python3}" +%make_build + +%install +export DBUS_PYTHON_USE_AUTOTOOLS=1 +%py3_install +%make_install + +# unpackaged files +rm -fv $RPM_BUILD_ROOT%{python3_sitearch}/*.la +rm -rfv $RPM_BUILD_ROOT%{_datadir}/doc/dbus-python/ + +%check +make check -k || (cat test-suite.log && false) + +%files -n python%{python3_pkgversion}-dbus +%doc NEWS +%license COPYING +%{python3_sitearch}/*.so +%{python3_sitearch}/dbus/ +%{python3_sitearch}/dbus_python*egg-info + +%files devel +%doc README ChangeLog doc/API_CHANGES.txt doc/tutorial.txt +%{_includedir}/dbus-1.0/dbus/dbus-python.h +%{_libdir}/pkgconfig/dbus-python.pc + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 1.3.2-7 +- Rebuilt for MSVSphere 10 + +* Mon Jun 24 2024 Troy Dawson - 1.3.2-7 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 1.3.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 1.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 1.3.2-3 +- Rebuilt for Python 3.12 + +* Thu Jan 19 2023 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Sep 29 2022 Vojtech Trefny - 1.3.2-1 +- Update to 1.3.2 (#2124688) + +* Thu Jul 21 2022 Fedora Release Engineering - 1.2.18-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.2.18-4 +- Rebuilt for Python 3.11 + +* Thu Jan 20 2022 Fedora Release Engineering - 1.2.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1.2.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jul 20 2021 David King - 1.2.18-1 +- Update to 1.2.18 (#1984073) + +* Sun Jun 13 2021 David King - 1.2.16-6 +- Verify GPG signature of sources +- Use pkgconfig for BuildRequires + +* Thu Jun 03 2021 Python Maint - 1.2.16-5 +- Rebuilt for Python 3.10 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.16-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.2.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 1.2.16-2 +- Rebuilt for Python 3.9 + +* Tue Feb 11 2020 Leigh Scott - 1.2.16-1 +- Update to 1.2.16 (#1788491) + +* Tue Jan 28 2020 Fedora Release Engineering - 1.2.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Miro Hrončok - 1.2.8-9 +- Subpackage python2-dbus has been removed + See https://fedoraproject.org/wiki/Changes/RetirePython2 + +* Thu Oct 03 2019 Miro Hrončok - 1.2.8-8 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 1.2.8-7 +- Rebuilt for Python 3.8 + +* Wed Jul 24 2019 Fedora Release Engineering - 1.2.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Feb 11 2019 Neal Gompa - 1.2.8-5 +- Run setuptools build to generate pythonXdist() metadata (#1663693) + +* Thu Jan 31 2019 Fedora Release Engineering - 1.2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 1.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 16 2018 Miro Hrončok - 1.2.8-2 +- Rebuilt for Python 3.7 + +* Wed May 23 2018 Miro Hrončok - 1.2.8-1 +- Update to 1.2.8 (#1539950) (#1578726) +- Cat the logs if tests failed + +* Wed Feb 07 2018 Fedora Release Engineering - 1.2.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 03 2018 Iryna Shcherbina - 1.2.4-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Wed Nov 08 2017 Igor Gnatenko - 1.2.4-11 +- Cleanups in packaging + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2.4-10 +- Also add Provides for the old name without %%_isa +- Use %%python_provide for the python3 subpackage and drop manual Provide which + conflicts with %%python_provide in the python2 subpackage. + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2.4-9 +- Python 2 binary package renamed to python2-dbus + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.2.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.2.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Dec 21 2016 Kevin Fenzi - 1.2.4-5 +- Rebuild again for Python 3.6 + +* Sun Dec 11 2016 leigh scott - 1.2.4-4 +- Add missing build requires needed for check + +* Fri Dec 09 2016 Charalampos Stratakis - 1.2.4-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.2.4-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Mon Mar 07 2016 Leigh Scott - 1.2.4-1 +- Update to 1.2.4 (#1310915) + +* Tue Feb 23 2016 Leigh Scott - 1.2.2-1 +- Update to 1.2.2 (#1310915) +- add build requires autoconf-archive + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Nov 16 2015 Leigh Scott - 1.2.0-12 +- Drop object manager patch + +* Tue Oct 13 2015 Robert Kuska - 1.2.0-11 +- Rebuilt for Python3.5 rebuild + +* Wed Aug 19 2015 Leigh Scott - 1.2.0-10 +- rebuilt + +* Wed Aug 19 2015 Leigh Scott - 1.2.0-9 +- rebuilt + +* Wed Jun 17 2015 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Nov 06 2014 Rex Dieter 1.2.0-7 +- python2_sitelib should be python2_sitearch (#1161121) +- update URL, s/python/python2/ a bit + +* Sat Aug 16 2014 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jun 20 2014 Dan Mashal - 1.2.0-5 +- Add patch needed that adds Object Manager functionality for Fedora server dbus api. + +* Sat Jun 07 2014 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 29 2014 Peter Robinson 1.2.0-3 +- Drop old python3 conditionals, SPEC cleanups + +* Mon May 12 2014 Rex Dieter 1.2.0-2 +- rebuild (f21-python) + +* Mon Oct 28 2013 Rex Dieter 1.2.0-1 +- dbus-python-1.2.0 is available (#1021817) + +* Sat Aug 03 2013 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Apr 25 2013 Peter Robinson 1.1.1-5 +- Add upstream patch to fix pygobject 3.8 + +* Fri Mar 29 2013 Dan Mashal - 1.1.1-4 +- Apply patch to support aarch64 (#925236) +- Fix URL + +* Mon Feb 25 2013 Rex Dieter - 1.1.1-3 +- python3-dbus subpkg (#892474) +- (main) Provides: python-dbus +- BR: python-docutils +- .spec cosmetics +- skip failed tests on rawhide (#913936) + +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Aug 07 2012 Rex Dieter 1.1.1-1 +- dbus-python-1.1.1 (#800487) + +* Wed Jul 18 2012 Fedora Release Engineering - 0.83.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.83.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.83.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jul 21 2010 David Malcolm - 0.83.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.83.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.83.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.83.0-4 +- Rebuild for Python 2.6 + +* Tue Sep 16 2008 Marco Pesenti Gritti - 0.83.0-3 +- Add patch for https://bugs.freedesktop.org/show_bug.cgi?id=17551 + +* Tue Aug 05 2008 Huang Peng - 0.83.0-2 +- Update to 0.83.0. + +* Wed Jul 16 2008 Tom "spot" Callaway - 0.82.4-3 +- fix license tag + +* Mon Feb 18 2008 Fedora Release Engineering - 0.82.4-2 +- Autorebuild for GCC 4.3 + +* Sun Jan 20 2008 Matthias Clasen - 0.82.4-1 +- Update to 0.82.4 + +* Mon Oct 22 2007 Matthias Clasen - 0.82.0-3 +- Rebuild against new dbus-glib + +* Tue Aug 28 2007 Fedora Release Engineering - 0.82.0-2 +- Rebuild for selinux ppc32 issue. + +* Fri Jun 22 2007 Matthias Clasen - 0.82.0-1 +- Update to 0.82.0 +- Put all docs in the usual place + +* Tue Apr 03 2007 David Zeuthen - 0.80.2-3 +- Rebuild + +* Tue Apr 03 2007 David Zeuthen - 0.80.2-2 +- Don't examine args for functions declared METH_NOARGS (#235017) + +* Tue Feb 13 2007 John (J5) Palmieri - 0.80.2-1 +- upgrade to 0.80.2 which fixes some memleaks + +* Wed Jan 24 2007 John (J5) Palmieri - 0.80.1-1 +- upgrade to 0.80.1 +- remove dependency on Pyrex and libxml2 +- some API breakage, + please see http://dbus.freedesktop.org/doc/dbus-python/NEWS.html + for notes on changes + +* Wed Jan 3 2007 David Zeuthen - 0.70-9%{?dist} +- rebuild against new Pyrex + +* Wed Dec 6 2006 Jeremy Katz - 0.70-8 +- rebuild against python 2.5 + +* Tue Nov 7 2006 Matthias Clasen - 0.70-7 +- Fix a typo in the spec file + +* Fri Aug 18 2006 Karsten Hopp - 0.70-6 +- require libxml2-python for site-packages/dbus/introspect_parser.py + +* Thu Jul 20 2006 Jesse Keating - 0.70-5 +- Remove unnecessary obsoletes + +* Tue Jul 18 2006 John (J5) Palmieri - 0.70-4 +- Try python_sitearch this time + +* Tue Jul 18 2006 John (J5) Palmieri - 0.70-3 +- Add a BR on dbus-devel + +* Tue Jul 18 2006 John (J5) Palmieri - 0.70-2 +- Spec file cleanups +- Add PKG_CONFIG_PATH + +* Mon Jul 17 2006 John (J5) Palmieri - 0.70-1 +- Initial package import