Compare commits

...

3 Commits

View File

@ -1,6 +1,6 @@
%define gitver %(echo %version | cut -d. -f1-2)
Name: hwinfo
Version: 23.2
Version: 23.5
Release: 1mamba
Summary: Hardware information tool
Group: System/Kernel and Hardware
@ -44,12 +44,10 @@ Obsoletes: hwinfo-devel <= 22.1-1mamba
A simple program that lists results from the hardware detection library.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n %{name}-%{gitver}
[ -e VERSION ] || echo "%{version}" > VERSION
#%patch
%build
%make -j1 \
@ -70,8 +68,6 @@ install -d %{buildroot}%{_localstatedir}/lib/hardware/udi
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -98,6 +94,15 @@ install -d %{buildroot}%{_localstatedir}/lib/hardware/udi
#%doc doc/libhd/html README
%changelog
* Fri Apr 11 2025 Automatic Build System <autodist@openmamba.org> 23.5-1mamba
- automatic version update by autodist
* Sat Mar 22 2025 Automatic Build System <autodist@openmamba.org> 23.4-1mamba
- automatic version update by autodist
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 23.3-1mamba
- automatic version update by autodist
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 23.2-1mamba
- automatic version update by autodist