mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
126 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb6213295 | |||
| b81b54bcfc | |||
| a40a2a8b4d | |||
| 3d2d2ae453 | |||
| d584725e3b | |||
| b3ce0e1f16 | |||
| 1780be93f2 | |||
| dac6fd27eb | |||
| f02f696f3c | |||
| bbaccf91c3 | |||
| f9a49ec0f4 | |||
| 48f8475754 | |||
| a47e304222 | |||
| dca7fad553 | |||
| 3678abbc47 | |||
| f127bd969e | |||
| fbf7008e63 | |||
| df422b62db | |||
| 601bac19b8 | |||
| a7f9f313f2 | |||
| d0da3da5f7 | |||
| cefe7acb7b | |||
| ab7e069198 | |||
| d9749b0cc8 | |||
| 18630ac44c | |||
| 50474dc13e | |||
| 3ffadcde39 | |||
| 448344600c | |||
| 7a55a64fb1 | |||
| 2c9f4d50f0 | |||
| 5d1ef95ac4 | |||
| 30e39c86c0 | |||
| 892e5b474e | |||
| d9ea656269 | |||
| ab8947c992 | |||
| 670935a01b | |||
| 2cbeb91179 | |||
| 4f19dda2f6 | |||
| 6c5ef22eee | |||
| 1ce6c6a6a7 | |||
| 76afa01d3e | |||
| e15e362bf5 | |||
| 967e93a395 | |||
| 64e13443f5 | |||
| 1117800747 | |||
| 0e8f9a3036 | |||
| 395d8539e7 | |||
| e60a81ecc7 | |||
| b1f1051581 | |||
| 2ad7c1cf59 | |||
| aa21da44eb | |||
| a170c49d3f | |||
| 2e9a9c419b | |||
| d65a795677 | |||
| 720e2c1a75 | |||
| cf93a2c2c1 | |||
| a7cac45095 | |||
| e03d5dab2f | |||
| 1b8f612dd8 | |||
| ed9b60c8a7 | |||
| cc41126c59 | |||
| 1ee894514c | |||
| dc720dae20 | |||
| 80c2b1326b | |||
| 59f81828d1 | |||
| 042c32b7a8 | |||
| c03ba00498 | |||
| 68c28a1fd1 | |||
| eff2171f46 | |||
| b504f77c3c | |||
| f3f0762006 | |||
| 5c782fc9db | |||
| 7fa10306b9 | |||
| 4807cf8408 | |||
| 9759ef2c54 | |||
| f7e1fe4216 | |||
| b415d9b38a | |||
| a4d8a67928 | |||
| 1f3438d80c | |||
| 9fd24f54e6 | |||
| b0db7f68bb | |||
| 147b7689b9 | |||
| 7200012315 | |||
| cad631ad39 | |||
| 550ce689d3 | |||
| 97c12f6029 | |||
| 9f12341af5 | |||
| 26c2aeb61c | |||
| 29f5d1f653 | |||
| b20d69b920 | |||
| b671706a2a | |||
| 8f1c5b1214 | |||
| 5a0840f39b | |||
| e267157a8b | |||
| 3019ec341e | |||
| e6260a0cd5 | |||
| 94b5f70dcd | |||
| dec2e750bf | |||
| 9830bdb0d3 | |||
| d04dd347e5 | |||
| 7700df15bd | |||
| eec3d4a9b8 | |||
| d87a7ed6ef | |||
| 75b1f55208 | |||
| 04ffb2385c | |||
| 60a4e0d010 | |||
| f5eb03b4c1 | |||
| 4ded6ca160 | |||
| 0143b6722b | |||
| 87d0fb8846 | |||
| 724bd38ccf | |||
| 053fadd3ee | |||
| dfba660c73 | |||
| fdd6e5faf3 | |||
| cd38dc95cf | |||
| ffe0b0c2af | |||
| 7a80829baf | |||
| 52c2139e6f | |||
| 4ac7c04359 | |||
| 50211298ac | |||
| 57778a4102 | |||
| 22db77aa85 | |||
| ed6aae75ce | |||
| edda2acc6f | |||
| 767945912c | |||
| 5f9a316fcd |
@@ -70,7 +70,7 @@ jobs:
|
||||
dnf5 builddep -y ${dir}/*.spec
|
||||
|
||||
- name: Configure sccache
|
||||
if: ${{ !contains(matrix.pkg.labels, 'sccache') }}
|
||||
if: matrix.pkg.labels['sccache'] != '0'
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "RUSTC_WRAPPER=/usr/bin/sccache" >> $GITHUB_ENV
|
||||
|
||||
@@ -13,6 +13,7 @@ jobs:
|
||||
matrix:
|
||||
branch:
|
||||
- frawhide
|
||||
- f44
|
||||
- f43
|
||||
- f42
|
||||
- el10
|
||||
|
||||
@@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- frawhide
|
||||
- f44
|
||||
- f43
|
||||
- f42
|
||||
- el10
|
||||
|
||||
@@ -32,7 +32,7 @@ On Fedora, you can optionally install the Terra subrepos. Extra care and caution
|
||||
- Install `terra-release-extras` to enable the Extras subrepo. This repo contains packages which conflict with Fedora packages in some way, such as being a patched version of the same package.
|
||||
- Install `terra-release-mesa` to install the Mesa subrepo which contains a patched and codec complete Mesa.
|
||||
- Install `terra-release-nvidia` to install the NVIDIA subrepo which contains NVIDIA drivers.
|
||||
- Install `terra-release-multimedia` for mutltimedia packages in Terra. This repository is currently considered a work in progress.
|
||||
- Install `terra-release-multimedia` for multimedia packages in Terra. This repository is currently considered a work in progress.
|
||||
|
||||
### Enterprise Linux (EL)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.871
|
||||
Version: 0.0.873
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.871
|
||||
Version: 0.0.873
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.124
|
||||
Version: 0.0.125
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb-openasar
|
||||
Version: 0.0.177
|
||||
Version: 0.0.178
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb
|
||||
Version: 0.0.177
|
||||
Version: 0.0.178
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.124
|
||||
Version: 0.0.125
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: falcond-gui
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%?dist
|
||||
Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon
|
||||
SourceLicense: MIT
|
||||
License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit 739a809557d8be3ee8f3f7d16dffd0cfd391de09
|
||||
%global commit 3ef8f093d35518cc22880154d0c0e774e6403b24
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260208
|
||||
%global commit_date 20260220
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "gurk.spec"
|
||||
}
|
||||
labels {
|
||||
sccache = 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: gurk
|
||||
Version: 0.8.1
|
||||
Release: 2%?dist
|
||||
Summary: Signal Messenger client for terminal
|
||||
License: AGPL-3.0-or-later AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSL-1.0 AND CDLA-Permissive-2.0 AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://github.com/boxdot/gurk-rs
|
||||
Source: %url/archive/refs/tags/v%version.tar.gz
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
BuildRequires: glibc-devel mold perl openssl-devel protobuf-devel
|
||||
Requires: glibc libgcc sqlcipher
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n gurk-rs-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
export LC_ALL=C.UTF-8
|
||||
export LANG=C
|
||||
%cargo_install
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%doc README.md CHANGELOG.md
|
||||
%license LICENSE-AGPL-3.0
|
||||
%{_bindir}/gurk
|
||||
|
||||
%changelog
|
||||
* Fri Feb 13 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("boxdot/gurk-rs"));
|
||||
@@ -11,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: helium-browser-bin
|
||||
Version: 0.8.5.1
|
||||
Version: 0.9.3.1
|
||||
Release: 1%?dist
|
||||
Summary: Private, fast, and honest web browser based on Chromium
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit a91cc6da5cdc16a06988b9de3417fa7d7acbab8b
|
||||
%global commit_date 20260215
|
||||
%global commit 018467f2ea1f558052ef2c4046b517eaa94ae2dd
|
||||
%global commit_date 20260218
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: legcord
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 1%?dist
|
||||
License: OSL-3.0
|
||||
Summary: Custom lightweight Discord client designed to enhance your experience
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 102e693f49ce40fa10361d166392068c24fe5f15
|
||||
%global commit 250d6056c3ebef4c47dbc789e6fbe0ffc3f724c1
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260214
|
||||
%global commit_date 20260221
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-02-15
|
||||
%global ver 2026-02-20
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 7.89.0
|
||||
Version: 7.90.0
|
||||
Release: 1%?dist
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "system76-keyboard-configurator.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
Name: system76-keyboard-configurator
|
||||
Version: 1.3.12
|
||||
Release: 1%{dist}
|
||||
Summary: System76 Keyboard Configurator
|
||||
|
||||
License: GPL-3.0-or-later AND Apache-2.0 AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
|
||||
URL: https://github.com/pop-os/keyboard-configurator
|
||||
Source: https://github.com/pop-os/keyboard-configurator/archive/refs/tags/v1.3.12.tar.gz
|
||||
|
||||
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
BuildRequires: gtk4-devel
|
||||
BuildRequires: libusb1-devel
|
||||
|
||||
|
||||
%description
|
||||
Application for configuration of System76 keyboard firmware.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n keyboard-configurator-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
%__install -D -m 0644 -vp linux/com.system76.keyboardconfigurator.desktop %{buildroot}%{_datadir}/applications/com.system76.keyboardconfigurator.desktop
|
||||
%__install -D -m 0644 -vp linux/com.system76.keyboardconfigurator.appdata.xml %{buildroot}%{_datadir}/metainfo/com.system76.keyboardconfigurator.appdata.xml
|
||||
%__install -D -m 0644 -vp data/icons/scalable/apps/com.system76.keyboardconfigurator.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/com.system76.keyboardconfigurator.svg
|
||||
%__install -D -m 0644 -vp debian/com.system76.pkexec.keyboardconfigurator.policy %{buildroot}%{_datadir}/polkit-1/actions/com.system76.pkexec.keyboardconfigurator.policy
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/com.system76.keyboardconfigurator.desktop
|
||||
%{_datadir}/metainfo/com.system76.keyboardconfigurator.appdata.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/com.system76.keyboardconfigurator.svg
|
||||
%{_datadir}/polkit-1/actions/com.system76.pkexec.keyboardconfigurator.policy
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 15 2026 Jaiden Riordan <jade@fyralabs.com> - 1.3.12
|
||||
- Port to Terra
|
||||
@@ -1,9 +1,9 @@
|
||||
# Fedora sometimes sources the snapshots under stable versions and just bumps release
|
||||
# For user clarity I have separated these into different packages
|
||||
%global commit c9ec7e27eb01e8f0e46a2d4803c405c38a27cc75
|
||||
%global commit 02af8ba21a6d2648f72b5601f8b8b73a1eeb9e64
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260125
|
||||
%global commit_date 20260130
|
||||
%global commit_date 20260219
|
||||
|
||||
Name: winetricks-git
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "gnome-shell-extension-vicinae.spec"
|
||||
}
|
||||
arches = ["x86_64"]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
%global uuid vicinae@dagimg-dot.netlify.app
|
||||
|
||||
Name: gnome-shell-extension-vicinae
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/dagimg-dot/vicinae-gnome-extension
|
||||
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Summary: Companion GNOME extension for Vicinae launcher
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: bun-bin glib2-devel
|
||||
Requires: (gnome-shell >= 48~ with gnome-shell < 50~)
|
||||
Requires: vicinae
|
||||
Recommends: gnome-extensions-app
|
||||
Provides: gnome-shell-extension-vicinae-gnome-extension
|
||||
|
||||
%description
|
||||
Companion GNOME extension for Vicinae launcher with clipboard monitoring,
|
||||
window management APIs, and paste-to-active-window capabilities.
|
||||
|
||||
%prep
|
||||
%autosetup -n vicinae-gnome-extension-%{version}
|
||||
|
||||
%build
|
||||
%{__bun} i && %{__bun} run build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
||||
cp -a src/ %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md DEVELOPMENT.md
|
||||
%{_datadir}/gnome-shell/extensions/%{uuid}/
|
||||
|
||||
%changelog
|
||||
* Sat Dec 27 2025 metcya <metcya@gmail.com> - 1.5.3-1
|
||||
- Package
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("dagimg-dot/vicinae-gnome-extension"));
|
||||
@@ -3,8 +3,8 @@
|
||||
%global realname hyprutils
|
||||
%global ver 0.11.0
|
||||
|
||||
%global commit 9038eec033843c289b06b83557a381a2648d8fa5
|
||||
%global commit_date 20260204
|
||||
%global commit 340a792e3b3d482c4ae5f66d27a9096bdee6d76d
|
||||
%global commit_date 20260217
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: %realname.nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 7f6dc5c7902a57635e09ccfbb0876db33989d6bf
|
||||
%global commit c8d52bcf0c6cbd783e03460527bb20c1e9fa7f91
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: mangowc
|
||||
Version: 0.12.2
|
||||
Version: 0.12.3
|
||||
Release: 1%?dist
|
||||
Summary: wayland compositor base wlroots and scenefx (dwm but wayland)
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.4.3
|
||||
Version: 4.5.0
|
||||
Release: 1%?dist
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global swayVersion 1.10.1
|
||||
%global swayVersion 1.11
|
||||
|
||||
Name: swayfx
|
||||
Version: 0.5.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
|
||||
Summary: SwayFX: Sway, but with eye candy!
|
||||
URL: https://github.com/WillPower3309/swayfx
|
||||
|
||||
@@ -6,9 +6,12 @@ Version: 4.0.0
|
||||
Release: 1%?dist
|
||||
Summary: Material you color generation tool with templates
|
||||
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://crates.io/crates/matugen
|
||||
Source: %{crates_source}
|
||||
Source1: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/README.md
|
||||
Source2: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/CHANGELOG.md
|
||||
Source3: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/LICENSE
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
BuildRequires: anda-srpm-macros
|
||||
@@ -24,7 +27,7 @@ A material you color generation tool with templates.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-or-later AND Zlib AND MPL-2.0 AND Unlicense AND (Unlicense OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0 OR NCSA) AND MIT AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (CC0-1.0 OR Apache-2.0) AND BSD-3-Clause AND BSD-2-Clause AND (Zlib OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) (Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
%description -n %{crate} %{_description}
|
||||
@@ -36,30 +39,14 @@ License: GPL-2.0
|
||||
%doc README.md
|
||||
%{_bindir}/matugen
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "%{crate}" crate.
|
||||
|
||||
%files devel
|
||||
%license %{crate_instdir}/LICENSE
|
||||
%doc %{crate_instdir}/CHANGELOG.md
|
||||
%doc %{crate_instdir}/README.md
|
||||
%{crate_instdir}/
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%cargo_prep_online
|
||||
install -Dpm0644 -t . %{S:1} %{S:2} %{S:3}
|
||||
|
||||
%build
|
||||
%{cargo_license_summary_online}
|
||||
%{cargo_license} > LICENSE.dependencies
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "android-studio-canary.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = "1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
%undefine __brp_add_determinism
|
||||
# disable debuginfo subpackage
|
||||
%global debug_package %{nil}
|
||||
# Disable build-id symlinks to avoid conflicts
|
||||
%global _build_id_links none
|
||||
# don't strip bundled binaries because pycharm checks length (!!!) of binary fsnotif
|
||||
# and if you strip debug stuff from it, it will complain
|
||||
%global __strip /bin/true
|
||||
# dont repack jars
|
||||
%global __jar_repack %{nil}
|
||||
# disable rpath checks
|
||||
%define __brp_check_rpaths %{nil}
|
||||
|
||||
%define __requires_exclude_from ^/usr/libexec/android-studio-canary/.*$
|
||||
%define __provides_exclude_from ^/usr/libexec/android-studio-canary/.*|libedit\\so.*$
|
||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||
|
||||
Name: android-studio-canary
|
||||
Version: 2025.3.3.1
|
||||
Release: 1%?dist
|
||||
Summary: Official IDE for Android development (Canary build)
|
||||
License: Apache-2.0
|
||||
Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://developer.android.com/studio/preview
|
||||
|
||||
%define suffixS panda3-canary1
|
||||
|
||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||
|
||||
Requires: alsa-lib
|
||||
Requires: freetype
|
||||
Requires: which
|
||||
Requires: libXrender
|
||||
Requires: libXtst
|
||||
Requires: glibc
|
||||
Requires: libsecret
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
%description
|
||||
Android Studio is the official IDE for Android development, and includes everything you need to build Android apps.
|
||||
|
||||
%prep
|
||||
%autosetup -n android-studio
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||
|
||||
cp -a * %{buildroot}%{_libexecdir}/%{name}
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
ln -s %{_libexecdir}/%{name}/bin/studio %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
mkdir -p %{buildroot}%{_licensedir}/%{name}
|
||||
install -Dm644 LICENSE.txt %{buildroot}%{_licensedir}/%{name}/LICENSE.txt
|
||||
|
||||
install -d %{buildroot}%{_datadir}/pixmaps
|
||||
install -m 0644 -p bin/studio.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||
install -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
||||
install -m 0644 -p bin/studio.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << 'EOF'
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Android Studio Canary
|
||||
Exec=android-studio-canary
|
||||
Icon=android-studio-canary
|
||||
Comment=Official IDE for Android development (Canary build)
|
||||
Categories=Development;IDE;
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
StartupWMClass=jetbrains-studio-canary
|
||||
MimeType=application/x-extension-iml;
|
||||
EOF
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%files
|
||||
%license %{_licensedir}/%{name}/LICENSE.txt
|
||||
%{_libexecdir}/%{name}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/pixmaps/android-studio-canary.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/android-studio-canary.svg
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2026 veuxit <erroor234@gmail.com> - 2025.3.2.4
|
||||
- Update .spec file
|
||||
|
||||
* Sun Feb 15 2026 veuxit <erroor234@gmail.com> - 2025.3.2.4
|
||||
- Initial package release
|
||||
@@ -0,0 +1,10 @@
|
||||
let html = get("https://developer.android.com/studio/preview");
|
||||
let pattern = `ide-zips/([^/]+)/android-studio-(.*?)-linux\.tar\.gz`;
|
||||
let nofilter = find(pattern, html, 0);
|
||||
let version = find(pattern, html, 1);
|
||||
let suffixS = find(pattern, html, 2);
|
||||
print(nofilter);
|
||||
print(version);
|
||||
print(suffixS);
|
||||
rpm.version(version);
|
||||
rpm.define("suffixS", suffixS);
|
||||
@@ -14,7 +14,7 @@
|
||||
%global appid com.vscodium.VSCodium
|
||||
|
||||
Name: codium
|
||||
Version: 1.109.31074
|
||||
Version: 1.109.51242
|
||||
Release: 1%?dist
|
||||
Summary: Code editing. Redefined.
|
||||
License: MIT
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global crate deno
|
||||
|
||||
Name: rust-deno
|
||||
Version: 2.6.9
|
||||
Version: 2.6.10
|
||||
Release: 1%?dist
|
||||
Summary: Deno executable
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: flutter
|
||||
Version: 3.41.1
|
||||
Version: 3.41.2
|
||||
Release: 1%?dist
|
||||
Summary: SDK for crafting beautiful, fast user experiences from a single codebase
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 61e347a2c278263dd1392c324feaee5fb9712ee5
|
||||
%global commit 5db9f03f6282141f084a8a4c8c9cb3d752b0ae9e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-02-14
|
||||
%global fulldate 2026-02-20
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.0
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "terra-sccache.spec"
|
||||
}
|
||||
labels {
|
||||
extras = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
%global crate sccache
|
||||
%global _description %{expand:
|
||||
Sccache is a ccache-like tool. It is used as a compiler wrapper and
|
||||
avoids compilation when possible. Sccache has the capability to utilize
|
||||
caching in remote storage environments, including various cloud storage
|
||||
options, or alternatively, in local storage.
|
||||
This build actually enables caching to remote storage.}
|
||||
%bcond dist %["%{_target_cpu}" == "x86_64"]
|
||||
|
||||
Name: terra-sccache
|
||||
Version: 0.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Remote caching enabled builds of sccache
|
||||
SourceLicense: Apache-2.0 AND (Apache-2.0 OR MIT)
|
||||
License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CDLA-Permissive-2.0 AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://crates.io/crates/sccache
|
||||
Source0: %{crates_source}
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: mold
|
||||
%if %{with dist}
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: rust
|
||||
BuildRequires: rust-srpm-macros
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
Provides: %{crate} = %{evr}
|
||||
Packager: Gilver E. <roachy@fyralabs.com>
|
||||
|
||||
%description %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build -f all%{?with_dist:,dist-server}
|
||||
|
||||
%install
|
||||
find target/rpm \
|
||||
-maxdepth 1 -type f -executable ! -name '*.so' \
|
||||
-exec install -Dm755 -t %{buildroot}%{_bindir} {} +
|
||||
|
||||
%cargo_license_summary_online -f all%{?with_dist:,dist-server}
|
||||
%{cargo_license_online -f all%{?with_dist:,dist-server}} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc CODE_OF_CONDUCT.md
|
||||
%doc README.md
|
||||
%{_bindir}/sccache
|
||||
%if %{with dist}
|
||||
%{_bindir}/sccache-dist
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 20 2026 Gilver E. <roachy@fyralabs.com> - 0.14.0-1
|
||||
- Initial package
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(crates("sccache"));
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 99a558f3689e6920eb3c3ad5e78854c7068c5d75
|
||||
%global commit 57725ca98210db244ff0a17f5ba08f3dd8116340
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260215
|
||||
%global ver 0.225.0
|
||||
%global commit_date 20260221
|
||||
%global ver 0.226.0
|
||||
|
||||
%bcond_with check
|
||||
%bcond_with debug_no_build
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 0.224.1-pre
|
||||
%global ver 0.225.6-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 0.223.3
|
||||
Version: 0.224.11
|
||||
Release: 1%?dist
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
%global git_name %(echo %{org_name} | sed 's/-//g')
|
||||
%global appid com.heroicgameslauncher.hgl
|
||||
%global shortname heroic
|
||||
%global legendary_version 0.20.39
|
||||
%global gogdl_version 1.2.0
|
||||
%global legendary_version 0.20.41
|
||||
%global gogdl_version 1.2.1
|
||||
%global nile_version 1.1.2
|
||||
%global comet_version 0.2.0
|
||||
|
||||
Name: %{shortname}-games-launcher
|
||||
Version: 2.19.1
|
||||
Release: 2%?dist
|
||||
Version: 2.20.0
|
||||
Release: 1%?dist
|
||||
Summary: A games launcher for GOG, Amazon, and Epic Games
|
||||
License: GPL-3.0-only AND MIT AND BSD-3-Clause
|
||||
URL: https://heroicgameslauncher.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: inputplumber
|
||||
Version: 0.73.0
|
||||
Version: 0.74.2
|
||||
Release: 1%?dist
|
||||
Summary: Open source input router and remapper daemon for Linux
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: powerstation
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.8.1
|
||||
Release: 1%?dist
|
||||
Summary: Daemon for controlling TDP and performance over DBus
|
||||
|
||||
SourceLicense: GPL-3.0-or-later
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit e334a8c0f4fe3811e35324424d8dc1ecf9af4b3e
|
||||
%global commit eac55d849c7ab44a3310a9c5c822a850331c3160
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260215
|
||||
%global commit_date 20260220
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global commit d7b723cd7c5ddcc785076687772a536a4525918e
|
||||
%global ver 0.0.39-18702
|
||||
%global commit 6bfb33279f6989f3ff9ea2dc40ef45d6aeb57ef8
|
||||
%global ver 0.0.39-18811
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
let html = get("https://rpcs3.net/download");
|
||||
let v = find("Build ([\\d.]+-[\\d.]+)\\s+</span>", html, 1);
|
||||
rpm.global("ver", v);
|
||||
let release = get("https://api.github.com/repos/RPCS3/rpcs3-binaries-linux/releases/latest").json();
|
||||
rpm.global("ver", release.name);
|
||||
|
||||
if rpm.changed () {
|
||||
let c = find("Commit <a href=\"https://github.com/RPCS3/rpcs3/commit/([\\w\\d]+)\" target=\"_blank\"", html, 1);
|
||||
let c = release.tag_name;
|
||||
c.crop(6);
|
||||
rpm.global("commit", c);
|
||||
rpm.release();
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# https://github.com/zrepl/zrepl
|
||||
%global goipath github.com/zrepl/zrepl
|
||||
Version: 0.6.1
|
||||
Version: 0.7.0
|
||||
|
||||
%gometa -f
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 10a4115ff79ec4f9f40191c76294c4f97f612849
|
||||
%global commit_date 20260115
|
||||
%global commit 87cd8e863e1544302647b876a20ef8e1388fe5ea
|
||||
%global commit_date 20260221
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: grabnim
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 97fed258ed3287a17c6b798fd7ffe16508bd69d9
|
||||
%global commit 15c6249f2c541d3d8fe5dbcd7a655a1b424420fa
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260214
|
||||
%global commit_date 20260221
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nimble
|
||||
Version: 0.22.0
|
||||
Version: 0.22.1
|
||||
Release: 1%?dist
|
||||
Summary: Package manager for the Nim programming language
|
||||
License: BSD
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: nph
|
||||
Version: 0.6.2
|
||||
Version: 0.7.0
|
||||
Release: 1%?dist
|
||||
Summary: An opinionated code formatter for Nim
|
||||
License: MIT
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%bcond test 0
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.0.10
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%?dist
|
||||
Summary: Material You color generation algorithms in pure python!
|
||||
License: MIT
|
||||
URL: https://github.com/T-Dynamos/materialyoucolor-python
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name numba
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.63.1
|
||||
Version: 0.64.0
|
||||
Release: 1%?dist
|
||||
Summary: NumPy aware dynamic Python compiler using LLVM
|
||||
License: BSD-2-Clause AND MIT AND BSD-3-Clause
|
||||
|
||||
@@ -14,7 +14,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: java-21-openjdk-devel
|
||||
BuildRequires: java-latest-openjdk-devel
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with doc
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%?dist
|
||||
Summary: Python library for working with HEIF images and plugin for Pillow
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "pkgcore.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
%global pypi_name pkgcore
|
||||
%global _desc A framework for package management.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.12.33
|
||||
Release: 1%?dist
|
||||
Summary: A framework for package management
|
||||
License: BSD-3-Clause
|
||||
URL: https://pkgcore.github.io/pkgcore
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-build
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-snakeoil
|
||||
BuildRequires: python3-flit-core
|
||||
BuildRequires: make
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%_desc
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
%_desc
|
||||
|
||||
%pkg_completion -n python3-%{pypi_name} -B pquery
|
||||
%pkg_completion -n python3-%{pypi_name} -z pkgcore
|
||||
|
||||
%prep
|
||||
%autosetup -n pkgcore-%{version}
|
||||
|
||||
%build
|
||||
export PYTHONPATH=%{_builddir}/pkgcore-%{version}:$PYTHONPATH
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files pkgcore
|
||||
install -Dm755 data/lib/pkgcore/ebd/helpers/common/pkgcore-ebuild-helper %{buildroot}%{_bindir}/pkgcore-ebuild-helper
|
||||
install -Dm755 data/lib/pkgcore/ebd/helpers/common/pkgcore-ipc-helper %{buildroot}%{_bindir}/pkgcore-ipc-helper
|
||||
install -Dm755 data/lib/pkgcore/shell/bin/pkgcore-sh-helper %{buildroot}%{_bindir}/pkgcore-sh-helper
|
||||
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{_bindir}/patom
|
||||
%{_bindir}/pclean
|
||||
%{_bindir}/pclonecache
|
||||
%{_bindir}/pconfig
|
||||
%{_bindir}/pebuild
|
||||
%{_bindir}/pinspect
|
||||
%{_bindir}/pmaint
|
||||
%{_bindir}/pmerge
|
||||
%{_bindir}/pquery
|
||||
%{_bindir}/pkgcore-ebuild-helper
|
||||
%{_bindir}/pkgcore-ipc-helper
|
||||
%{_bindir}/pkgcore-sh-helper
|
||||
%{_usr}/lib/%{pypi_name}/
|
||||
%{_datadir}/%{pypi_name}/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 13 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("pkgcore"));
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc Send usage data from your Python code to PostHog.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 7.8.6
|
||||
Version: 7.9.3
|
||||
Release: 1%?dist
|
||||
Summary: Send usage data from your Python code to PostHog
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 7ad79d00cc532173a204de0405f04daeafc655f3
|
||||
%global commit_date 20260215
|
||||
%global commit 9e6b58fad088ca14346e6f7ffd80b9d84b83aed1
|
||||
%global commit_date 20260221
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: fresh
|
||||
Version: 0.2.3
|
||||
Version: 0.2.5
|
||||
Release: 1%?dist
|
||||
Summary: Text editor for your terminal: easy, powerful and fast
|
||||
URL: https://getfresh.dev
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate usage-cli
|
||||
|
||||
Name: rust-usage-cli
|
||||
Version: 2.16.2
|
||||
Version: 2.18.0
|
||||
Release: 1%?dist
|
||||
Summary: CLI for working with usage-based CLIs
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: xwayland-satellite
|
||||
Version: 0.8
|
||||
Version: 0.8.1
|
||||
Release: 1%?dist
|
||||
Summary: Xwayland outside your Wayland.
|
||||
License: MPL-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.16.0-dev.2611+f996d2866
|
||||
version=0.16.0-dev.2637+6a9510c0e
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.2611+f996d2866
|
||||
%global ver 0.16.0-dev.2637+6a9510c0e
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.16.0~dev.2611+f996d2866
|
||||
Version: 0.16.0~dev.2637+6a9510c0e
|
||||
Release: 2%?dist
|
||||
Summary: Master builds of the Zig language
|
||||
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: apparmor
|
||||
Version: 4.1.6
|
||||
Version: 5.0.0~beta1
|
||||
Release: 1%?dist
|
||||
Summary: AppArmor userspace components
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: zlib
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 1%?dist
|
||||
License: Zlib
|
||||
URL: https://zlib.net
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit f6f09396f55c064110d7e41d7a6aa57be6d843d2
|
||||
%global commit e92914a06c68daba5b7f69ea2755adf051c30d60
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260215
|
||||
%global commit_date 20260219
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
%global debug_package %{nil}
|
||||
%global appid org.asus_linux.rog_control_center
|
||||
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
|
||||
Name: asusctl
|
||||
Version: 6.3.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Epoch: 1
|
||||
Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
|
||||
URL: https://gitlab.com/asus-linux/asusctl
|
||||
@@ -66,7 +68,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d
|
||||
%{_bindir}/asusd-user
|
||||
%{_bindir}/asusctl
|
||||
%{_unitdir}/asusd.service
|
||||
%{_userunitdir}/asusd-user.service
|
||||
%{_udevrulesdir}/99-asusd.rules
|
||||
%dnl %{_sysconfdir}/asusd/
|
||||
%{_datadir}/asusd/aura_support.ron
|
||||
@@ -88,15 +89,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d
|
||||
|
||||
%post
|
||||
%systemd_post asusd.service
|
||||
%systemd_user_post asusd-user.service
|
||||
|
||||
%preun
|
||||
%systemd_preun asusd.service
|
||||
%systemd_user_preun asusd-user.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart asusd.service
|
||||
%systemd_user_postun_with_restart asusd-user.service
|
||||
|
||||
%files rog-gui
|
||||
%{_bindir}/rog-control-center
|
||||
@@ -106,6 +104,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d
|
||||
%{_metainfodir}/%{appid}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2026 Owen Zimmerman <owen@fyralabs.com> - 6.2.0-3
|
||||
- Remove asusd-user.service
|
||||
|
||||
* Fri Jan 16 2026 metcya <metcya@gmail.com> - 6.3.0-2
|
||||
- Update ROG Control Center metainfo
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: compat-nvidia-repo-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Epoch: 3
|
||||
Release: 1%?dist
|
||||
Summary: Compatibility package required by official CUDA packages
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
||||
Epoch: 3
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global __brp_strip %{nil}
|
||||
|
||||
Name: nvidia-580-kmod-common
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: Common file for NVIDIA's proprietary driver kernel modules
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-modprobe
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA kernel module loader
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-persistenced
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: A daemon to maintain persistent software state in the NVIDIA driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-settings
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: Configure the NVIDIA graphics driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-xconfig
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.16
|
||||
Version: 580.126.18
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA X configuration file editor
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
%global commit 3e66556da07d0fa759f5e8d03bac71351ab3eea5
|
||||
%global commit 0e3f16a6b60674fd801076dfdd304e6f8800e9f5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260215
|
||||
%global commit_date 20260216
|
||||
|
||||
|
||||
%global patches %{_datadir}/src/nvidia-patch
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit0 2e204c67d4401292905f6afb4832a7e7df9ce53a
|
||||
%global date 20251125
|
||||
%global commit0 b09c9f62fb6d8b839e0e87e6f0ce53b7dbf9b3c5
|
||||
%global date 20260220
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global upstream_name nvidia-vaapi-driver
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
Name: libva-nvidia-driver
|
||||
Epoch: 1
|
||||
Version: 0.0.14%{!?tag:^%{date}git%{shortcommit0}}
|
||||
Release: 2%?dist
|
||||
Version: 0.0.15%{!?tag:^%{date}git%{shortcommit0}}
|
||||
Release: 1%?dist
|
||||
Summary: VA-API user mode driver for Nvidia GPUs
|
||||
License: MIT
|
||||
URL: https://github.com/elFarto/%{upstream_name}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "openrazer.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,127 @@
|
||||
#? https://github.com/openrazer/OBS-packaging/blob/80f039ee374bc2254a22aca19af572d4993e9893/openrazer.spec
|
||||
|
||||
Name: openrazer
|
||||
Version: 3.10.0
|
||||
Release: 1%?dist
|
||||
Summary: Open source driver and user-space daemon for managing Razer devices
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://openrazer.github.io
|
||||
Source0: https://github.com/openrazer/openrazer/releases/download/v%{version}/openrazer-%{version}.tar.gz
|
||||
Requires: %name-dkms
|
||||
Requires: %name-daemon
|
||||
Requires: python3-%name
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
|
||||
%package common
|
||||
Summary: Common files for OpenRazer packages
|
||||
BuildArch: noarch
|
||||
|
||||
%description common
|
||||
%summary.
|
||||
|
||||
This package provides all common files for the openrazer-* packages.
|
||||
|
||||
%files common
|
||||
%doc README.md
|
||||
%license LICENSES/GPL-2.0-or-later.txt
|
||||
|
||||
|
||||
%package dkms
|
||||
Summary: OpenRazer Driver DKMS package
|
||||
Requires: dkms
|
||||
BuildArch: noarch
|
||||
|
||||
%description dkms
|
||||
%summary.
|
||||
|
||||
Linux kernel driver for OpenRazer.
|
||||
|
||||
#? https://github.com/openrazer/OBS-packaging/blob/80f039ee374bc2254a22aca19af572d4993e9893/openrazer.spec#L181C1-L185C41
|
||||
# I officially have no idea what I'm doing -- mado
|
||||
%files dkms
|
||||
%defattr(-,root,root,-)
|
||||
%{_udevrulesdir}/../razer_mount
|
||||
%{_udevrulesdir}/99-razer.rules
|
||||
%{_usrsrc}/%{dkms_name}-%{dkms_version}/
|
||||
|
||||
|
||||
%package daemon
|
||||
Summary: OpenRazer Service package
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: (%name-dkms or akmod-%name)
|
||||
Requires: python3
|
||||
Requires: python3-dbus
|
||||
Requires: python3-gobject
|
||||
Requires: python3-setproctitle
|
||||
Requires: python3-pyudev
|
||||
Requires: python3-daemonize
|
||||
Requires: xautomation
|
||||
|
||||
%description daemon
|
||||
%summary.
|
||||
|
||||
Userspace daemon that abstracts access to the kernel driver. Provides a DBus service for applications to use.
|
||||
|
||||
%files daemon
|
||||
%{_bindir}/openrazer-daemon
|
||||
%{python3_sitelib}/openrazer_daemon/
|
||||
%{python3_sitelib}/openrazer_daemon-*.egg-info/
|
||||
%{_datadir}/openrazer/
|
||||
%{_datadir}/dbus-1/services/org.razer.service
|
||||
%{_prefix}/lib/systemd/user/openrazer-daemon.service
|
||||
%{_mandir}/man5/razer.conf.5*
|
||||
%{_mandir}/man8/openrazer-daemon.8*
|
||||
|
||||
|
||||
%package -n python3-%name
|
||||
Summary: OpenRazer Python library
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: %name-daemon
|
||||
Requires: python3
|
||||
Requires: python3-dbus
|
||||
Requires: python3-gobject
|
||||
Requires: python3-numpy
|
||||
|
||||
%description -n python3-openrazer
|
||||
%summary.
|
||||
|
||||
Python library for accessing the daemon from Python.
|
||||
|
||||
%files -n python3-openrazer
|
||||
%{python3_sitelib}/openrazer/
|
||||
%{python3_sitelib}/openrazer-*.egg-info/
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n openrazer-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
# FIXME: follow PG?
|
||||
%make_build setup_dkms udev_install daemon_install python_library_install
|
||||
|
||||
|
||||
%pre dkms
|
||||
getent group plugdev >/dev/null || groupadd -r plugdev
|
||||
|
||||
%posttrans dkms
|
||||
dkms install %{dkms_name}/%{dkms_version}
|
||||
|
||||
echo -e "\e[31m********************************************"
|
||||
echo -e "\e[31m* To complete installation, please run: *"
|
||||
echo -e "\e[31m* # sudo gpasswd -a <yourUsername> plugdev *"
|
||||
echo -e "\e[31m********************************************"
|
||||
echo -e -n "\e[39m"
|
||||
|
||||
%preun dkms
|
||||
if [ "$(dkms status -m %{dkms_name} -v %{dkms_version})" ]; then
|
||||
dkms remove -m %{dkms_name} -v %{dkms_version} --all
|
||||
fi
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("openrazer/openrazer"));
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit a4ac610a2f5e98f878ae3436e3f0e7ea9e41e4a1
|
||||
%global commit 383c3fe7552112abcd4bc62904bdefbc3e55e25e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260208
|
||||
%global commit_date 20260221
|
||||
%global ver 0.6.6.2
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 02ac25638105d17d822500b735cd5cb2ac8d2414
|
||||
%global commit_date 20260214
|
||||
%global commit 92cc65b61fd5325d47be8793466b66c71ddc75ea
|
||||
%global commit_date 20260220
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global crate readymade
|
||||
Name: readymade-git
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 56483858768257405947d5f43a765770368fa416
|
||||
%global commit 5b6458f9fdcf2d06c5e9fae3fa3ace67417dcdab
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260214
|
||||
%global commitdate 20260221
|
||||
%global ver 1.0.20
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 0a52e98197721b396bdbc1632b8e35e8f6b27a03
|
||||
%global commit 30b4540650f0283136c875efb4cd449686a87995
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260211
|
||||
%global commitdate 20260218
|
||||
%global ver 1.0.20
|
||||
%global appid com.sched_ext.scx
|
||||
%global developer "sched-ext Contributors"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Name: vicinae
|
||||
Version: 0.19.8
|
||||
Version: 0.19.9
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz
|
||||
Summary: a high-performance, native launcher for Linux
|
||||
Summary: A high-performance, native launcher for Linux
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: cmake
|
||||
@@ -24,6 +24,11 @@ BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: nodejs-npm
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: nodejs-npm
|
||||
|
||||
@@ -35,13 +40,17 @@ your desktop — built with C++ and Qt.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake -DNOSTRIP=ON
|
||||
%cmake -G Ninja -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF -DNOSTRIP=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
install -Dm 644 extra/%{name}.desktop -t %{buildroot}%{_appsdir}
|
||||
install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
|
||||
%desktop_file_edit -k StartupWMClass -v vicinae-server -f %{buildroot}%{_appsdir}/%{name}.desktop
|
||||
|
||||
%check
|
||||
%desktop_file_validate -f %{buildroot}%{_appsdir}/%{name}.desktop
|
||||
|
||||
%post
|
||||
%systemd_user_post %{name}.service
|
||||
@@ -61,7 +70,17 @@ install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
|
||||
%{_appsdir}/%{name}.desktop
|
||||
%{_appsdir}/%{name}-url-handler.desktop
|
||||
%{_hicolordir}/512x512/apps/%{name}.png
|
||||
%{_sysconfdir}/chromium/native-messaging-hosts/com.vicinae.vicinae.json
|
||||
%{_prefix}/lib/mozilla/native-messaging-hosts/com.vicinae.vicinae.json
|
||||
%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.chromium.json.in
|
||||
%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.firefox.json.in
|
||||
%{_libexecdir}/%{name}/vicinae-browser-link
|
||||
%{_libexecdir}/%{name}/vicinae-data-control-server
|
||||
%{_libexecdir}/%{name}/vicinae-server
|
||||
%{_libexecdir}/%{name}/vicinae-snippet-server
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2026 Jaiden Riordan <jade@fyralabs.com> - 0.19.8
|
||||
- Fixup desktop file and xdgpp
|
||||
* Fri Dec 26 2025 metcya <metcya@gmail.com> - 0.17.3
|
||||
- Package vicinae
|
||||
- Package vicinae
|
||||
@@ -9,7 +9,7 @@
|
||||
%global _prefix /usr/share/wine-dev
|
||||
%global srcmajor 11.x
|
||||
# Make this as a variable instead in case of WINE RCs
|
||||
%global ver wine-11.2
|
||||
%global ver wine-11.3
|
||||
%global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g')
|
||||
|
||||
# This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: wine-staging
|
||||
Version: 11.2
|
||||
Version: 11.3
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 2fe1386074c73deec984dd42c3781688913df2ea
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260207
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%define buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 2fe1386074c73deec984dd42c3781688913df2ea
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260207
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%global debug_package %{nil}
|
||||
%global modulename xone
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 2fe1386074c73deec984dd42c3781688913df2ea
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260207
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%global modulename xone
|
||||
%global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GopenPGP 2.8.1
|
||||
Comment: https://gopenpgp.org
|
||||
|
||||
xjMEaYpzWxYJKwYBBAHaRw8BAQdA7UMAtNQ1lu/zeq7f6ak1ZRDb09GI5nKRTGPb
|
||||
z5/P9DLNKVRlcnJhIDQ0IC0gU291cmNlIDxzZWN1cml0eUBmeXJhbGFicy5jb20+
|
||||
wr8EExYIAHEFgmmKc1sDCwkHCZD5EsiV2QOikTUUAAAAAAAcABBzYWx0QG5vdGF0
|
||||
aW9ucy5vcGVucGdwanMub3JnKnNq119JCv79xo34cTtU+AIVCAMWAAICGQECmwMC
|
||||
HgEWIQSo/fET0Zg0/vaHhXf5EsiV2QOikQAAZvIBAOBgURJ0bpsl9UQt+oty/9g6
|
||||
QJwE7x2KvTfw9CIjzd2yAQCqE6mBtL4Wd0T8FFXzg2KYgMPvNlkof24kas5Y79ID
|
||||
DM44BGmKc1sSCisGAQQBl1UBBQEBB0C1EBr2yVcLBryHfBsJ8HffYUYmQxdOytvC
|
||||
4sEKnn+UcAMBCgnCrgQYFggAYAWCaYpzWwmQ+RLIldkDopE1FAAAAAAAHAAQc2Fs
|
||||
dEBub3RhdGlvbnMub3BlbnBncGpzLm9yZ7hCyKk6CNKWKKt60jpyuYACmwwWIQSo
|
||||
/fET0Zg0/vaHhXf5EsiV2QOikQAAKLABAJSkznaUgXt2HisPv9rJGBjobx3dx9Ns
|
||||
SZs4qLEwaBzAAQCGD5cZBVo4sVzskOhFAG3U2wMMGyTXP4+hvsFB09HNCg==
|
||||
=F2xn
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
@@ -1 +1 @@
|
||||
F44
|
||||
F45
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user