mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 05:07:37 +00:00
651b7f63c7
* chore: Mass update email in Roachy's specs
* fix(pokeshell): Recommends
* chore: Bump releases
* Update xone.spec
* Update falcond-gui.spec
* Update ghostty-nightly.spec
* Update ghostty.spec
* Update epsonscan2.spec
* Update neovim-default-editor.spec
---------
(cherry picked from commit ce4d5269c0)
Signed-off-by: Gilver <roachy@fyralabs.com>
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.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
|