Files
packages/anda/system/usbio-drivers/kmod-common/intel-usbio-drivers.spec
T
Gilver 205fe13dd3 chore: Update Intel IPU6 specs, separate IPU6 drivers and USBIO drivers (#5490)
* chore: Update Intel IPU6 specs, separate IPU6 drivers and USBIO drivers

* chore: Changelogs

* fix: Some oopsies

* fix: Commit?

* fix: Cleanup

* fix: dfshdfshjksdfdfhjs
2025-06-16 17:49:30 +08:00

41 lines
1.0 KiB
RPMSpec

%global commit 4fb690c6d15a81c492954636c2db396cb700a119
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20250312
%global debug_package %{nil}
Name: dkms-%{modulename}
Version: 0^%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: Common files for the USBIO drivers
License: GPL-2.0-only
URL: https://github.com/intel/usbio-drivers
Source0: %{url}/archive/%{commit}.tar.gz#/usbio-drivers-%{shortcommit}.tar.gz
BuildRequires: anda-srpm-macros
Provides: intel-usbio-kmod-common = %{evr}
Requires: intel-ipu6-kmod-common
BuildArch: noarch
Packager: Gilver E. <rockgrub@disroot.org>
%description
This package contains the common files for the UBSIO kernel modules.
%prep
%autosetup -p1 -n usbio-drivers-%{commit}
%build
# Hi, I'm empty.
%install
# Hi, I'm also empty!
%files
%doc CODE_OF_CONDUCT.md
%doc README.md
%doc SECURITY.md
%doc security.md
%license LICENSE.txt
%changelog
* Mon Jun 16 2025 Gilver E. <rockgrub@disroot.org> - 0^20250312git4fb690c
- Initial package