hwdata/hwdata.spec

67 lines
1.5 KiB
RPMSpec
Raw Normal View History

2020-06-20 19:41:47 +08:00
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.336
2020-07-20 18:00:04 +08:00
Release: 2
2020-06-20 19:41:47 +08:00
License: GPLv2+
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz
URL: https://github.com/vcrhonek/hwdata
BuildArch: noarch
2020-07-20 20:29:06 +08:00
Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch
2020-06-20 19:41:47 +08:00
Patch9001: bugfix-rename-some-pci-name.patch
2019-09-30 10:52:56 -04:00
%description
2020-06-20 19:41:47 +08:00
hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases.
2019-09-30 10:52:56 -04:00
%prep
2020-06-20 20:59:08 +08:00
%autosetup -n %{name}-%{version} -p1
2019-09-30 10:52:56 -04:00
%build
2020-06-20 20:59:08 +08:00
%configure
2019-09-30 10:52:56 -04:00
%install
2020-06-20 19:41:47 +08:00
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
2019-09-30 10:52:56 -04:00
%files
2020-06-20 19:41:47 +08:00
%license COPYING
%doc LICENSE
%dir %{_datadir}/%{name}
2019-09-30 10:52:56 -04:00
%{_prefix}/lib/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/*
%changelog
2020-07-20 18:00:04 +08:00
* Mon Jul 20 2020 shixuantong <shixuantong@huawei.com> -0.336-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:change patch file
2020-06-20 19:41:47 +08:00
* Sat Jun 20 2020 shixuantong <shixuantong@huawei.com> -0.336-1
2020-07-20 18:00:04 +08:00
- Type:NA
- ID:NA
- SUG:NA
- DESC:update to 0.336-1
2020-06-20 19:41:47 +08:00
2019-12-25 15:49:46 +08:00
* Mon Dec 23 2019 wangbin224<wangbin224@huawei.com> - 0.316-3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update 1822 PCIe information
2019-09-30 10:52:56 -04:00
* Sat Apr 6 2019 luochunsheng<luochunsheng@huawei.com> - 0.316-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:remove sensitive information
* Mon Jan 28 2019 Enbo Kang<kangenbo@huawei.com> - 0.316-1.h2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:sync patches
* Fri Jan 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.316-1
- Package init