Blame SPECS/python-dmidecode.spec

15f3cd
Name: python-dmidecode
15f3cd
Summary: Python module to access DMI data
56f10f
Version: 3.12.3
56f10f
Release: 2%{?dist}
15f3cd
License: GPLv2
15f3cd
Group: System Environment/Libraries
56f10f
URL: https://github.com/nima/python-dmidecode
56f10f
Source0: https://github.com/nima/python-dmidecode/archive/refs/tags/%{name}-%{version}.tar.gz
56f10f
Patch0: 0001-Fix-dmi_cache_size_2-will-add-unit-twice.patch
56f10f
Patch1: 0002-Fix-wrong-DMI-structures-count.patch
15f3cd
56f10f
BuildRequires: make
56f10f
BuildRequires: gcc
15f3cd
BuildRequires: libxml2-devel
15f3cd
15f3cd
BuildRequires: python3-devel
15f3cd
BuildRequires: python3-libxml2
15f3cd
15f3cd
%global _description\
15f3cd
python-dmidecode is a python extension module that uses the\
15f3cd
code-base of the 'dmidecode' utility, and presents the data\
15f3cd
as python data structures or as XML data using libxml2.\
15f3cd
\
15f3cd
15f3cd
15f3cd
%description %_description
15f3cd
15f3cd
%package -n python3-dmidecode
15f3cd
Summary: Python 3 module to access DMI data
15f3cd
Requires: libxml2-python3
15f3cd
ExclusiveArch:  x86_64
15f3cd
15f3cd
%description -n python3-dmidecode
15f3cd
python3-dmidecode is a Python 3 extension module that uses the
15f3cd
code-base of the 'dmidecode' utility, and presents the data
15f3cd
as Python 3 data structures or as XML data using libxml2.
15f3cd
15f3cd
15f3cd
15f3cd
%prep
56f10f
%autosetup -p1
15f3cd
15f3cd
%build
56f10f
# -std=gnu89 is there to avoid `undefined symbol: dmixml_GetContent`
56f10f
export PYTHON_BIN=%{__python3}
56f10f
export PYTHON_VERSION=%{python3_version}
56f10f
export CFLAGS="%{build_cflags} -std=gnu89"
56f10f
export CC=gcc
56f10f
%make_build
15f3cd
15f3cd
%install
15f3cd
%{__python3} src/setup.py install --root %{buildroot} --prefix=%{_prefix}
15f3cd
15f3cd
15f3cd
%check
56f10f
export PYTHONPATH=%{buildroot}%{python3_sitearch}
56f10f
export PYTHON_BIN=%{__python3}
56f10f
make -C unit-tests
15f3cd
15f3cd
15f3cd
%files -n python3-dmidecode
15f3cd
%license doc/LICENSE doc/AUTHORS doc/AUTHORS.upstream
15f3cd
%doc README doc/README.upstream
15f3cd
%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m-*.so
15f3cd
%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co]
15f3cd
%{python3_sitearch}/dmidecode.py
15f3cd
%{python3_sitearch}/*.egg-info
15f3cd
%{_datadir}/python-dmidecode/
15f3cd
15f3cd
%changelog
56f10f
* Fri Feb 17 2023 Lichen Liu <lichliu@redhat.com> - 3.12.3-2
56f10f
- Resolves: rhbz#2103911
56f10f
56f10f
* Tue Feb 07 2023 Lichen Liu <lichliu@redhat.com> - 3.12.3-1
56f10f
- Resolves: rhbz#2070727
56f10f
- Resolves: rhbz#2103911
56f10f
79f74b
* Wed May 08 2019 Lianbo Jiang <lijiang@redhat.com> - 3.12.2-15
79f74b
- Fix an index out of range when calling dmidecode.memory().
79f74b
- Resolves: #1665443
79f74b
79f74b
* Mon Apr 15 2019 Lianbo Jiang <lijiang@redhat.com> - 3.12.2-14
79f74b
- Add the gating test
79f74b
- Resolves: #1680625
79f74b
15f3cd
* Fri Sep 14 2018 Lianbo Jiang <lijiang@redhat.com> - 3.12.2-13
15f3cd
- Disable build python-dmidecode package other than x86_64 architecture
15f3cd
- Resolves: #1626424
15f3cd
15f3cd
* Mon Jun 04 2018 Petr Viktorin <pviktori@redhat.com> - 3.12.2-12
15f3cd
- Drop the Python2 subpackage
15f3cd
  https://bugzilla.redhat.com/show_bug.cgi?id=1567417
15f3cd
15f3cd
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-11
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
15f3cd
15f3cd
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.12.2-10
15f3cd
- Update Python 2 dependency declarations to new packaging standards
15f3cd
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
15f3cd
15f3cd
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.12.2-9
15f3cd
- Python 2 binary package renamed to python2-dmidecode
15f3cd
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
15f3cd
15f3cd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-8
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
15f3cd
15f3cd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-7
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
15f3cd
15f3cd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-6
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
15f3cd
15f3cd
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-5
15f3cd
- Rebuild for Python 3.6
15f3cd
15f3cd
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-4
15f3cd
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
15f3cd
15f3cd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-3
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
15f3cd
15f3cd
* Sat Nov 07 2015 Robert Kuska <rkuska@redhat.com> - 3.12.2-2
15f3cd
- Rebuilt for Python3.5 rebuild
15f3cd
15f3cd
* Fri Jul 10 2015 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-1
15f3cd
- Update to 3.12.2
15f3cd
- Add Python 3 subpackage (#1236000)
15f3cd
- Removed deprecated statements
15f3cd
- Moved some docs to license
15f3cd
- Removed pacthes
15f3cd
- Corrected bogus dates in %%changelog
15f3cd
- Build with -std=gnu89
15f3cd
15f3cd
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-13
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
15f3cd
15f3cd
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-12
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
15f3cd
15f3cd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-11
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
15f3cd
15f3cd
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-10
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
15f3cd
15f3cd
* Thu Jun 20 2013 Ales Ledvinka <aledvink@redhat.com> - 3.10.13-9
15f3cd
- Attribute installed may appear as duplicate and cause invalid XML.
15f3cd
15f3cd
* Mon Jun 17 2013 Ales Ledvinka <aledvink@redhat.com> - 3.10.13-8
15f3cd
- Attribute dmispec may cause invalid XML on some hardware.
15f3cd
- Signal handler for SIGILL.
15f3cd
15f3cd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-7
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
15f3cd
15f3cd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-6
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
15f3cd
15f3cd
* Thu Jul 19 2012 Ales Ledvinka <aledvink@redhat.com> 3.10.14-5
15f3cd
- Upstream relocated. Document source tag and tarball generation.
15f3cd
15f3cd
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-4
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
15f3cd
15f3cd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-3
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
15f3cd
15f3cd
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.10.13-2
15f3cd
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
15f3cd
15f3cd
* Tue Jun 15 2010 Roman Rakus <rrakus@redhat.com> - 3.10.13-1
15f3cd
- Update to new release
15f3cd
15f3cd
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
15f3cd
- Update to new release
15f3cd
15f3cd
* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
15f3cd
- Update to new release
15f3cd
15f3cd
* Tue Jan 12 2010 Nima Talebi <nima@it.net.au> - 3.10.10-1
15f3cd
- Update to new release
15f3cd
15f3cd
* Thu Jan 07 2010 Nima Talebi <nima@it.net.au> - 3.10.9-1
15f3cd
- Update to new release
15f3cd
15f3cd
15f3cd
* Tue Dec 15 2009 Nima Talebi <nima@it.net.au> - 3.10.8-1
15f3cd
- New Upstream release.
15f3cd
- Big-endian and little-endian approved.
15f3cd
- Packaged unit-test to tarball.
15f3cd
- Rewritten unit-test to be able to run as non-root user, where it will not
15f3cd
  try to read /dev/mem.
15f3cd
- Added two dmidump data files to the unit-test.
15f3cd
15f3cd
* Thu Nov 26 2009 David Sommerseth <davids@redhat.com> - 3.10.7-3
15f3cd
- Fixed even more .spec file issues and removed explicit mentioning
15f3cd
  of /usr/share/python-dmidecode/pymap.xml
15f3cd
15f3cd
* Wed Nov 25 2009 David Sommerseth <davids@redhat.com> - 3.10.7-2
15f3cd
- Fixed some .spec file issues (proper Requires, use _datadir macro)
15f3cd
15f3cd
* Wed Sep 23 2009 Nima Talebi <nima@it.net.au> - 3.10.7-1
15f3cd
- Updated source0 to new 3.10.7 tar ball
15f3cd
15f3cd
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-6
15f3cd
- Only build the python-dmidecode module, not everything
15f3cd
15f3cd
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-5
15f3cd
- Added missing BuildRequres for libxml2-python
15f3cd
15f3cd
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-4
15f3cd
- Added missing BuildRequres for python-devel
15f3cd
15f3cd
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-3
15f3cd
- Added missing BuildRequres for libxml2-devel
15f3cd
15f3cd
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-2
15f3cd
- Updated release, to avoid build conflict
15f3cd
15f3cd
* Wed Jun 10 2009 David Sommerseth <davids@redhat.com> - 3.10.6-1
15f3cd
- Updated to work with the new XML based python-dmidecode
15f3cd
15f3cd
* Sat Mar  7 2009 Clark Williams <williams@redhat.com> - 2.10.3-1
15f3cd
- Initial build.
15f3cd