mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 13:17:37 +00:00
ce4d5269c0
* chore: Mass update email in Roachy's specs * fix(pokeshell): Recommends Signed-off-by: Gilver <roachy@fyralabs.com> * chore: Bump releases * Update xone.spec Signed-off-by: Gilver <roachy@fyralabs.com> * Update falcond-gui.spec Signed-off-by: Gilver <roachy@fyralabs.com> * Update ghostty-nightly.spec Signed-off-by: Gilver <roachy@fyralabs.com> * Update ghostty.spec Signed-off-by: Gilver <roachy@fyralabs.com> * Update epsonscan2.spec Signed-off-by: Gilver <roachy@fyralabs.com> * Update neovim-default-editor.spec Signed-off-by: Gilver <roachy@fyralabs.com> --------- Signed-off-by: Gilver <roachy@fyralabs.com>
39 lines
1015 B
RPMSpec
39 lines
1015 B
RPMSpec
%global commit ee221ecae757d43ab3fb39433f389373b2026109
|
|
%global shortcommit %{sub %{commit} 1 7}
|
|
%global commit_date 20251031
|
|
%global debug_package %{nil}
|
|
|
|
Name: intel-usbio
|
|
Version: 0^%{commit_date}git.%{shortcommit}
|
|
Release: 2%{?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. <roachy@fyralabs.com>
|
|
|
|
%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 README.md
|
|
%doc SECURITY.md
|
|
%license LICENSE.txt
|
|
|
|
%changelog
|
|
* Mon Jun 16 2025 Gilver E. <rockgrub@disroot.org> - 0^20250312git4fb690c
|
|
- Initial package
|