Compare commits
7 Commits
22.1-2mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
ad52273ac0 | |||
fd0898c039 | |||
5c07f130c7 | |||
9b2f5f4851 | |||
1ccdd245e6 | |||
0d12d815f1 | |||
3d4445187d |
29
hwinfo.spec
29
hwinfo.spec
@ -1,7 +1,7 @@
|
||||
%define gitver %(echo %version | cut -d. -f1-2)
|
||||
Name: hwinfo
|
||||
Version: 22.1
|
||||
Release: 2mamba
|
||||
Version: 23.5
|
||||
Release: 1mamba
|
||||
Summary: Hardware information tool
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -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,27 @@ 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
|
||||
|
||||
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 04 2023 Automatic Build System <autodist@mambasoft.it> 22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 10 2023 Automatic Build System <autodist@mambasoft.it> 22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.1-2mamba
|
||||
- move shared library into libhwinfo and rename hwinfo-devel to libhwinfo-devel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user