automatic version update by autodist [release 3.3-1mamba;Sun Oct 18 2020]

This commit is contained in:
Automatic Build System 2024-01-05 21:50:02 +01:00
parent 3717ba86c2
commit 6fee5190f6

View File

@ -1,5 +1,5 @@
Name: dmidecode
Version: 3.2
Version: 3.3
Release: 1mamba
Summary: System hardware information tool according to BIOS the SMBIOS/DMI standard
Group: System/Tools
@ -9,11 +9,17 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nongnu.org/dmidecode/
Source: http://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output). This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).
%debug_package
%prep
%setup -q
# Make 3.82 patch
@ -24,7 +30,9 @@ sed -i -e "/^PROGRAMS !=/d" Makefile
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall prefix=%{_prefix} docdir=%{_datadir}/doc/%{name}-%{version}
%makeinstall prefix=%{_prefix}
rm -rf %{buildroot}%{_datadir}/doc/dmidecode
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -35,13 +43,16 @@ sed -i -e "/^PROGRAMS !=/d" Makefile
%{_sbindir}/dmidecode
%{_sbindir}/ownership
%{_sbindir}/vpddecode
%{_mandir}/man8/biosdecode.8.gz
%{_mandir}/man8/dmidecode.8.gz
%{_mandir}/man8/ownership.8.gz
%{_mandir}/man8/vpddecode.8.gz
%{_mandir}/man8/biosdecode.8*
%{_mandir}/man8/dmidecode.8*
%{_mandir}/man8/ownership.8*
%{_mandir}/man8/vpddecode.8*
%doc AUTHORS LICENSE README
%changelog
* Sun Oct 18 2020 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
- automatic version update by autodist
* Sun Sep 16 2018 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
- automatic version update by autodist