update to 21.67 [release 21.67-1mamba;Thu Nov 14 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:46:10 +01:00
parent f8a4d22d68
commit 4b85afef1b

View File

@ -1,6 +1,6 @@
%define gitver %(echo %version | cut -d. -f1-2)
Name: hwinfo
Version: 21.60
Version: 21.67
Release: 1mamba
Summary: Hardware information tool
Group: System/Kernel and Hardware
@ -8,15 +8,6 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://gitorious.org/opensuse/hwinfo
# Package got with:
# git_server=git://gitorious.org/opensuse/hwinfo.git
# stable_version=16.12
# git clone ${git_server:?no server URL}
# name=$(basename ${git_server##*/} .git)
# [ ! -d "$name" ] && echo "Error retrieving $name." >&2 || cd $name
# git checkout ${stable_version:?no stable version}
# name=$name-$stable_version
# git archive --format=tar --prefix=$name/ HEAD | bzip2 -9 > $(rpm --eval %_sourcedir)/$name.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
@ -28,6 +19,7 @@ BuildRequires: perl-devel
BuildRequires: perl-XML-Parser
BuildRequires: perl-XML-Writer
## AUTOBUILDREQ-END
BuildRequires: libx86emu-devel >= 2.4
BuildConflicts: hal-devel
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -45,6 +37,8 @@ A simple program that lists results from the hardware detection library.
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q -n %{name}-%{gitver}
[ -e VERSION ] || echo "%{version}" > VERSION
@ -91,6 +85,9 @@ install -d %{buildroot}%{_localstatedir}/lib/hardware/udi
#%doc doc/libhd/html README
%changelog
* Thu Nov 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 21.67-1mamba
- update to 21.67
* Fri Mar 15 2019 Automatic Build System <autodist@mambasoft.it> 21.60-1mamba
- automatic version update by autodist