update to 21.74 [release 21.74-1mamba;Sun May 30 2021]
This commit is contained in:
parent
07a2dce812
commit
feaecdd665
20
hwinfo.spec
20
hwinfo.spec
@ -1,26 +1,24 @@
|
|||||||
%define gitver %(echo %version | cut -d. -f1-2)
|
%define gitver %(echo %version | cut -d. -f1-2)
|
||||||
Name: hwinfo
|
Name: hwinfo
|
||||||
Version: 21.73
|
Version: 21.74
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Hardware information tool
|
Summary: Hardware information tool
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gitorious.org/opensuse/hwinfo
|
URL: https://github.com/openSUSE/hwinfo
|
||||||
Source: https://github.com/openSUSE/hwinfo.git/%{gitver}/hwinfo-%{gitver}.tar.bz2
|
Source: https://github.com/openSUSE/hwinfo.git/%{gitver}/hwinfo-%{gitver}.tar.bz2
|
||||||
#Source: git://gitorious.org/opensuse/hwinfo.git/%{version}/hwinfo-%{version}.tar.bz2
|
|
||||||
Patch: hwinfo-16.12-tiocgdev_undefined.patch
|
Patch: hwinfo-16.12-tiocgdev_undefined.patch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libx86emu-devel
|
BuildRequires: libx86emu-devel
|
||||||
BuildRequires: perl-devel
|
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: perl-XML-Writer
|
BuildRequires: perl-XML-Writer
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libx86emu-devel >= 2.4
|
BuildRequires: libx86emu-devel >= 3.1
|
||||||
BuildConflicts: hal-devel
|
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,8 +31,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A simple program that lists results from the hardware detection library.
|
A simple program that lists results from the hardware detection library.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -84,6 +81,9 @@ install -d %{buildroot}%{_localstatedir}/lib/hardware/udi
|
|||||||
#%doc doc/libhd/html README
|
#%doc doc/libhd/html README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.74-1mamba
|
||||||
|
- update to 21.74
|
||||||
|
|
||||||
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 21.73-1mamba
|
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 21.73-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user