update to 21.67 [release 21.67-1mamba;Thu Nov 14 2019]
This commit is contained in:
parent
f8a4d22d68
commit
4b85afef1b
17
hwinfo.spec
17
hwinfo.spec
@ -1,6 +1,6 @@
|
|||||||
%define gitver %(echo %version | cut -d. -f1-2)
|
%define gitver %(echo %version | cut -d. -f1-2)
|
||||||
Name: hwinfo
|
Name: hwinfo
|
||||||
Version: 21.60
|
Version: 21.67
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Hardware information tool
|
Summary: Hardware information tool
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -8,15 +8,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://gitorious.org/opensuse/hwinfo
|
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: https://github.com/openSUSE/hwinfo.git/%{gitver}/hwinfo-%{gitver}.tar.bz2
|
||||||
#Source: git://gitorious.org/opensuse/hwinfo.git/%{version}/hwinfo-%{version}.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
|
||||||
@ -28,6 +19,7 @@ BuildRequires: perl-devel
|
|||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: perl-XML-Writer
|
BuildRequires: perl-XML-Writer
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libx86emu-devel >= 2.4
|
||||||
BuildConflicts: hal-devel
|
BuildConflicts: hal-devel
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitver}
|
%setup -q -n %{name}-%{gitver}
|
||||||
[ -e VERSION ] || echo "%{version}" > VERSION
|
[ -e VERSION ] || echo "%{version}" > VERSION
|
||||||
@ -91,6 +85,9 @@ install -d %{buildroot}%{_localstatedir}/lib/hardware/udi
|
|||||||
#%doc doc/libhd/html README
|
#%doc doc/libhd/html README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 15 2019 Automatic Build System <autodist@mambasoft.it> 21.60-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user