mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-17 09:00:39 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2b9daacdb | |||
| 84101b30ba | |||
| df4095cfbf | |||
| 587bc69887 | |||
| 80f3965626 | |||
| 9a1fc5ce4f | |||
| 9adca32e41 | |||
| 287c6a82ee | |||
| de584018ea | |||
| 62dd4c3bbc | |||
| 8e461b1212 |
@@ -9,41 +9,36 @@ for background device management, as well as a GUI to expertly customize your se
|
||||
|
||||
Name: coolercontrol
|
||||
Version: 3.1.1
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Cooling device control for Linux
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitlab.com/coolercontrol/coolercontrol
|
||||
Source0: %url/-/archive/%version/coolercontrol-%version.tar.gz
|
||||
Source0: %url/-/archive/%version/coolercontrol-%version.tar.gz
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
Provides: coolercontrol-ui
|
||||
Provides: coolercontrol-gui
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: coolercontrold = %{version}
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
Requires: webkit2gtk4.1
|
||||
Requires: libappindicator-gtk3
|
||||
Requires: coolercontrold
|
||||
BuildRequires: nodejs-npm libdrm-devel curl wget file mold
|
||||
BuildRequires: systemd-rpm-macros anda-srpm-macros cargo >= 1.75.0 cargo-rpm-macros
|
||||
BuildRequires: binutils bison cmake flex gcc gcc-c++ libtool strace protobuf-compiler
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: make
|
||||
BuildRequires: cmake
|
||||
BuildRequires: autoconf automake gcc gcc-c++
|
||||
BuildRequires: cmake(Qt6)
|
||||
BuildRequires: cmake(Qt6WebEngineCore)
|
||||
BuildRequires: cmake(Qt6WebEngineWidgets)
|
||||
BuildRequires: cmake(Qt6WebChannel)
|
||||
%description %_desc
|
||||
|
||||
%package -n coolercontrold
|
||||
Summary: Monitor and control your cooling devices.
|
||||
License: GPL-3.0-or-later AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND AGPL-3.0-or-later AND Apache-2.0 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 BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND MIT AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND (CC0-1.0 OR Apache-2.0) AND ISC 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 (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
BuildRequires: anda-srpm-macros cargo-rpm-macros rust-srpm-macros
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(libdrm_amdgpu)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(protobuf)
|
||||
BuildRequires: nodejs-npm
|
||||
Recommends: python3-liquidctl
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.1) pkgconfig(openssl) pkgconfig(librsvg-2.0)
|
||||
BuildRequires: libappindicator-gtk3-devel
|
||||
%description -n coolercontrold %_desc
|
||||
This is the system daemon for CoolerControl.
|
||||
CoolerControl is an open-source application for monitoring and controlling supported cooling
|
||||
devices. It features an intuitive interface, flexible control options, and live thermal data to keep
|
||||
your system quiet, cool, and stable.
|
||||
coolercontrold is the main daemon containing the core logic for interfacing with devices, and installed as
|
||||
"coolercontrold". It is meant to run in the background as a system daemon. It handles all device
|
||||
communication and data management, additionally connecting to the liqctld daemon for liquidctl
|
||||
supported devices. It has an API that services client programs like the coolercontrol-gui.
|
||||
|
||||
|
||||
%prep
|
||||
@@ -62,15 +57,7 @@ wait
|
||||
|
||||
%build
|
||||
pushd coolercontrol-ui
|
||||
%make_build
|
||||
popd
|
||||
|
||||
pushd coolercontrold
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
%{cargo_license_summary_online}
|
||||
wait
|
||||
cp -rfp ../coolercontrol-ui/dist/* resources/app/
|
||||
%{cargo_build} --locked
|
||||
npm run build-only &
|
||||
popd
|
||||
|
||||
pushd coolercontrol
|
||||
@@ -78,6 +65,17 @@ pushd coolercontrol
|
||||
%cmake_build
|
||||
popd
|
||||
|
||||
pushd coolercontrol-ui
|
||||
%make_build
|
||||
popd
|
||||
|
||||
pushd coolercontrold
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
wait
|
||||
cp -rfp ../coolercontrol-ui/dist/* resources/app/
|
||||
%cargo_build
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd coolercontrold
|
||||
install -Dpm755 target/rpm/coolercontrold %buildroot%_bindir/coolercontrold
|
||||
@@ -90,11 +88,7 @@ popd
|
||||
|
||||
desktop-file-install --dir=%buildroot%_datadir/applications packaging/metadata/%rdnn.desktop
|
||||
install -Dpm644 packaging/metadata/%rdnn.svg %buildroot%_iconsdir/hicolor/scalable/apps/%rdnn.svg
|
||||
install -Dpm644 packaging/metadata/%rdnn-alert.svg %buildroot%_iconsdir/hicolor/scalable/apps/%rdnn-alert.svg
|
||||
install -Dpm644 packaging/metadata/%rdnn-symbolic.svg %buildroot%_iconsdir/hicolor/symbolic/apps/%rdnn-symbolic.svg
|
||||
install -Dpm644 packaging/metadata/%rdnn-symbolic-alert.svg %buildroot%_iconsdir/hicolor/symbolic/apps/%rdnn-symbolic-alert.svg
|
||||
install -Dpm644 packaging/metadata/%rdnn.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn.png
|
||||
install -Dpm644 packaging/metadata/%rdnn-alert.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn-alert.png
|
||||
install -Dpm644 packaging/metadata/%rdnn.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn.svg
|
||||
for f in packaging/systemd/*.service; do
|
||||
install -Dpm644 $f %buildroot%_unitdir/$(basename $f)
|
||||
done
|
||||
@@ -116,15 +110,11 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%doc CHANGELOG.md
|
||||
%license LICENSE
|
||||
%_bindir/coolercontrol
|
||||
%_datadir/applications/%rdnn.desktop
|
||||
%_datadir/metainfo/%rdnn.metainfo.xml
|
||||
%_iconsdir/hicolor/*/apps/%rdnn.*
|
||||
%_iconsdir/hicolor/*/apps/%rdnn-alert.*
|
||||
%_iconsdir/hicolor/*/apps/%rdnn-symbolic.svg
|
||||
%_iconsdir/hicolor/*/apps/%rdnn-symbolic-alert.svg
|
||||
%_iconsdir/hicolor/*/apps/%rdnn.svg
|
||||
|
||||
%files -n coolercontrold
|
||||
%doc coolercontrold/README.md
|
||||
@@ -134,8 +124,5 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml
|
||||
%_unitdir/coolercontrold.service
|
||||
|
||||
%changelog
|
||||
* Sat Feb 28 2026 Guy Boldon <gb@guyboldon.com> - 3.1.1-2
|
||||
- Updated dependencies and build to match current version
|
||||
|
||||
* Thu Aug 15 2024 madonuko <mado@fyralabs.com> - 1.4.0-1
|
||||
- Initial package
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.883
|
||||
Version: 0.0.877
|
||||
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.883
|
||||
Version: 0.0.877
|
||||
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-ptb-openasar
|
||||
Version: 0.0.179
|
||||
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.179
|
||||
Version: 0.0.178
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 9e23d0120c0da40ec6e734756a6252783ac93039
|
||||
%global commit_date 20260302
|
||||
%global commit b50c32d7c3e74af4faeb92fb0e8f49108d85ff90
|
||||
%global commit_date 20251211
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: envision-nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 92e7270d92b1a28c743556b8f4fd59afa32499b9
|
||||
%global commit 16ed7e5970a8aec1e01b473d32c6aa26e3c2b538
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260228
|
||||
%global commit_date 20260224
|
||||
%global ver 2.0.1^
|
||||
%global base_name goofcord
|
||||
%global git_name GoofCord
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global gtk4_version 4.14.4
|
||||
%global libadwaita_version 1.5.1
|
||||
%global pure_protobuf_version 2.0.0
|
||||
%global raw_ver v1.104.0
|
||||
%global raw_ver v1.103.0
|
||||
|
||||
Name: komikku
|
||||
Version: 1.104.0
|
||||
Version: 1.103.0
|
||||
%forgemeta
|
||||
Release: 1%?dist
|
||||
Summary: A manga reader for GNOME
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit c55bdc3282ca95b1cce0013005f1dc2576bd22b4
|
||||
%global commit d54bad5636924ab3f39cb6e397b94b6aa8a7c433
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260302
|
||||
%global commit_date 20260226
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-03-01
|
||||
%global ver 2026-02-25
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 8.0.0
|
||||
Release: 3%?dist
|
||||
Release: 1%?dist
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz
|
||||
Source1: signal.desktop
|
||||
Source2: org.signal.Signal.metainfo.xml
|
||||
License: AGPL-3.0-only AND %{electron_license}
|
||||
License: AGPL-3.0 AND %{electron_license}
|
||||
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: libX11-devel
|
||||
@@ -59,10 +59,10 @@ Signal Desktop links with Signal on Android or iOS and lets you message from you
|
||||
|
||||
%build
|
||||
export SIGNAL_ENV=production
|
||||
%{__pnpm} install --frozen-lockfile
|
||||
%{__pnpm} install
|
||||
%{__pnpm} run clean-transpile
|
||||
pushd sticker-creator
|
||||
%{__pnpm} install --frozen-lockfile
|
||||
%{__pnpm} install
|
||||
%{__pnpm} run build
|
||||
popd
|
||||
%pnpm_build -r generate,prepare-beta-build
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: snow
|
||||
Version: 1.3.1
|
||||
Version: 1.3.0
|
||||
Release: 1%?dist
|
||||
Summary: Classic Macintosh emulator
|
||||
URL: https://github.com/twvd/snow
|
||||
@@ -38,7 +38,7 @@ Documentation files for %{name}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}
|
||||
install -Dm755 target/rpm/snowemu %{buildroot}%{_bindir}/snowemu
|
||||
install -Dm755 target/rpm/snow_frontend_egui %{buildroot}%{_bindir}/snowemu
|
||||
install -Dm644 assets/snow_icon.png %{buildroot}%{_hicolordir}/1024x1024/apps/snow_icon.png
|
||||
%desktop_file_install assets/snow.desktop
|
||||
install -Dm644 assets/dev.thomasw.snow.metainfo.xml %{buildroot}%{_metainfodir}/dev.thomasw.snow.metainfo.xml
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "spotify-launcher.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
%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
|
||||
# disable rpath checks
|
||||
%define __brp_check_rpaths %{nil}
|
||||
%define _missing_build_ids_terminate_build 0
|
||||
|
||||
Name: spotify-launcher
|
||||
Version: 0.6.5
|
||||
Release: 1%?dist
|
||||
Summary: Client for spotify's apt repository in Rust
|
||||
License: Apache-2.0 AND MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib
|
||||
Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://github.com/kpcyrd/spotify-launcher
|
||||
|
||||
Source0: https://github.com/kpcyrd/spotify-launcher/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cargo cargo-rpm-macros anda-srpm-macros pkgconfig(liblzma) desktop-file-utils
|
||||
Requires: sequoia-sqv zenity alsa-lib gtk3 desktop-file-utils openssl nss at-spi2-atk libcurl libSM
|
||||
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%{cargo_build} --locked
|
||||
|
||||
%install
|
||||
|
||||
install -Dm755 target/release/spotify-launcher %{buildroot}%{_bindir}/spotify-launcher
|
||||
|
||||
install -Dm644 data/pubkey_5384CE82BA52C83A.gpg %{buildroot}/%{_datadir}/spotify-launcher/keyring.pgp
|
||||
|
||||
install -Dm644 contrib/spotify-launcher.desktop %{buildroot}%{_appsdir}/spotify-launcher.desktop
|
||||
|
||||
install -Dm644 contrib/icons/spotify-linux-256.png "%{buildroot}/%{_datadir}/pixmaps/spotify-launcher.png"
|
||||
|
||||
install -Dm644 contrib/spotify-launcher.conf %{buildroot}%{_sysconfdir}/spotify-launcher.conf
|
||||
|
||||
for size in 22 24 32 48 64 128 256 512; do
|
||||
install -Dm644 contrib/icons/spotify-linux-${size}.png %{buildroot}%{_hicolordir}/${size}x${size}/apps/spotify-launcher.png
|
||||
done
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_appsdir}/spotify-launcher.desktop
|
||||
|
||||
%files
|
||||
%{_appsdir}/%{name}.desktop
|
||||
%{_sysconfdir}/spotify-launcher.conf
|
||||
%{_datadir}/pixmaps/spotify-launcher.png
|
||||
%{_hicolordir}/22x22/apps/spotify-launcher.png
|
||||
%{_hicolordir}/24x24/apps/spotify-launcher.png
|
||||
%{_hicolordir}/32x32/apps/spotify-launcher.png
|
||||
%{_hicolordir}/48x48/apps/spotify-launcher.png
|
||||
%{_hicolordir}/64x64/apps/spotify-launcher.png
|
||||
%{_hicolordir}/128x128/apps/spotify-launcher.png
|
||||
%{_hicolordir}/256x256/apps/spotify-launcher.png
|
||||
%{_hicolordir}/512x512/apps/spotify-launcher.png
|
||||
%{_bindir}/spotify-launcher
|
||||
%{_datadir}/spotify-launcher/keyring.pgp
|
||||
%license LICENSE-MIT LICENSE-APACHE LICENSE.dependencies
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Feb 27 2026 veux <erroor234@gmail.com> - 0.6.5
|
||||
- Initial package release
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("kpcyrd/spotify-launcher"));
|
||||
@@ -1 +1 @@
|
||||
v1.13.03
|
||||
v1.12.22
|
||||
@@ -1,4 +1,4 @@
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu3
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu2
|
||||
%global _hardened_build 0
|
||||
|
||||
Name: compiz9
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
%global commit 93bd38c27325f8c9c0fbe4114ee061cfa6970cb7
|
||||
%global commit_date 20260228
|
||||
%global commit c3fdb58e398ce387892919d56fc995d74b949349
|
||||
%global commit_date 20260224
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global extension multi-monitors-bar
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
Name: gnome-shell-extension-%{extension}
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Add multiple monitors overview and panel for GNOME Shell. This is an updated fork with GNOME 46 compatibility
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/FrederykAbryan/multi-monitors-bar_fapv2
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
%global uuid vicinae@dagimg-dot.netlify.app
|
||||
|
||||
Name: gnome-shell-extension-vicinae
|
||||
Version: 1.6.0
|
||||
Release: 1%?dist
|
||||
Version: 1.5.3
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/dagimg-dot/vicinae-gnome-extension
|
||||
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 9777ab6600cb80aa3c88c48c57bbc4f8ca5ddccb
|
||||
%global commit e366b02a5395e5e284eb6b207b9782b0c8f54426
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: mangowc
|
||||
Version: 0.12.5
|
||||
Version: 0.12.4
|
||||
Release: 1%?dist
|
||||
Summary: wayland compositor base wlroots and scenefx (dwm but wayland)
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "noctalia-qs.spec"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("noctalia-dev/noctalia-qs"));
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.6.1
|
||||
Version: 4.5.0
|
||||
Release: 1%?dist
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
@@ -13,7 +13,7 @@ Requires: brightnessctl
|
||||
Requires: dejavu-sans-fonts
|
||||
Requires: gpu-screen-recorder
|
||||
Requires: qt6-qtmultimedia
|
||||
Requires: noctalia-qs
|
||||
Requires: quickshell
|
||||
Requires: xdg-desktop-portal
|
||||
|
||||
Recommends: cava
|
||||
@@ -43,8 +43,5 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/
|
||||
%{_sysconfdir}/xdg/quickshell/noctalia-shell/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 27 2026 Willow C Reed <willow@willowidk.dev>
|
||||
- Change required quickshell to Noctalia's version
|
||||
|
||||
* Fri Jan 02 2026 Willow Reed <willow@willowidk.dev>
|
||||
- Initial commit
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "quickshell.spec"
|
||||
}
|
||||
}
|
||||
+10
-14
@@ -1,12 +1,12 @@
|
||||
Name: noctalia-qs
|
||||
Version: 0.0.4
|
||||
Name: quickshell
|
||||
Version: 0.2.1
|
||||
Release: 1%?dist
|
||||
Summary: Flexible QtQuick based desktop shell toolkit
|
||||
License: LGPL-3.0-only AND GPL-3.0-only
|
||||
URL: https://github.com/noctalia-dev/noctalia-qs
|
||||
Source0: https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v%{version}.tar.gz
|
||||
URL: https://github.com/quickshell-mirror/quickshell
|
||||
Source0: https://github.com/quickshell-mirror/quickshell/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Packager: Willow C Reed (willow@willowidk.dev)
|
||||
Packager: Willow Reed (willow@willowidk.dev)
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
@@ -30,10 +30,6 @@ BuildRequires: pkgconfig(pam)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(CLI11)
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: polkit-devel
|
||||
|
||||
Obsoletes: quickshell
|
||||
|
||||
%description
|
||||
Flexible QtQuick based desktop shell toolkit.
|
||||
@@ -59,13 +55,13 @@ Flexible QtQuick based desktop shell toolkit.
|
||||
%doc BUILD.md
|
||||
%doc CONTRIBUTING.md
|
||||
%doc README.md
|
||||
%doc changelog/next.md
|
||||
%doc changelog/v%{version}.md
|
||||
%{_bindir}/qs
|
||||
%{_bindir}/quickshell
|
||||
%{_appsdir}/dev.noctalia.noctalia-qs.desktop
|
||||
%{_scalableiconsdir}/dev.noctalia.noctalia-qs.svg
|
||||
%{_appsdir}/org.quickshell.desktop
|
||||
%{_scalableiconsdir}/org.quickshell.svg
|
||||
%{_libdir}/qt6/qml/Quickshell
|
||||
|
||||
%changelog
|
||||
* Fri Feb 27 2026 Willow C Reed <willow@willowidk.dev>
|
||||
- Initial commit based on quickshell spec
|
||||
* Fri Jan 02 2026 Willow Reed <willow@willowidk.dev>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("https://github.com/quickshell-mirror/quickshell"));
|
||||
@@ -16,7 +16,7 @@
|
||||
%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.2
|
||||
Version: 2025.3.3.1
|
||||
Release: 1%?dist
|
||||
Summary: Official IDE for Android development (Canary build)
|
||||
License: Apache-2.0
|
||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://developer.android.com/studio/preview
|
||||
|
||||
%define suffixS panda3-canary2
|
||||
%define suffixS panda3-canary1
|
||||
|
||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
%global appid sh.oven.bun
|
||||
|
||||
Name: bun-bin
|
||||
Version: 1.3.10
|
||||
Version: 1.3.9
|
||||
Release: 1%?dist
|
||||
Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
||||
License: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit ca31828c9387e2743f2b41d0405e2ed80590cd7f
|
||||
%global commit 74ba971ebaca7e5ce20b1e30ee916a8f0704bd8d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-03-02
|
||||
%global fulldate 2026-02-26
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: kvrocks
|
||||
Version: 2.15.0
|
||||
Version: 2.14.0
|
||||
Release: 1%?dist
|
||||
Summary: Distributed key value NoSQL database that uses RocksDB
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 7eb7458c6249f23be994f3da4ff6df22a9783edf
|
||||
%global commit 2ec2b4c600a43a3127d3924a0dc66f29e44ac60f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260302
|
||||
%global commit_date 20260226
|
||||
%global ver 0.227.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 0.226.2-pre
|
||||
%global ver 0.226.0-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.225.10
|
||||
Version: 0.225.9
|
||||
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
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
%global fontdescription %{expand:
|
||||
Versatile typeface for code, from code.}
|
||||
|
||||
Version: 34.2.1
|
||||
Version: 34.1.0
|
||||
Release: 1%?dist
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
Summary: Versatile typeface for code, from code.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# namespace
|
||||
%global fontorg th.or.sipa
|
||||
Version: 20200217
|
||||
Release: 8%{?dist}
|
||||
Release: 7%{?dist}
|
||||
URL: https://www.nstda.or.th/home/news_post/thai-font/
|
||||
%global fontlicense LicenseRef-DIP-SIPA AND OFL-1.1-RFN
|
||||
%global fontlicenses LICENSE
|
||||
@@ -59,7 +59,7 @@ BuildArch: noarch
|
||||
|
||||
%global fontfamily1 TH Sarabun PSK
|
||||
%global foundry1 Suppakit Chalermlarp
|
||||
%global fonts1 'TH Sarabun'.ttf 'TH Sarabun Italic.ttf' 'TH Sarabun Bold.ttf' 'TH Sarabun BoldItalic.ttf'
|
||||
%global fonts1 'TH Sarabun'*.ttf
|
||||
%global fontsummary1 %{fontfamily1} font family
|
||||
%global fontdescription1 %{common_description}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate chess-tui
|
||||
|
||||
Name: rust-chess-tui
|
||||
Version: 2.5.1
|
||||
Version: 2.5.0
|
||||
Release: 1%?dist
|
||||
Summary: Rusty chess game in your terminal 🦀
|
||||
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
%global git_name %(echo %{org_name} | sed 's/-//g')
|
||||
%global appid com.heroicgameslauncher.hgl
|
||||
%global shortname heroic
|
||||
%global legendary_version 0.20.42
|
||||
%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.20.1
|
||||
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
|
||||
|
||||
@@ -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 00a1c7278a90d85e5b2e1eb551b9ff80d858b21c
|
||||
%global ver 0.0.39-18869
|
||||
%global commit 41e036473a898c46147f868dba5534666b9bd36f
|
||||
%global ver 0.0.39-18847
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: steam
|
||||
Version: 1.0.0.85
|
||||
Release: 3%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Installer for the Steam software distribution service
|
||||
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
|
||||
License: Steam License Agreement and MIT
|
||||
@@ -43,7 +43,6 @@ BuildRequires: systemd
|
||||
# Required to run the initial setup
|
||||
Requires: tar
|
||||
Requires: zenity
|
||||
Requires: xz
|
||||
|
||||
# Most games use OpenGL, some games already use Vulkan. Vulkan is also required
|
||||
# for Steam Play to run Windows games through emulation. i686 version of these
|
||||
@@ -176,12 +175,6 @@ desktop-file-edit --remove-key=X-KDE-RunOnDiscreteGpu %{buildroot}%{_datadir}/ap
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appstream_id}.metainfo.xml
|
||||
|
||||
%if 0%{?fedora} >= 44
|
||||
%post
|
||||
# Workaround for https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile#Temporary_fix
|
||||
update-ca-trust extract --rhbz2387674
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING steam_subscriber_agreement.txt
|
||||
%doc debian/changelog README.Fedora
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
# https://github.com/u-root/u-root
|
||||
%global goipath github.com/u-root/u-root
|
||||
Version: 0.16.0
|
||||
Version: 0.15.0
|
||||
%global commit 5721ed3ad38a5c889e6c1ed5bbf5242f98a4b591
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: lua-language-server
|
||||
Version: 3.17.1
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
License: MIT
|
||||
URL: https://luals.github.io/
|
||||
Source: https://github.com/LuaLS/lua-language-server/archive/refs/tags/%version.tar.gz
|
||||
@@ -10,8 +10,6 @@ Summary: A language server that offers Lua language support
|
||||
|
||||
BuildRequires: gcc-c++ make ninja-build glibc lua gcc cmake libstdc++-devel libstdc++-static libcxx libcxx-devel
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
A language server that offers Lua language support - programmed in Lua.
|
||||
|
||||
@@ -25,7 +23,7 @@ chmod +x make.sh
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}/
|
||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}/
|
||||
install -Dm755 bin/lua-language-server %{buildroot}%{_libexecdir}/%{name}/%{name}
|
||||
install -Dm644 bin/main.lua %{buildroot}%{_libexecdir}/%{name}/main.lua
|
||||
@@ -38,12 +36,9 @@ cp -av \
|
||||
meta \
|
||||
%{buildroot}%{_datadir}/%{name}/
|
||||
|
||||
%{__ln_s} -f %{_libexecdir}/%{name}/main.lua %{buildroot}%{_libexecdir}/main.lua
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libexecdir}/main.lua
|
||||
%{_libexecdir}/%{name}/
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 9ed4077d9a57e19063c1c67710fa6fb83f5a5fb7
|
||||
%global commit a3157537e17173f36e7d7eefd500bdee14db5568
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260302
|
||||
%global commit_date 20260226
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc xet client tech, used in huggingface_hub.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.2
|
||||
Version: 1.3.1
|
||||
Release: 1%?dist
|
||||
Summary: xet client tech, used in huggingface_hub
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with doc
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.3.0
|
||||
Version: 1.2.1
|
||||
Release: 1%?dist
|
||||
Summary: Python library for working with HEIF images and plugin for Pillow
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global pypi_name protobuf
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 7.34.0
|
||||
Version: 6.33.5
|
||||
Release: 1%?dist
|
||||
Summary: Protocol Buffers
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5a9544f5b00a6bb8943a33f5da9af61c02adddfb
|
||||
%global commit_date 20260302
|
||||
%global commit d6cdd5ec6d787ec491d73616fb8062e207cb5b33
|
||||
%global commit_date 20260226
|
||||
%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.11
|
||||
Version: 0.2.9
|
||||
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.18.2
|
||||
Version: 2.18.1
|
||||
Release: 1%?dist
|
||||
Summary: CLI for working with usage-based CLIs
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
Name: yazi
|
||||
Version: 26.1.22
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Blazing fast terminal file manager written in Rust, based on async I/O
|
||||
URL: https://yazi-rs.github.io/
|
||||
Source0: https://github.com/sxyazi/yazi/archive/refs/tags/v%version.tar.gz
|
||||
License: MIT AND (MIT OR Apache-2.0) AND NCSA 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 MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND BSL-1.0 AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR CC0-1.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)
|
||||
License: MIT
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
%global crate zoi-rs
|
||||
%global crate_version 1.7.0
|
||||
%global crate_version 1.5.0
|
||||
|
||||
Name: rust-zoi-rs
|
||||
Version: %(echo %crate_version | sed 's/-/~/g')
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
%global priority 90
|
||||
|
||||
%global real_name vala
|
||||
%global commit 4506a74bd2a997f23957b5cc6c0cc721c98dbae9
|
||||
%global commit d680994c54dd34b8bd3bd808f0023be19ea647da
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global repo https://gitlab.gnome.org/GNOME/%{real_name}.git
|
||||
|
||||
%global commit_date 20260227
|
||||
%global commit_date 20250903
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
Name: vala-nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.16.0-dev.2682+02142a54d
|
||||
version=0.16.0-dev.2653+784e89fd4
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.2682+02142a54d
|
||||
%global ver 0.16.0-dev.2653+784e89fd4
|
||||
%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.2682+02142a54d
|
||||
Version: 0.16.0~dev.2653+784e89fd4
|
||||
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
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
# Metadata.
|
||||
Name: DirectXShaderCompiler
|
||||
Version: 1.9.2602
|
||||
Release: 1%?dist
|
||||
Version: 1.8.2505.1
|
||||
Release: 5%?dist
|
||||
Summary: A Direct X Shader compiler.
|
||||
License: MIT
|
||||
Packager: libffi <contact@ffi.lol>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: glaze-devel
|
||||
Version: 7.1.0
|
||||
Version: 7.0.2
|
||||
Release: 1%?dist
|
||||
License: MIT
|
||||
URL: https://stephenberry.github.io/glaze
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit e597838871547131ef92332fca601f5effba4e8a
|
||||
%global ver 1.8.62
|
||||
%global commit_date 20260302
|
||||
%global commit 6d509061574d684117f74133056aa43df89022fc
|
||||
%global ver 1.8.61
|
||||
%global commit_date 20260208
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: tdlib-nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global ver 2.0.0
|
||||
%global commit 018c30253648dbf56bee79c280535a72604f3d8a
|
||||
%global commit_date 20260302
|
||||
%global commit b29dce323f3e14e32a7f341f0e2a74f329753fc2
|
||||
%global commit_date 20260131
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: openbangla-keyboard-nightly
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: signal-cli
|
||||
Version: 0.14.0
|
||||
Version: 0.13.24
|
||||
Release: 1%?dist
|
||||
Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global snapshot r1245.8e82100
|
||||
|
||||
Name: gpu-screen-recorder
|
||||
Version: 5.12.5
|
||||
Version: 5.12.4
|
||||
Release: 1%?dist
|
||||
Summary: A shadowplay-like screen recorder for Linux
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: gstreamer1-plugin-libav
|
||||
Version: 1.28.1
|
||||
Version: 1.28.0
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: GStreamer Libav plugin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global majorminor 1.0
|
||||
|
||||
Name: gstreamer1-plugins-ugly
|
||||
Version: 1.28.1
|
||||
Version: 1.28.0
|
||||
Release: 1%?dist
|
||||
Epoch: 2
|
||||
Summary: GStreamer streaming media framework "ugly" plugins
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#? https://src.fedoraproject.org/rpms/rtaudio/blob/db1aa72863ccbfd480e22c2f7aefb41ebb8e2360/f/rtaudio.spec
|
||||
%global commit e5f0774b2156082ec3db998bd6b2a94b66ade8ac
|
||||
%global commit 409636b5dcad3054ae5a9e85014bba3861b8edab
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260228
|
||||
%global commit_date 20251126
|
||||
%global ver .0.1
|
||||
|
||||
Name: rtaudio-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 599c7b11eae996ae02a4706bd281bde19254dfd2
|
||||
%global commit_date 20260302
|
||||
%global commit b2031190cd241292289bfd4f6dd33d1950761e9a
|
||||
%global commit_date 20260203
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
%global commit a12484d1e1c32866394fe6d8d92bd848f51624ac
|
||||
%global commit_date 20260302
|
||||
%global commit 7609cbfc07121b3b68d91bf2124b9c0afa57363d
|
||||
%global commit_date 20251218
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
Name: stardust-xr-protostar-nightly
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Prototype application launcher for Stardust XR
|
||||
URL: https://github.com/StardustXR/protostar
|
||||
Source0: %url/archive/%commit/protostar-%commit.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 590cbc13b143ff189efc9aaf99002e843f820392
|
||||
%global commit_date 20260302
|
||||
%global commit e9ff298d261d13c69b560a3993a8cd00b3da56ee
|
||||
%global commit_date 20260125
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
# Exclude input files from mangling
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
|
||||
Name: asusctl
|
||||
Version: 6.3.4
|
||||
Version: 6.3.3
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 8633bbba2bee93db123f11287f8260e706c90f48
|
||||
%global commit df28455f68f2282b2244b51e575ca1a2828523b7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260302
|
||||
%global commit_date 20260222
|
||||
%global ver 0.6.6.2
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: pixi
|
||||
Version: 0.65.0
|
||||
Version: 0.64.0
|
||||
Release: 1%?dist
|
||||
Summary: A cross-platform, multi-language package manager
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Acme
|
||||
Type=Application
|
||||
Exec=acme
|
||||
GenericName=Editor
|
||||
Comment='Editor from Plan 9'
|
||||
Categories=Development
|
||||
@@ -0,0 +1,9 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "plan9port.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
mock = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,986 @@
|
||||
%global commit cb7001c8d27f22f7229be302f53012bb1db52418
|
||||
%global commit_date 20260208
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
|
||||
Name: plan9port
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Summary: Plan 9 from User Space
|
||||
URL: https://9fans.github.io/plan9port/
|
||||
Source0: https://github.com/9fans/plan9port/archive/%commit/armillary-%commit.tar.gz
|
||||
Source1: acme.desktop
|
||||
License: MIT AND bzip2-1.0.6
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
AutoReq: 0
|
||||
Conflicts: rubygem-bundler
|
||||
Conflicts: stack
|
||||
Conflicts: fossil
|
||||
|
||||
%description
|
||||
A port of many Plan 9 libraries and programs to Unix.
|
||||
|
||||
%package devel
|
||||
%pkg_devel_files
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
|
||||
%build
|
||||
./INSTALL
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}/
|
||||
mkdir -p %{buildroot}%{_mandir}/
|
||||
install -Dm755 bin/9 %{buildroot}%{_bindir}/9
|
||||
install -Dm755 bin/9.rc %{buildroot}%{_bindir}/9.rc
|
||||
install -Dm755 bin/9ar %{buildroot}%{_bindir}/9ar
|
||||
install -Dm755 bin/9c %{buildroot}%{_bindir}/9c
|
||||
install -Dm755 bin/9fs %{buildroot}%{_bindir}/9fs
|
||||
install -Dm755 bin/9l %{buildroot}%{_bindir}/9l
|
||||
install -Dm755 bin/B %{buildroot}%{_bindir}/B
|
||||
install -Dm755 bin/E %{buildroot}%{_bindir}/E
|
||||
install -Dm755 bin/Getdir %{buildroot}%{_bindir}/Getdir
|
||||
install -Dm755 bin/adict %{buildroot}%{_bindir}/adict
|
||||
install -Dm755 bin/awd %{buildroot}%{_bindir}/awd
|
||||
install -Dm755 bin/bundle %{buildroot}%{_bindir}/bundle
|
||||
install -Dm755 bin/disk/mkext %{buildroot}%{_bindir}/disk/mkext
|
||||
install -Dm755 bin/disk/mkfs %{buildroot}%{_bindir}/disk/9mkfs
|
||||
install -Dm755 bin/doctype %{buildroot}%{_bindir}/doctype
|
||||
install -Dm755 bin/fossil/fossil %{buildroot}%{_bindir}/fossil/fossil
|
||||
install -Dm755 bin/fossil/flchk %{buildroot}%{_bindir}/fossil/flchk
|
||||
install -Dm755 bin/fossil/flfmt %{buildroot}%{_bindir}/fossil/flfmt
|
||||
install -Dm755 bin/fossil/conf %{buildroot}%{_bindir}/fossil/conf
|
||||
install -Dm755 bin/fossil/last %{buildroot}%{_bindir}/fossil/9last
|
||||
install -Dm755 bin/fossil/view %{buildroot}%{_bindir}/fossil/9view
|
||||
install -Dm755 bin/fs/tarfs %{buildroot}%{_bindir}/fs/tarfs
|
||||
install -Dm755 bin/fs/tpfs %{buildroot}%{_bindir}/fs/tpfs
|
||||
install -Dm755 bin/fs/v6fs %{buildroot}%{_bindir}/fs/v6fs
|
||||
install -Dm755 bin/fs/32vfs %{buildroot}%{_bindir}/fs/32vfs
|
||||
install -Dm755 bin/fs/cpiofs %{buildroot}%{_bindir}/fs/cpiofs
|
||||
install -Dm755 bin/fs/tapfs %{buildroot}%{_bindir}/fs/tapfs
|
||||
install -Dm755 bin/fs/v10fs %{buildroot}%{_bindir}/fs/v10fs
|
||||
install -Dm755 bin/fs/zipfs %{buildroot}%{_bindir}/fs/zipfs
|
||||
install -Dm755 bin/g %{buildroot}%{_bindir}/g
|
||||
install -Dm755 bin/ipso %{buildroot}%{_bindir}/ipso
|
||||
install -Dm755 bin/kill %{buildroot}%{_bindir}/9kill
|
||||
install -Dm755 bin/label %{buildroot}%{_bindir}/label
|
||||
install -Dm755 bin/lc %{buildroot}%{_bindir}/lc
|
||||
install -Dm755 bin/lookman %{buildroot}%{_bindir}/lookman
|
||||
install -Dm755 bin/macedit %{buildroot}%{_bindir}/macedit
|
||||
install -Dm755 bin/man %{buildroot}%{_bindir}/9man
|
||||
install -Dm755 bin/mount %{buildroot}%{_bindir}/9mount
|
||||
install -Dm755 bin/nobs %{buildroot}%{_bindir}/nobs
|
||||
install -Dm755 bin/nroff %{buildroot}%{_bindir}/9nroff
|
||||
install -Dm755 bin/osxvers %{buildroot}%{_bindir}/osxvers
|
||||
install -Dm755 bin/ps %{buildroot}%{_bindir}/9ps
|
||||
install -Dm755 bin/psfonts %{buildroot}%{_bindir}/psfonts
|
||||
install -Dm755 bin/psu %{buildroot}%{_bindir}/psu
|
||||
install -Dm755 bin/psv %{buildroot}%{_bindir}/psv
|
||||
install -Dm755 bin/quote1 %{buildroot}%{_bindir}/quote1
|
||||
install -Dm755 bin/quote2 %{buildroot}%{_bindir}/quote2
|
||||
install -Dm755 bin/samsave %{buildroot}%{_bindir}/samsave
|
||||
install -Dm755 bin/sig %{buildroot}%{_bindir}/sig
|
||||
install -Dm755 bin/slay %{buildroot}%{_bindir}/slay
|
||||
install -Dm755 bin/soelim %{buildroot}%{_bindir}/9soelim
|
||||
install -Dm755 bin/spell %{buildroot}%{_bindir}/spell
|
||||
install -Dm755 bin/src %{buildroot}%{_bindir}/src
|
||||
install -Dm755 bin/ssam %{buildroot}%{_bindir}/ssam
|
||||
install -Dm755 bin/stack %{buildroot}%{_bindir}/stack
|
||||
install -Dm755 bin/start %{buildroot}%{_bindir}/start
|
||||
install -Dm755 bin/stop %{buildroot}%{_bindir}/stop
|
||||
install -Dm755 bin/tref %{buildroot}%{_bindir}/tref
|
||||
install -Dm755 bin/troff2png %{buildroot}%{_bindir}/troff2png
|
||||
install -Dm755 bin/u %{buildroot}%{_bindir}/u
|
||||
install -Dm755 bin/u.rc %{buildroot}%{_bindir}/u.rc
|
||||
install -Dm755 bin/unmount %{buildroot}%{_bindir}/unmount
|
||||
install -Dm755 bin/upas/isspam %{buildroot}%{_bindir}/upas/isspam
|
||||
install -Dm755 bin/upas/msgcat %{buildroot}%{_bindir}/upas/9msgcat
|
||||
install -Dm755 bin/upas/spam %{buildroot}%{_bindir}/upas/spam
|
||||
install -Dm755 bin/upas/spambox %{buildroot}%{_bindir}/upas/spambox
|
||||
install -Dm755 bin/upas/unspam %{buildroot}%{_bindir}/upas/unspam
|
||||
install -Dm755 bin/upas/unspambox %{buildroot}%{_bindir}/upas/unspambox
|
||||
install -Dm755 bin/venti/copy %{buildroot}%{_bindir}/venti/copy
|
||||
install -Dm755 bin/venti/read %{buildroot}%{_bindir}/venti/9read
|
||||
install -Dm755 bin/venti/ro %{buildroot}%{_bindir}/venti/ro
|
||||
install -Dm755 bin/venti/sync %{buildroot}%{_bindir}/venti/9sync
|
||||
install -Dm755 bin/venti/write %{buildroot}%{_bindir}/venti/9write
|
||||
install -Dm755 bin/venti/dump %{buildroot}%{_bindir}/venti/dump
|
||||
install -Dm755 bin/venti/venti %{buildroot}%{_bindir}/venti/venti
|
||||
install -Dm755 bin/venti/buildindex %{buildroot}%{_bindir}/venti/buildindex
|
||||
install -Dm755 bin/venti/checkarenas %{buildroot}%{_bindir}/venti/checkarenas
|
||||
install -Dm755 bin/venti/checkindex %{buildroot}%{_bindir}/venti/checkindex
|
||||
install -Dm755 bin/venti/clumpstats %{buildroot}%{_bindir}/venti/clumpstats
|
||||
install -Dm755 bin/venti/conf %{buildroot}%{_bindir}/venti/conf
|
||||
install -Dm755 bin/venti/findscore %{buildroot}%{_bindir}/venti/findscore
|
||||
install -Dm755 bin/venti/fixarenas %{buildroot}%{_bindir}/venti/fixarenas
|
||||
install -Dm755 bin/venti/fmtarenas %{buildroot}%{_bindir}/venti/fmtarenas
|
||||
install -Dm755 bin/venti/fmtbloom %{buildroot}%{_bindir}/venti/fmtbloom
|
||||
install -Dm755 bin/venti/fmtindex %{buildroot}%{_bindir}/venti/fmtindex
|
||||
install -Dm755 bin/venti/fmtisect %{buildroot}%{_bindir}/venti/fmtisect
|
||||
install -Dm755 bin/venti/mirrorarenas %{buildroot}%{_bindir}/venti/mirrorarenas
|
||||
install -Dm755 bin/venti/printarena %{buildroot}%{_bindir}/venti/printarena
|
||||
install -Dm755 bin/venti/printarenapart %{buildroot}%{_bindir}/venti/printarenapart
|
||||
install -Dm755 bin/venti/rdarena %{buildroot}%{_bindir}/venti/rdarena
|
||||
install -Dm755 bin/venti/syncindex %{buildroot}%{_bindir}/venti/syncindex
|
||||
install -Dm755 bin/venti/verifyarena %{buildroot}%{_bindir}/venti/verifyarena
|
||||
install -Dm755 bin/venti/wrarena %{buildroot}%{_bindir}/venti/wrarena
|
||||
install -Dm755 bin/vmount %{buildroot}%{_bindir}/vmount
|
||||
install -Dm755 bin/vwhois %{buildroot}%{_bindir}/vwhois
|
||||
install -Dm755 bin/web %{buildroot}%{_bindir}/web
|
||||
install -Dm755 bin/wintext %{buildroot}%{_bindir}/wintext
|
||||
install -Dm755 bin/wmail %{buildroot}%{_bindir}/wmail
|
||||
install -Dm755 bin/yesterday %{buildroot}%{_bindir}/yesterday
|
||||
install -Dm755 bin/yacc %{buildroot}%{_bindir}/yacc
|
||||
install -Dm755 bin/import %{buildroot}%{_bindir}/9import
|
||||
install -Dm755 bin/9p %{buildroot}%{_bindir}/9p
|
||||
install -Dm755 bin/9pserve %{buildroot}%{_bindir}/9pserve
|
||||
install -Dm755 bin/acmeevent %{buildroot}%{_bindir}/acmeevent
|
||||
install -Dm755 bin/ascii %{buildroot}%{_bindir}/ascii
|
||||
install -Dm755 bin/auxclog %{buildroot}%{_bindir}/auxclog
|
||||
install -Dm755 bin/basename %{buildroot}%{_bindir}/9basename
|
||||
install -Dm755 bin/bc %{buildroot}%{_bindir}/9bc
|
||||
install -Dm755 bin/cal %{buildroot}%{_bindir}/9cal
|
||||
install -Dm755 bin/calendar %{buildroot}%{_bindir}/calendar
|
||||
install -Dm755 bin/cat %{buildroot}%{_bindir}/9cat
|
||||
install -Dm755 bin/cleanname %{buildroot}%{_bindir}/cleanname
|
||||
install -Dm755 bin/cmp %{buildroot}%{_bindir}/9cmp
|
||||
install -Dm755 bin/col %{buildroot}%{_bindir}/9col
|
||||
install -Dm755 bin/comm %{buildroot}%{_bindir}/9comm
|
||||
install -Dm755 bin/core %{buildroot}%{_bindir}/core
|
||||
install -Dm755 bin/date %{buildroot}%{_bindir}/9date
|
||||
install -Dm755 bin/dc %{buildroot}%{_bindir}/9dc
|
||||
install -Dm755 bin/dd %{buildroot}%{_bindir}/9dd
|
||||
install -Dm755 bin/delatex %{buildroot}%{_bindir}/delatex
|
||||
install -Dm755 bin/deroff %{buildroot}%{_bindir}/deroff
|
||||
install -Dm755 bin/dial %{buildroot}%{_bindir}/dial
|
||||
install -Dm755 bin/du %{buildroot}%{_bindir}/9du
|
||||
install -Dm755 bin/echo %{buildroot}%{_bindir}/9echo
|
||||
install -Dm755 bin/ed %{buildroot}%{_bindir}/9ed
|
||||
install -Dm755 bin/factor %{buildroot}%{_bindir}/9factor
|
||||
install -Dm755 bin/file %{buildroot}%{_bindir}/9file
|
||||
install -Dm755 bin/fmt %{buildroot}%{_bindir}/9fmt
|
||||
install -Dm755 bin/fortune %{buildroot}%{_bindir}/fortune
|
||||
install -Dm755 bin/freq %{buildroot}%{_bindir}/freq
|
||||
install -Dm755 bin/fsize %{buildroot}%{_bindir}/fsize
|
||||
install -Dm755 bin/getflags %{buildroot}%{_bindir}/getflags
|
||||
install -Dm755 bin/hget %{buildroot}%{_bindir}/hget
|
||||
install -Dm755 bin/hist %{buildroot}%{_bindir}/hist
|
||||
install -Dm755 bin/idiff %{buildroot}%{_bindir}/idiff
|
||||
install -Dm755 bin/import %{buildroot}%{_bindir}/9import
|
||||
install -Dm755 bin/join %{buildroot}%{_bindir}/9join
|
||||
install -Dm755 bin/listen1 %{buildroot}%{_bindir}/listen1
|
||||
install -Dm755 bin/look %{buildroot}%{_bindir}/9look
|
||||
install -Dm755 bin/ls %{buildroot}%{_bindir}/9ls
|
||||
install -Dm755 bin/md5sum %{buildroot}%{_bindir}/9md5sum
|
||||
install -Dm755 bin/mkdir %{buildroot}%{_bindir}/9mkdir
|
||||
install -Dm755 bin/mntgen %{buildroot}%{_bindir}/mntgen
|
||||
install -Dm755 bin/mtime %{buildroot}%{_bindir}/mtime
|
||||
install -Dm755 bin/namespace %{buildroot}%{_bindir}/namespace
|
||||
install -Dm755 bin/netkey %{buildroot}%{_bindir}/netkey
|
||||
install -Dm755 bin/news %{buildroot}%{_bindir}/news
|
||||
install -Dm755 bin/pbd %{buildroot}%{_bindir}/pbd
|
||||
install -Dm755 bin/p %{buildroot}%{_bindir}/p
|
||||
install -Dm755 bin/pr %{buildroot}%{_bindir}/9pr
|
||||
install -Dm755 bin/primes %{buildroot}%{_bindir}/primes
|
||||
install -Dm755 bin/ramfs %{buildroot}%{_bindir}/ramfs
|
||||
install -Dm755 bin/read %{buildroot}%{_bindir}/read
|
||||
install -Dm755 bin/readcons %{buildroot}%{_bindir}/readcons
|
||||
install -Dm755 bin/resample %{buildroot}%{_bindir}/resample
|
||||
install -Dm755 bin/rm %{buildroot}%{_bindir}/9rm
|
||||
install -Dm755 bin/sed %{buildroot}%{_bindir}/9sed
|
||||
install -Dm755 bin/seq %{buildroot}%{_bindir}/9seq
|
||||
install -Dm755 bin/sftpcache %{buildroot}%{_bindir}/sftpcache
|
||||
install -Dm755 bin/sha1sum %{buildroot}%{_bindir}/9sha1sum
|
||||
install -Dm755 bin/sleep %{buildroot}%{_bindir}/9sleep
|
||||
install -Dm755 bin/sort %{buildroot}%{_bindir}/9sort
|
||||
install -Dm755 bin/split %{buildroot}%{_bindir}/9split
|
||||
install -Dm755 bin/srv %{buildroot}%{_bindir}/srv
|
||||
install -Dm755 bin/strings %{buildroot}%{_bindir}/9strings
|
||||
install -Dm755 bin/sum %{buildroot}%{_bindir}/9sum
|
||||
install -Dm755 bin/tail %{buildroot}%{_bindir}/9tail
|
||||
install -Dm755 bin/tar %{buildroot}%{_bindir}/9tar
|
||||
install -Dm755 bin/tee %{buildroot}%{_bindir}/9tee
|
||||
install -Dm755 bin/test %{buildroot}%{_bindir}/9test
|
||||
install -Dm755 bin/time %{buildroot}%{_bindir}/9time
|
||||
install -Dm755 bin/touch %{buildroot}%{_bindir}/9touch
|
||||
install -Dm755 bin/tr %{buildroot}%{_bindir}/9tr
|
||||
install -Dm755 bin/unicode %{buildroot}%{_bindir}/unicode
|
||||
install -Dm755 bin/uniq %{buildroot}%{_bindir}/9uniq
|
||||
install -Dm755 bin/units %{buildroot}%{_bindir}/units
|
||||
install -Dm755 bin/unutf %{buildroot}%{_bindir}/unutf
|
||||
install -Dm755 bin/usage %{buildroot}%{_bindir}/usage
|
||||
install -Dm755 bin/wc %{buildroot}%{_bindir}/9wc
|
||||
install -Dm755 bin/xd %{buildroot}%{_bindir}/xd
|
||||
install -Dm755 bin/zerotrunc %{buildroot}%{_bindir}/zerotrunc
|
||||
install -Dm755 bin/lex %{buildroot}%{_bindir}/9lex
|
||||
install -Dm755 bin/dump9660 %{buildroot}%{_bindir}/dump9660
|
||||
install -Dm755 bin/mk9660 %{buildroot}%{_bindir}/mk9660
|
||||
install -Dm755 bin/9660srv %{buildroot}%{_bindir}/9660srv
|
||||
install -Dm755 bin/9pfuse %{buildroot}%{_bindir}/9pfuse
|
||||
install -Dm755 bin/9term %{buildroot}%{_bindir}/9term
|
||||
install -Dm755 bin/win %{buildroot}%{_bindir}/win
|
||||
install -Dm755 bin/acid %{buildroot}%{_bindir}/acid
|
||||
install -Dm755 bin/acidtypes %{buildroot}%{_bindir}/acidtypes
|
||||
install -Dm755 bin/acme %{buildroot}%{_bindir}/acme
|
||||
install -Dm755 bin/Mail %{buildroot}%{_bindir}/Mail
|
||||
install -Dm755 bin/astro %{buildroot}%{_bindir}/astro
|
||||
install -Dm755 bin/asn12dsa %{buildroot}%{_bindir}/asn12dsa
|
||||
install -Dm755 bin/asn12rsa %{buildroot}%{_bindir}/asn12rsa
|
||||
install -Dm755 bin/dsagen %{buildroot}%{_bindir}/dsagen
|
||||
install -Dm755 bin/dsasign %{buildroot}%{_bindir}/dsasign
|
||||
install -Dm755 bin/dsa2pub %{buildroot}%{_bindir}/dsa2pub
|
||||
install -Dm755 bin/dsa2ssh %{buildroot}%{_bindir}/dsa2ssh
|
||||
install -Dm755 bin/passwd %{buildroot}%{_bindir}/9passwd
|
||||
install -Dm755 bin/pemdecode %{buildroot}%{_bindir}/pemdecode
|
||||
install -Dm755 bin/pemencode %{buildroot}%{_bindir}/pemencode
|
||||
install -Dm755 bin/rsagen %{buildroot}%{_bindir}/rsagen
|
||||
install -Dm755 bin/rsafill %{buildroot}%{_bindir}/rsafill
|
||||
install -Dm755 bin/rsa2csr %{buildroot}%{_bindir}/rsa2csr
|
||||
install -Dm755 bin/rsa2pub %{buildroot}%{_bindir}/rsa2pub
|
||||
install -Dm755 bin/rsa2ssh %{buildroot}%{_bindir}/rsa2ssh
|
||||
install -Dm755 bin/rsa2x509 %{buildroot}%{_bindir}/rsa2x509
|
||||
install -Dm755 bin/ssh-agent %{buildroot}%{_bindir}/9ssh-agent
|
||||
install -Dm755 bin/factotum %{buildroot}%{_bindir}/factotum
|
||||
install -Dm755 bin/aescbc %{buildroot}%{_bindir}/aescbc
|
||||
install -Dm755 bin/secstore %{buildroot}%{_bindir}/secstore
|
||||
install -Dm755 bin/secstored %{buildroot}%{_bindir}/secstored
|
||||
install -Dm755 bin/secuser %{buildroot}%{_bindir}/secuser
|
||||
install -Dm755 bin/auxstats %{buildroot}%{_bindir}/auxstats
|
||||
install -Dm755 bin/awk %{buildroot}%{_bindir}/9awk
|
||||
install -Dm755 bin/bzip2 %{buildroot}%{_bindir}/9bzip2
|
||||
install -Dm755 bin/bunzip2 %{buildroot}%{_bindir}/9bunzip2
|
||||
install -Dm755 bin/cb %{buildroot}%{_bindir}/cb
|
||||
install -Dm755 bin/compress %{buildroot}%{_bindir}/compress
|
||||
install -Dm755 bin/zcat %{buildroot}%{_bindir}/9zcat
|
||||
install -Dm755 bin/uncompress %{buildroot}%{_bindir}/uncompress
|
||||
install -Dm755 bin/db %{buildroot}%{_bindir}/db
|
||||
install -Dm755 bin/mklatinkbd %{buildroot}%{_bindir}/mklatinkbd
|
||||
install -Dm755 bin/devdraw %{buildroot}%{_bindir}/devdraw
|
||||
install -Dm755 bin/dict %{buildroot}%{_bindir}/dict
|
||||
install -Dm755 bin/diff %{buildroot}%{_bindir}/9diff
|
||||
install -Dm755 bin/clock %{buildroot}%{_bindir}/9clock
|
||||
install -Dm755 bin/cmapcube %{buildroot}%{_bindir}/cmapcube
|
||||
install -Dm755 bin/colors %{buildroot}%{_bindir}/colors
|
||||
install -Dm755 bin/crop %{buildroot}%{_bindir}/crop
|
||||
install -Dm755 bin/gview %{buildroot}%{_bindir}/9gview
|
||||
install -Dm755 bin/iconv %{buildroot}%{_bindir}/9iconv
|
||||
install -Dm755 bin/img %{buildroot}%{_bindir}/img
|
||||
install -Dm755 bin/mc %{buildroot}%{_bindir}/mc
|
||||
install -Dm755 bin/stats %{buildroot}%{_bindir}/stats
|
||||
install -Dm755 bin/statusbar %{buildroot}%{_bindir}/statusbar
|
||||
install -Dm755 bin/tcolors %{buildroot}%{_bindir}/tcolors
|
||||
install -Dm755 bin/tweak %{buildroot}%{_bindir}/tweak
|
||||
install -Dm755 bin/eqn %{buildroot}%{_bindir}/9eqn
|
||||
install -Dm755 bin/fontsrv %{buildroot}%{_bindir}/fontsrv
|
||||
install -Dm755 bin/grap %{buildroot}%{_bindir}/grap
|
||||
install -Dm755 bin/graph %{buildroot}%{_bindir}/graph
|
||||
install -Dm755 bin/grep %{buildroot}%{_bindir}/9grep
|
||||
install -Dm755 bin/gzip %{buildroot}%{_bindir}/9gzip
|
||||
install -Dm755 bin/gunzip %{buildroot}%{_bindir}/9gunzip
|
||||
install -Dm755 bin/zip %{buildroot}%{_bindir}/9zip
|
||||
install -Dm755 bin/unzip %{buildroot}%{_bindir}/9unzip
|
||||
install -Dm755 bin/hoc %{buildroot}%{_bindir}/hoc
|
||||
install -Dm755 bin/htmlfmt %{buildroot}%{_bindir}/htmlfmt
|
||||
install -Dm755 bin/htmlroff %{buildroot}%{_bindir}/htmlroff
|
||||
install -Dm755 bin/jpg %{buildroot}%{_bindir}/jpg
|
||||
install -Dm755 bin/gif %{buildroot}%{_bindir}/gif
|
||||
install -Dm755 bin/togif %{buildroot}%{_bindir}/togif
|
||||
install -Dm755 bin/ppm %{buildroot}%{_bindir}/ppm
|
||||
install -Dm755 bin/toppm %{buildroot}%{_bindir}/toppm
|
||||
install -Dm755 bin/png %{buildroot}%{_bindir}/png
|
||||
install -Dm755 bin/topng %{buildroot}%{_bindir}/topng
|
||||
install -Dm755 bin/yuv %{buildroot}%{_bindir}/yuv
|
||||
install -Dm755 bin/ico %{buildroot}%{_bindir}/ico
|
||||
install -Dm755 bin/toico %{buildroot}%{_bindir}/toico
|
||||
install -Dm755 bin/bmp %{buildroot}%{_bindir}/bmp
|
||||
install -Dm755 bin/mapd %{buildroot}%{_bindir}/mapd
|
||||
install -Dm755 bin/mk %{buildroot}%{_bindir}/mk
|
||||
install -Dm755 bin/dns %{buildroot}%{_bindir}/dns
|
||||
install -Dm755 bin/dnsquery %{buildroot}%{_bindir}/dnsquery
|
||||
install -Dm755 bin/dnsdebug %{buildroot}%{_bindir}/dnsdebug
|
||||
install -Dm755 bin/dnstcp %{buildroot}%{_bindir}/dnstcp
|
||||
install -Dm755 bin/ndbmkdb %{buildroot}%{_bindir}/ndbmkdb
|
||||
install -Dm755 bin/ndbquery %{buildroot}%{_bindir}/ndbquery
|
||||
install -Dm755 bin/ndbmkhash %{buildroot}%{_bindir}/ndbmkhash
|
||||
install -Dm755 bin/ndbmkhosts %{buildroot}%{_bindir}/ndbmkhosts
|
||||
install -Dm755 bin/ndbipquery %{buildroot}%{_bindir}/ndbipquery
|
||||
install -Dm755 bin/Netfiles %{buildroot}%{_bindir}/Netfiles
|
||||
install -Dm755 bin/netfileget %{buildroot}%{_bindir}/netfileget
|
||||
install -Dm755 bin/netfileput %{buildroot}%{_bindir}/netfileput
|
||||
install -Dm755 bin/netfilestat %{buildroot}%{_bindir}/netfilestat
|
||||
install -Dm755 bin/netfilelib.rc %{buildroot}%{_bindir}/netfilelib.rc
|
||||
install -Dm755 bin/page %{buildroot}%{_bindir}/page
|
||||
install -Dm755 bin/paint %{buildroot}%{_bindir}/paint
|
||||
install -Dm755 bin/pic %{buildroot}%{_bindir}/9pic
|
||||
install -Dm755 bin/plot %{buildroot}%{_bindir}/plot
|
||||
install -Dm755 bin/plumber %{buildroot}%{_bindir}/plumber
|
||||
install -Dm755 bin/plumb %{buildroot}%{_bindir}/plumb
|
||||
install -Dm755 bin/tr2post %{buildroot}%{_bindir}/tr2post
|
||||
install -Dm755 bin/psdownload %{buildroot}%{_bindir}/psdownload
|
||||
install -Dm755 bin/proof %{buildroot}%{_bindir}/proof
|
||||
install -Dm755 bin/rc %{buildroot}%{_bindir}/rc
|
||||
install -Dm755 bin/rio %{buildroot}%{_bindir}/rio
|
||||
install -Dm755 bin/winwatch %{buildroot}%{_bindir}/winwatch
|
||||
install -Dm755 bin/xshove %{buildroot}%{_bindir}/xshove
|
||||
install -Dm755 bin/sam %{buildroot}%{_bindir}/sam
|
||||
install -Dm755 bin/samterm %{buildroot}%{_bindir}/samterm
|
||||
install -Dm755 bin/scat %{buildroot}%{_bindir}/scat
|
||||
install -Dm755 bin/sprog %{buildroot}%{_bindir}/sprog
|
||||
install -Dm755 bin/svgpic %{buildroot}%{_bindir}/svgpic
|
||||
install -Dm755 bin/tbl %{buildroot}%{_bindir}/9tbl
|
||||
install -Dm755 bin/tcs %{buildroot}%{_bindir}/tcs
|
||||
install -Dm755 bin/tpic %{buildroot}%{_bindir}/tpic
|
||||
install -Dm755 bin/troff %{buildroot}%{_bindir}/9troff
|
||||
install -Dm755 bin/troff2html %{buildroot}%{_bindir}/troff2html
|
||||
install -Dm755 bin/vac %{buildroot}%{_bindir}/vac
|
||||
install -Dm755 bin/vacfs %{buildroot}%{_bindir}/vacfs
|
||||
install -Dm755 bin/unvac %{buildroot}%{_bindir}/unvac
|
||||
install -Dm755 bin/disknfs %{buildroot}%{_bindir}/disknfs
|
||||
install -Dm755 bin/vbackup %{buildroot}%{_bindir}/vbackup
|
||||
install -Dm755 bin/vcat %{buildroot}%{_bindir}/vcat
|
||||
install -Dm755 bin/vmount0 %{buildroot}%{_bindir}/vmount0
|
||||
install -Dm755 bin/vnfs %{buildroot}%{_bindir}/vnfs
|
||||
cp -r man/* %{buildroot}%{_mandir}/
|
||||
install -Dm644 include/*.h -t %{buildroot}%{_includedir}/
|
||||
install -Dm644 lib/*.a -t %{buildroot}%{_libdir}/
|
||||
%desktop_file_install %{SOURCE1}
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_appsdir}/acme.desktop
|
||||
|
||||
%files
|
||||
%doc README.md CONTRIBUTING.md CONTRIBUTORS
|
||||
%license LICENSE src/cmd/bzip2/LICENSE
|
||||
%{_appsdir}/acme.desktop
|
||||
%{_bindir}/9
|
||||
%{_bindir}/9.rc
|
||||
%{_bindir}/9ar
|
||||
%{_bindir}/9c
|
||||
%{_bindir}/9fs
|
||||
%{_bindir}/9l
|
||||
%{_bindir}/B
|
||||
%{_bindir}/E
|
||||
%{_bindir}/Getdir
|
||||
%{_bindir}/adict
|
||||
%{_bindir}/awd
|
||||
%{_bindir}/bundle
|
||||
%{_bindir}/disk/mkext
|
||||
%{_bindir}/disk/9mkfs
|
||||
%{_bindir}/doctype
|
||||
%{_bindir}/fossil/fossil
|
||||
%{_bindir}/fossil/flchk
|
||||
%{_bindir}/fossil/flfmt
|
||||
%{_bindir}/fossil/conf
|
||||
%{_bindir}/fossil/9last
|
||||
%{_bindir}/fossil/9view
|
||||
%{_bindir}/fs/tarfs
|
||||
%{_bindir}/fs/tpfs
|
||||
%{_bindir}/fs/v6fs
|
||||
%{_bindir}/fs/32vfs
|
||||
%{_bindir}/fs/cpiofs
|
||||
%{_bindir}/fs/tapfs
|
||||
%{_bindir}/fs/v10fs
|
||||
%{_bindir}/fs/zipfs
|
||||
%{_bindir}/g
|
||||
%{_bindir}/ipso
|
||||
%{_bindir}/9kill
|
||||
%{_bindir}/label
|
||||
%{_bindir}/lc
|
||||
%{_bindir}/lookman
|
||||
%{_bindir}/macedit
|
||||
%{_bindir}/9man
|
||||
%{_bindir}/9mount
|
||||
%{_bindir}/nobs
|
||||
%{_bindir}/9nroff
|
||||
%{_bindir}/osxvers
|
||||
%{_bindir}/9ps
|
||||
%{_bindir}/psfonts
|
||||
%{_bindir}/psu
|
||||
%{_bindir}/psv
|
||||
%{_bindir}/quote1
|
||||
%{_bindir}/quote2
|
||||
%{_bindir}/samsave
|
||||
%{_bindir}/sig
|
||||
%{_bindir}/slay
|
||||
%{_bindir}/9soelim
|
||||
%{_bindir}/spell
|
||||
%{_bindir}/src
|
||||
%{_bindir}/ssam
|
||||
%{_bindir}/stack
|
||||
%{_bindir}/start
|
||||
%{_bindir}/stop
|
||||
%{_bindir}/tref
|
||||
%{_bindir}/troff2png
|
||||
%{_bindir}/u
|
||||
%{_bindir}/u.rc
|
||||
%{_bindir}/unmount
|
||||
%{_bindir}/upas/isspam
|
||||
%{_bindir}/upas/9msgcat
|
||||
%{_bindir}/upas/spam
|
||||
%{_bindir}/upas/spambox
|
||||
%{_bindir}/upas/unspam
|
||||
%{_bindir}/upas/unspambox
|
||||
%{_bindir}/venti/copy
|
||||
%{_bindir}/venti/9read
|
||||
%{_bindir}/venti/ro
|
||||
%{_bindir}/venti/9sync
|
||||
%{_bindir}/venti/9write
|
||||
%{_bindir}/venti/dump
|
||||
%{_bindir}/venti/venti
|
||||
%{_bindir}/venti/buildindex
|
||||
%{_bindir}/venti/checkarenas
|
||||
%{_bindir}/venti/checkindex
|
||||
%{_bindir}/venti/clumpstats
|
||||
%{_bindir}/venti/conf
|
||||
%{_bindir}/venti/findscore
|
||||
%{_bindir}/venti/fixarenas
|
||||
%{_bindir}/venti/fmtarenas
|
||||
%{_bindir}/venti/fmtbloom
|
||||
%{_bindir}/venti/fmtindex
|
||||
%{_bindir}/venti/fmtisect
|
||||
%{_bindir}/venti/mirrorarenas
|
||||
%{_bindir}/venti/printarena
|
||||
%{_bindir}/venti/printarenapart
|
||||
%{_bindir}/venti/rdarena
|
||||
%{_bindir}/venti/syncindex
|
||||
%{_bindir}/venti/verifyarena
|
||||
%{_bindir}/venti/wrarena
|
||||
%{_bindir}/vmount
|
||||
%{_bindir}/vwhois
|
||||
%{_bindir}/web
|
||||
%{_bindir}/wintext
|
||||
%{_bindir}/wmail
|
||||
%{_bindir}/yesterday
|
||||
%{_bindir}/yacc
|
||||
%{_bindir}/9import
|
||||
%{_bindir}/9p
|
||||
%{_bindir}/9pserve
|
||||
%{_bindir}/acmeevent
|
||||
%{_bindir}/ascii
|
||||
%{_bindir}/auxclog
|
||||
%{_bindir}/9basename
|
||||
%{_bindir}/9bc
|
||||
%{_bindir}/9cal
|
||||
%{_bindir}/calendar
|
||||
%{_bindir}/9cat
|
||||
%{_bindir}/cleanname
|
||||
%{_bindir}/9cmp
|
||||
%{_bindir}/9col
|
||||
%{_bindir}/9comm
|
||||
%{_bindir}/core
|
||||
%{_bindir}/9date
|
||||
%{_bindir}/9dc
|
||||
%{_bindir}/9dd
|
||||
%{_bindir}/delatex
|
||||
%{_bindir}/deroff
|
||||
%{_bindir}/dial
|
||||
%{_bindir}/9du
|
||||
%{_bindir}/9echo
|
||||
%{_bindir}/9ed
|
||||
%{_bindir}/9factor
|
||||
%{_bindir}/9file
|
||||
%{_bindir}/9fmt
|
||||
%{_bindir}/fortune
|
||||
%{_bindir}/freq
|
||||
%{_bindir}/fsize
|
||||
%{_bindir}/getflags
|
||||
%{_bindir}/hget
|
||||
%{_bindir}/hist
|
||||
%{_bindir}/idiff
|
||||
%{_bindir}/9import
|
||||
%{_bindir}/9join
|
||||
%{_bindir}/listen1
|
||||
%{_bindir}/9look
|
||||
%{_bindir}/9ls
|
||||
%{_bindir}/9md5sum
|
||||
%{_bindir}/9mkdir
|
||||
%{_bindir}/mntgen
|
||||
%{_bindir}/mtime
|
||||
%{_bindir}/namespace
|
||||
%{_bindir}/netkey
|
||||
%{_bindir}/news
|
||||
%{_bindir}/pbd
|
||||
%{_bindir}/p
|
||||
%{_bindir}/9pr
|
||||
%{_bindir}/primes
|
||||
%{_bindir}/ramfs
|
||||
%{_bindir}/read
|
||||
%{_bindir}/readcons
|
||||
%{_bindir}/resample
|
||||
%{_bindir}/9rm
|
||||
%{_bindir}/9sed
|
||||
%{_bindir}/9seq
|
||||
%{_bindir}/sftpcache
|
||||
%{_bindir}/9sha1sum
|
||||
%{_bindir}/9sleep
|
||||
%{_bindir}/9sort
|
||||
%{_bindir}/9split
|
||||
%{_bindir}/srv
|
||||
%{_bindir}/9strings
|
||||
%{_bindir}/9sum
|
||||
%{_bindir}/9tail
|
||||
%{_bindir}/9tar
|
||||
%{_bindir}/9tee
|
||||
%{_bindir}/9test
|
||||
%{_bindir}/9time
|
||||
%{_bindir}/9touch
|
||||
%{_bindir}/9tr
|
||||
%{_bindir}/unicode
|
||||
%{_bindir}/9uniq
|
||||
%{_bindir}/units
|
||||
%{_bindir}/unutf
|
||||
%{_bindir}/usage
|
||||
%{_bindir}/9wc
|
||||
%{_bindir}/xd
|
||||
%{_bindir}/zerotrunc
|
||||
%{_bindir}/9lex
|
||||
%{_bindir}/dump9660
|
||||
%{_bindir}/mk9660
|
||||
%{_bindir}/9660srv
|
||||
%{_bindir}/9pfuse
|
||||
%{_bindir}/9term
|
||||
%{_bindir}/win
|
||||
%{_bindir}/acid
|
||||
%{_bindir}/acidtypes
|
||||
%{_bindir}/acme
|
||||
%{_bindir}/Mail
|
||||
%{_bindir}/astro
|
||||
%{_bindir}/asn12dsa
|
||||
%{_bindir}/asn12rsa
|
||||
%{_bindir}/dsagen
|
||||
%{_bindir}/dsasign
|
||||
%{_bindir}/dsa2pub
|
||||
%{_bindir}/dsa2ssh
|
||||
%{_bindir}/9passwd
|
||||
%{_bindir}/pemdecode
|
||||
%{_bindir}/pemencode
|
||||
%{_bindir}/rsagen
|
||||
%{_bindir}/rsafill
|
||||
%{_bindir}/rsa2csr
|
||||
%{_bindir}/rsa2pub
|
||||
%{_bindir}/rsa2ssh
|
||||
%{_bindir}/rsa2x509
|
||||
%{_bindir}/9ssh-agent
|
||||
%{_bindir}/factotum
|
||||
%{_bindir}/aescbc
|
||||
%{_bindir}/secstore
|
||||
%{_bindir}/secstored
|
||||
%{_bindir}/secuser
|
||||
%{_bindir}/auxstats
|
||||
%{_bindir}/9awk
|
||||
%{_bindir}/9bzip2
|
||||
%{_bindir}/9bunzip2
|
||||
%{_bindir}/cb
|
||||
%{_bindir}/compress
|
||||
%{_bindir}/9zcat
|
||||
%{_bindir}/uncompress
|
||||
%{_bindir}/db
|
||||
%{_bindir}/mklatinkbd
|
||||
%{_bindir}/devdraw
|
||||
%{_bindir}/dict
|
||||
%{_bindir}/9diff
|
||||
%{_bindir}/9clock
|
||||
%{_bindir}/cmapcube
|
||||
%{_bindir}/colors
|
||||
%{_bindir}/crop
|
||||
%{_bindir}/9gview
|
||||
%{_bindir}/9iconv
|
||||
%{_bindir}/img
|
||||
%{_bindir}/mc
|
||||
%{_bindir}/stats
|
||||
%{_bindir}/statusbar
|
||||
%{_bindir}/tcolors
|
||||
%{_bindir}/tweak
|
||||
%{_bindir}/9eqn
|
||||
%{_bindir}/fontsrv
|
||||
%{_bindir}/grap
|
||||
%{_bindir}/graph
|
||||
%{_bindir}/9grep
|
||||
%{_bindir}/9gzip
|
||||
%{_bindir}/9gunzip
|
||||
%{_bindir}/9zip
|
||||
%{_bindir}/9unzip
|
||||
%{_bindir}/hoc
|
||||
%{_bindir}/htmlfmt
|
||||
%{_bindir}/htmlroff
|
||||
%{_bindir}/jpg
|
||||
%{_bindir}/gif
|
||||
%{_bindir}/togif
|
||||
%{_bindir}/ppm
|
||||
%{_bindir}/toppm
|
||||
%{_bindir}/png
|
||||
%{_bindir}/topng
|
||||
%{_bindir}/yuv
|
||||
%{_bindir}/ico
|
||||
%{_bindir}/toico
|
||||
%{_bindir}/bmp
|
||||
%{_bindir}/mapd
|
||||
%{_bindir}/mk
|
||||
%{_bindir}/dns
|
||||
%{_bindir}/dnsquery
|
||||
%{_bindir}/dnsdebug
|
||||
%{_bindir}/dnstcp
|
||||
%{_bindir}/ndbmkdb
|
||||
%{_bindir}/ndbquery
|
||||
%{_bindir}/ndbmkhash
|
||||
%{_bindir}/ndbmkhosts
|
||||
%{_bindir}/ndbipquery
|
||||
%{_bindir}/Netfiles
|
||||
%{_bindir}/netfileget
|
||||
%{_bindir}/netfileput
|
||||
%{_bindir}/netfilestat
|
||||
%{_bindir}/netfilelib.rc
|
||||
%{_bindir}/page
|
||||
%{_bindir}/paint
|
||||
%{_bindir}/9pic
|
||||
%{_bindir}/plot
|
||||
%{_bindir}/plumber
|
||||
%{_bindir}/plumb
|
||||
%{_bindir}/tr2post
|
||||
%{_bindir}/psdownload
|
||||
%{_bindir}/proof
|
||||
%{_bindir}/rc
|
||||
%{_bindir}/rio
|
||||
%{_bindir}/winwatch
|
||||
%{_bindir}/xshove
|
||||
%{_bindir}/sam
|
||||
%{_bindir}/samterm
|
||||
%{_bindir}/scat
|
||||
%{_bindir}/sprog
|
||||
%{_bindir}/svgpic
|
||||
%{_bindir}/9tbl
|
||||
%{_bindir}/tcs
|
||||
%{_bindir}/tpic
|
||||
%{_bindir}/9troff
|
||||
%{_bindir}/troff2html
|
||||
%{_bindir}/vac
|
||||
%{_bindir}/vacfs
|
||||
%{_bindir}/unvac
|
||||
%{_bindir}/disknfs
|
||||
%{_bindir}/vbackup
|
||||
%{_bindir}/vcat
|
||||
%{_bindir}/vmount0
|
||||
%{_bindir}/vnfs
|
||||
%{_mandir}/man1/0intro.1.*
|
||||
%{_mandir}/man1/9.1.*
|
||||
%{_mandir}/man1/9c.1.*
|
||||
%{_mandir}/man1/9p.1.*
|
||||
%{_mandir}/man1/9term.1.*
|
||||
%{_mandir}/man1/acid.1.*
|
||||
%{_mandir}/man1/acme.1.*
|
||||
%{_mandir}/man1/acmeevent.1.*
|
||||
%{_mandir}/man1/ascii.1.*
|
||||
%{_mandir}/man1/astro.1.*
|
||||
%{_mandir}/man1/awk.1.*
|
||||
%{_mandir}/man1/basename.1.*
|
||||
%{_mandir}/man1/bc.1.*
|
||||
%{_mandir}/man1/bundle.1.*
|
||||
%{_mandir}/man1/cal.1.*
|
||||
%{_mandir}/man1/calendar.1.*
|
||||
%{_mandir}/man1/cat.1.*
|
||||
%{_mandir}/man1/cleanname.1.*
|
||||
%{_mandir}/man1/clog.1.*
|
||||
%{_mandir}/man1/cmp.1.*
|
||||
%{_mandir}/man1/col.1.*
|
||||
%{_mandir}/man1/colors.1.*
|
||||
%{_mandir}/man1/comm.1.*
|
||||
%{_mandir}/man1/compress.1.*
|
||||
%{_mandir}/man1/core.1.*
|
||||
%{_mandir}/man1/crop.1.*
|
||||
%{_mandir}/man1/date.1.*
|
||||
%{_mandir}/man1/db.1.*
|
||||
%{_mandir}/man1/dc.1.*
|
||||
%{_mandir}/man1/dd.1.*
|
||||
%{_mandir}/man1/deroff.1.*
|
||||
%{_mandir}/man1/devdraw.1.*
|
||||
%{_mandir}/man1/dial.1.*
|
||||
%{_mandir}/man1/dict.1.*
|
||||
%{_mandir}/man1/diff.1.*
|
||||
%{_mandir}/man1/doctype.1.*
|
||||
%{_mandir}/man1/echo.1.*
|
||||
%{_mandir}/man1/ed.1.*
|
||||
%{_mandir}/man1/eqn.1.*
|
||||
%{_mandir}/man1/factor.1.*
|
||||
%{_mandir}/man1/fmt.1.*
|
||||
%{_mandir}/man1/fortune.1.*
|
||||
%{_mandir}/man1/freq.1.*
|
||||
%{_mandir}/man1/fsize.1.*
|
||||
%{_mandir}/man1/git.1.*
|
||||
%{_mandir}/man1/grap.1.*
|
||||
%{_mandir}/man1/graph.1.*
|
||||
%{_mandir}/man1/grep.1.*
|
||||
%{_mandir}/man1/gview.1.*
|
||||
%{_mandir}/man1/gzip.1.*
|
||||
%{_mandir}/man1/hget.1.*
|
||||
%{_mandir}/man1/hist.1.*
|
||||
%{_mandir}/man1/hoc.1.*
|
||||
%{_mandir}/man1/htmlroff.1.*
|
||||
%{_mandir}/man1/idiff.1.*
|
||||
%{_mandir}/man1/install.1.*
|
||||
%{_mandir}/man1/join.1.*
|
||||
%{_mandir}/man1/jpg.1.*
|
||||
%{_mandir}/man1/kill.1.*
|
||||
%{_mandir}/man1/label.1.*
|
||||
%{_mandir}/man1/lex.1.*
|
||||
%{_mandir}/man1/look.1.*
|
||||
%{_mandir}/man1/ls.1.*
|
||||
%{_mandir}/man1/man.1.*
|
||||
%{_mandir}/man1/map.1.*
|
||||
%{_mandir}/man1/mc.1.*
|
||||
%{_mandir}/man1/mk.1.*
|
||||
%{_mandir}/man1/mk9660.1.*
|
||||
%{_mandir}/man1/mkdir.1.*
|
||||
%{_mandir}/man1/mount.1.*
|
||||
%{_mandir}/man1/namespace.1.*
|
||||
%{_mandir}/man1/ndb.1.*
|
||||
%{_mandir}/man1/netfiles.1.*
|
||||
%{_mandir}/man1/news.1.*
|
||||
%{_mandir}/man1/p.1.*
|
||||
%{_mandir}/man1/page.1.*
|
||||
%{_mandir}/man1/paint.1.*
|
||||
%{_mandir}/man1/passwd.1.*
|
||||
%{_mandir}/man1/pem.1.*
|
||||
%{_mandir}/man1/pic.1.*
|
||||
%{_mandir}/man1/plot.1.*
|
||||
%{_mandir}/man1/plumb.1.*
|
||||
%{_mandir}/man1/pr.1.*
|
||||
%{_mandir}/man1/proof.1.*
|
||||
%{_mandir}/man1/ps.1.*
|
||||
%{_mandir}/man1/psfonts.1.*
|
||||
%{_mandir}/man1/pwd.1.*
|
||||
%{_mandir}/man1/rc.1.*
|
||||
%{_mandir}/man1/readcons.1.*
|
||||
%{_mandir}/man1/resample.1.*
|
||||
%{_mandir}/man1/rio.1.*
|
||||
%{_mandir}/man1/rm.1.*
|
||||
%{_mandir}/man1/rsa.1.*
|
||||
%{_mandir}/man1/sam.1.*
|
||||
%{_mandir}/man1/scat.1.*
|
||||
%{_mandir}/man1/secstore.1.*
|
||||
%{_mandir}/man1/secstored.1.*
|
||||
%{_mandir}/man1/sed.1.*
|
||||
%{_mandir}/man1/seq.1.*
|
||||
%{_mandir}/man1/sftpcache.1.*
|
||||
%{_mandir}/man1/sleep.1.*
|
||||
%{_mandir}/man1/snarfer.1.*
|
||||
%{_mandir}/man1/soelim.1.*
|
||||
%{_mandir}/man1/sort.1.*
|
||||
%{_mandir}/man1/spell.1.*
|
||||
%{_mandir}/man1/split.1.*
|
||||
%{_mandir}/man1/src.1.*
|
||||
%{_mandir}/man1/ssam.1.*
|
||||
%{_mandir}/man1/ssh-agent.1.*
|
||||
%{_mandir}/man1/stats.1.*
|
||||
%{_mandir}/man1/strings.1.*
|
||||
%{_mandir}/man1/sum.1.*
|
||||
%{_mandir}/man1/tail.1.*
|
||||
%{_mandir}/man1/tar.1.*
|
||||
%{_mandir}/man1/tbl.1.*
|
||||
%{_mandir}/man1/tcs.1.*
|
||||
%{_mandir}/man1/tee.1.*
|
||||
%{_mandir}/man1/test.1.*
|
||||
%{_mandir}/man1/time.1.*
|
||||
%{_mandir}/man1/touch.1.*
|
||||
%{_mandir}/man1/tr.1.*
|
||||
%{_mandir}/man1/tr2post.1.*
|
||||
%{_mandir}/man1/troff.1.*
|
||||
%{_mandir}/man1/troff2html.1.*
|
||||
%{_mandir}/man1/tweak.1.*
|
||||
%{_mandir}/man1/uniq.1.*
|
||||
%{_mandir}/man1/units.1.*
|
||||
%{_mandir}/man1/vac.1.*
|
||||
%{_mandir}/man1/venti.1.*
|
||||
%{_mandir}/man1/wc.1.*
|
||||
%{_mandir}/man1/web.1.*
|
||||
%{_mandir}/man1/wintext.1.*
|
||||
%{_mandir}/man1/winwatch.1.*
|
||||
%{_mandir}/man1/xd.1.*
|
||||
%{_mandir}/man1/yacc.1.*
|
||||
%{_mandir}/man1/yesterday.1.*
|
||||
%{_mandir}/man3/0intro.3.*
|
||||
%{_mandir}/man3/9p-cmdbuf.3.*
|
||||
%{_mandir}/man3/9p-fid.3.*
|
||||
%{_mandir}/man3/9p-file.3.*
|
||||
%{_mandir}/man3/9p-intmap.3.*
|
||||
%{_mandir}/man3/9p.3.*
|
||||
%{_mandir}/man3/9pclient.3.*
|
||||
%{_mandir}/man3/acme.3.*
|
||||
%{_mandir}/man3/addpt.3.*
|
||||
%{_mandir}/man3/aes.3.*
|
||||
%{_mandir}/man3/allocimage.3.*
|
||||
%{_mandir}/man3/arg.3.*
|
||||
%{_mandir}/man3/arith3.3.*
|
||||
%{_mandir}/man3/atof.3.*
|
||||
%{_mandir}/man3/auth.3.*
|
||||
%{_mandir}/man3/authsrv.3.*
|
||||
%{_mandir}/man3/avl.3.*
|
||||
%{_mandir}/man3/bin.3.*
|
||||
%{_mandir}/man3/bio.3.*
|
||||
%{_mandir}/man3/blowfish.3.*
|
||||
%{_mandir}/man3/cachechars.3.*
|
||||
%{_mandir}/man3/cleanname.3.*
|
||||
%{_mandir}/man3/color.3.*
|
||||
%{_mandir}/man3/complete.3.*
|
||||
%{_mandir}/man3/cputime.3.*
|
||||
%{_mandir}/man3/ctime.3.*
|
||||
%{_mandir}/man3/des.3.*
|
||||
%{_mandir}/man3/dial.3.*
|
||||
%{_mandir}/man3/dirread.3.*
|
||||
%{_mandir}/man3/draw.3.*
|
||||
%{_mandir}/man3/drawfcall.3.*
|
||||
%{_mandir}/man3/dsa.3.*
|
||||
%{_mandir}/man3/dup.3.*
|
||||
%{_mandir}/man3/elgamal.3.*
|
||||
%{_mandir}/man3/encode.3.*
|
||||
%{_mandir}/man3/encrypt.3.*
|
||||
%{_mandir}/man3/errstr.3.*
|
||||
%{_mandir}/man3/event.3.*
|
||||
%{_mandir}/man3/exec.3.*
|
||||
%{_mandir}/man3/exits.3.*
|
||||
%{_mandir}/man3/fcall.3.*
|
||||
%{_mandir}/man3/flate.3.*
|
||||
%{_mandir}/man3/fmtinstall.3.*
|
||||
%{_mandir}/man3/frame.3.*
|
||||
%{_mandir}/man3/genrandom.3.*
|
||||
%{_mandir}/man3/get9root.3.*
|
||||
%{_mandir}/man3/getcallerpc.3.*
|
||||
%{_mandir}/man3/getenv.3.*
|
||||
%{_mandir}/man3/getfields.3.*
|
||||
%{_mandir}/man3/getns.3.*
|
||||
%{_mandir}/man3/getsnarf.3.*
|
||||
%{_mandir}/man3/getuser.3.*
|
||||
%{_mandir}/man3/getwd.3.*
|
||||
%{_mandir}/man3/graphics.3.*
|
||||
%{_mandir}/man3/html.3.*
|
||||
%{_mandir}/man3/ioproc.3.*
|
||||
%{_mandir}/man3/ip.3.*
|
||||
%{_mandir}/man3/isalpharune.3.*
|
||||
%{_mandir}/man3/keyboard.3.*
|
||||
%{_mandir}/man3/lock.3.*
|
||||
%{_mandir}/man3/mach-cmd.3.*
|
||||
%{_mandir}/man3/mach-file.3.*
|
||||
%{_mandir}/man3/mach-map.3.*
|
||||
%{_mandir}/man3/mach-stack.3.*
|
||||
%{_mandir}/man3/mach-swap.3.*
|
||||
%{_mandir}/man3/mach-symbol.3.*
|
||||
%{_mandir}/man3/mach.3.*
|
||||
%{_mandir}/man3/malloc.3.*
|
||||
%{_mandir}/man3/matrix.3.*
|
||||
%{_mandir}/man3/memdraw.3.*
|
||||
%{_mandir}/man3/memlayer.3.*
|
||||
%{_mandir}/man3/memory.3.*
|
||||
%{_mandir}/man3/mouse.3.*
|
||||
%{_mandir}/man3/mousescrollsize.3.*
|
||||
%{_mandir}/man3/mp.3.*
|
||||
%{_mandir}/man3/muldiv.3.*
|
||||
%{_mandir}/man3/mux.3.*
|
||||
%{_mandir}/man3/nan.3.*
|
||||
%{_mandir}/man3/ndb.3.*
|
||||
%{_mandir}/man3/needstack.3.*
|
||||
%{_mandir}/man3/notify.3.*
|
||||
%{_mandir}/man3/open.3.*
|
||||
%{_mandir}/man3/opentemp.3.*
|
||||
%{_mandir}/man3/pipe.3.*
|
||||
%{_mandir}/man3/plumb.3.*
|
||||
%{_mandir}/man3/post9pservice.3.*
|
||||
%{_mandir}/man3/postnote.3.*
|
||||
%{_mandir}/man3/prime.3.*
|
||||
%{_mandir}/man3/print.3.*
|
||||
%{_mandir}/man3/proto.3.*
|
||||
%{_mandir}/man3/pushtls.3.*
|
||||
%{_mandir}/man3/qball.3.*
|
||||
%{_mandir}/man3/quaternion.3.*
|
||||
%{_mandir}/man3/quote.3.*
|
||||
%{_mandir}/man3/rand.3.*
|
||||
%{_mandir}/man3/rc4.3.*
|
||||
%{_mandir}/man3/read.3.*
|
||||
%{_mandir}/man3/readcolmap.3.*
|
||||
%{_mandir}/man3/readcons.3.*
|
||||
%{_mandir}/man3/regexp.3.*
|
||||
%{_mandir}/man3/rfork.3.*
|
||||
%{_mandir}/man3/rsa.3.*
|
||||
%{_mandir}/man3/rune.3.*
|
||||
%{_mandir}/man3/runestrcat.3.*
|
||||
%{_mandir}/man3/searchpath.3.*
|
||||
%{_mandir}/man3/sechash.3.*
|
||||
%{_mandir}/man3/seek.3.*
|
||||
%{_mandir}/man3/sendfd.3.*
|
||||
%{_mandir}/man3/setjmp.3.*
|
||||
%{_mandir}/man3/sleep.3.*
|
||||
%{_mandir}/man3/stat.3.*
|
||||
%{_mandir}/man3/strcat.3.*
|
||||
%{_mandir}/man3/string.3.*
|
||||
%{_mandir}/man3/stringsize.3.*
|
||||
%{_mandir}/man3/subfont.3.*
|
||||
%{_mandir}/man3/sysfatal.3.*
|
||||
%{_mandir}/man3/thread.3.*
|
||||
%{_mandir}/man3/time.3.*
|
||||
%{_mandir}/man3/udpread.3.*
|
||||
%{_mandir}/man3/venti-cache.3.*
|
||||
%{_mandir}/man3/venti-client.3.*
|
||||
%{_mandir}/man3/venti-conn.3.*
|
||||
%{_mandir}/man3/venti-fcall.3.*
|
||||
%{_mandir}/man3/venti-file.3.*
|
||||
%{_mandir}/man3/venti-log.3.*
|
||||
%{_mandir}/man3/venti-mem.3.*
|
||||
%{_mandir}/man3/venti-packet.3.*
|
||||
%{_mandir}/man3/venti-server.3.*
|
||||
%{_mandir}/man3/venti-zero.3.*
|
||||
%{_mandir}/man3/venti.3.*
|
||||
%{_mandir}/man3/wait.3.*
|
||||
%{_mandir}/man3/wctl.3.*
|
||||
%{_mandir}/man3/window.3.*
|
||||
%{_mandir}/man4/0intro.4.*
|
||||
%{_mandir}/man4/9import.4.*
|
||||
%{_mandir}/man4/9pfuse.4.*
|
||||
%{_mandir}/man4/9pserve.4.*
|
||||
%{_mandir}/man4/acme.4.*
|
||||
%{_mandir}/man4/factotum.4.*
|
||||
%{_mandir}/man4/fontsrv.4.*
|
||||
%{_mandir}/man4/fossil.4.*
|
||||
%{_mandir}/man4/import.4.*
|
||||
%{_mandir}/man4/mntgen.4.*
|
||||
%{_mandir}/man4/plumber.4.*
|
||||
%{_mandir}/man4/ramfs.4.*
|
||||
%{_mandir}/man4/smugfs.4.*
|
||||
%{_mandir}/man4/srv.4.*
|
||||
%{_mandir}/man4/tapefs.4.*
|
||||
%{_mandir}/man4/vacfs.4.*
|
||||
%{_mandir}/man7/0intro.7.*
|
||||
%{_mandir}/man7/color.7.*
|
||||
%{_mandir}/man7/face.7.*
|
||||
%{_mandir}/man7/font.7.*
|
||||
%{_mandir}/man7/htmlroff.7.*
|
||||
%{_mandir}/man7/image.7.*
|
||||
%{_mandir}/man7/keyboard.7.*
|
||||
%{_mandir}/man7/man.7.*
|
||||
%{_mandir}/man7/map.7.*
|
||||
%{_mandir}/man7/mhtml.7.*
|
||||
%{_mandir}/man7/mpictures.7.*
|
||||
%{_mandir}/man7/ms.7.*
|
||||
%{_mandir}/man7/ndb.7.*
|
||||
%{_mandir}/man7/plot.7.*
|
||||
%{_mandir}/man7/plumb.7.*
|
||||
%{_mandir}/man7/regexp.7.*
|
||||
%{_mandir}/man7/thumbprint.7.*
|
||||
%{_mandir}/man7/utf.7.*
|
||||
%{_mandir}/man7/venti.7.*
|
||||
%{_mandir}/man8/fossilcons.8.*
|
||||
%{_mandir}/man8/getflags.8.*
|
||||
%{_mandir}/man8/listen1.8.*
|
||||
%{_mandir}/man8/mkfs.8.*
|
||||
%{_mandir}/man8/vbackup.8.*
|
||||
%{_mandir}/man8/venti-backup.8.*
|
||||
%{_mandir}/man8/venti-fmt.8.*
|
||||
%{_mandir}/man8/venti.8.*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 15 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1,5 @@
|
||||
rpm.global("commit", gh_commit("9fans/plan9port"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 53efd4465431983f041dbfef93a3697f261badba
|
||||
%global commit f9815fac4329ca5d0d7bf9de9e3473271d66e8d9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260302
|
||||
%global commitdate 20260226
|
||||
%global ver 1.0.20
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: vicinae
|
||||
Version: 0.20.2
|
||||
Version: 0.19.9
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260228
|
||||
%global ver 0.5.7
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%define buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
%global modulename xone
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260228
|
||||
%global ver 0.5.7
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%global debug_package %{nil}
|
||||
%global modulename xone
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa
|
||||
%global commit 725a46c45f06475bf7631d9ca1852f9778df128f
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260228
|
||||
%global ver 0.5.7
|
||||
%global commitdate 20260216
|
||||
%global ver 0.5.5
|
||||
%global modulename xone
|
||||
%global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d
|
||||
%global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: %{modulename}-kmod
|
||||
Version: 0.5.7
|
||||
Version: 0.5.6
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 0.5.7
|
||||
Version: 0.5.6
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7
|
||||
|
||||
Name: xone
|
||||
Version: 0.5.7
|
||||
Version: 0.5.6
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321
|
||||
%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260301
|
||||
%global ver 0.9.8
|
||||
%global commitdate 20251229
|
||||
%global ver 0.9.7
|
||||
%define buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
%global modulename xpadneo
|
||||
|
||||
Name: %{modulename}-kmod
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%{?dist}
|
||||
Summary: Advanced Linux Driver for Xbox One Wireless Gamepad
|
||||
License: GPL-3.0
|
||||
URL: https://atar-axis.github.io/xpadneo
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321
|
||||
%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260301
|
||||
%global ver 0.9.8
|
||||
%global commitdate 20251229
|
||||
%global ver 0.9.7
|
||||
%global debug_package %{nil}
|
||||
%global modulename xpadneo
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%{?dist}
|
||||
Summary: Advanced Linux Driver for Xbox One Wireless Gamepad
|
||||
License: GPL-3.0
|
||||
URL: https://atar-axis.github.io/%{modulename}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516
|
||||
%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260302
|
||||
%global ver 0.9.8
|
||||
%global commitdate 20251229
|
||||
%global ver 0.9.7
|
||||
|
||||
Name: xpadneo
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%{?dist}
|
||||
Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files
|
||||
License: GPL-3.0
|
||||
URL: https://atar-axis.github.io/%{name}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: terra-mock-configs
|
||||
Version: 2.2.4
|
||||
Version: 2.2.3
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: Mock configs for Terra repos
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 902e9bc8b17c60923a70ac27c005cd5cb66de449
|
||||
%global commit 8d1661195b3eef99c1f5f30d92da970cc6611f4f
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global goipath github.com/arduino/arduino-app-cli
|
||||
Version: 0.8.3
|
||||
Version: 0.8.2
|
||||
|
||||
%gometa -f
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global appid cc.arduino.AppLab
|
||||
|
||||
Name: arduino-app-lab-bin
|
||||
Version: al.0.5.0
|
||||
Version: al.0.4.0
|
||||
Release: 1%?dist
|
||||
Summary: A powerful visual environment for managing the Arduino UNO Q
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.2.24
|
||||
Version: 2026.2.20
|
||||
Release: 1%?dist
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: butler-bin
|
||||
Version: 15.26.1
|
||||
Version: 15.26.0
|
||||
Release: 1%?dist
|
||||
Summary: Command-line itch.io helper.
|
||||
URL: https://itch.io/docs/butler
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 2efc895ea4d8905db112006ec8ce39310f5ea1e5
|
||||
%global commit_date 20260302
|
||||
%global commit cd82d9f41f1ee5f683b96607e1c998320e45982b
|
||||
%global commit_date 20260224
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/nats-io/natscli
|
||||
%global goipath github.com/nats-io/natscli
|
||||
%global commit f312d18efbeab9f8e3455895cab064970e537c71
|
||||
%global commit_date 20260228
|
||||
%global commit 5ad6f60e3dfe50ca4976584315c3776f4115e094
|
||||
%global commit_date 20260226
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global org "org.praat"
|
||||
|
||||
Name: praat
|
||||
Version: 6.4.61
|
||||
Version: 6.4.60
|
||||
Release: 1%?dist
|
||||
URL: https://www.praat.org
|
||||
Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "surge.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
%global goipath github.com/surge-downloader/surge
|
||||
Version: 0.6.10
|
||||
|
||||
%gometa
|
||||
|
||||
Name: surge
|
||||
Release: 1%?dist
|
||||
Summary: Blazing fast TUI download manager built in Go for power users
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/surge-downloader/Surge
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
BuildRequires: golang gcc go-rpm-macros
|
||||
Requires: glibc
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%autosetup -n Surge-%{version}
|
||||
|
||||
%build
|
||||
%define gomodulesmode GO111MODULE=on
|
||||
%gobuild -o %{gobuilddir}/bin/surge %{goipath}
|
||||
|
||||
%install
|
||||
install -Dm755 %{gobuilddir}/bin/surge %{buildroot}%{_bindir}/surge
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/surge
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("surge-downloader/Surge"));
|
||||
@@ -1,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "termflix.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
Name: termflix
|
||||
Version: 0.4.2
|
||||
Release: 1%?dist
|
||||
Summary: Terminal animation player with 43 procedurally generated animations, multiple render modes, and true color support
|
||||
|
||||
License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0
|
||||
URL: https://github.com/paulrobello/termflix
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%install
|
||||
install -Dm 755 target/rpm/%{name} -t %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE LICENSE.dependencies
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(crates("termflix"));
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user