mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 19:02:19 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 501dd4b9e3 | |||
| 237fb216c9 | |||
| fd998800c0 | |||
| 6b45a7f598 | |||
| ccc63bc233 | |||
| a377136aae | |||
| e81251e859 | |||
| 0027057fa6 | |||
| b1c1577e5a | |||
| 08f9baac53 | |||
| 09b93937d6 |
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Set workspace as safe
|
- name: Set workspace as safe
|
||||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Generate build matrix
|
- name: Generate build matrix
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
dnf5 swap -y --setopt=install_weak_deps=False systemd-standalone-sysusers systemd
|
dnf5 swap -y --setopt=install_weak_deps=False systemd-standalone-sysusers systemd
|
||||||
dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins rpmbuild script
|
dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins rpmbuild script
|
||||||
|
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
ref: f${{ matrix.version }}
|
ref: f${{ matrix.version }}
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Git
|
- name: Setup Git
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
@@ -73,6 +73,6 @@ jobs:
|
|||||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
|
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ matrix.branch }}
|
ref: ${{ matrix.branch }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ghcr.io/terrapkg/builder:frawhide
|
image: ghcr.io/terrapkg/builder:frawhide
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
- name: Push to subatomic
|
- name: Push to subatomic
|
||||||
run: |
|
run: |
|
||||||
branch=${{ github.ref_name }}
|
branch=${{ github.ref_name }}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
options: --cap-add=SYS_ADMIN --privileged
|
options: --cap-add=SYS_ADMIN --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||||
|
|
||||||
Name: discord-canary-openasar
|
Name: discord-canary-openasar
|
||||||
Version: 1.0.1189
|
Version: 1.0.1197
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||||
License: MIT AND https://discord.com/terms
|
License: MIT AND https://discord.com/terms
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: discord-canary
|
Name: discord-canary
|
||||||
Version: 1.0.1189
|
Version: 1.0.1197
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Free Voice and Text Chat for Gamers
|
Summary: Free Voice and Text Chat for Gamers
|
||||||
URL: discord.com
|
URL: discord.com
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 6bd07ce067fcaf4a282a7955ac2a24656b2a88b1
|
%global commit 43ad9637ba468bc71e3a73fc9204813148156e4e
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global debug_package %nil
|
%global debug_package %nil
|
||||||
%global __strip /bin/true
|
%global __strip /bin/true
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# Disable X11 for RHEL 10+
|
# Disable X11 for RHEL 10+
|
||||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||||
|
|
||||||
%global commit 448de741f9e17a658c4e545c24cf7cb5b846e59d
|
%global commit 1d82932ccebd562a3edb85581c93d89d5c904b26
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global ver 0.41.0
|
%global ver 0.41.0
|
||||||
|
|
||||||
Name: mpv-nightly
|
Name: mpv-nightly
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%global ver 2026-06-03
|
%global ver 2026-06-04
|
||||||
%global goodver %(echo %ver | sed 's/-//g')
|
%global goodver %(echo %ver | sed 's/-//g')
|
||||||
%global __brp_mangle_shebangs %{nil}
|
%global __brp_mangle_shebangs %{nil}
|
||||||
%bcond_without mold
|
%bcond_without mold
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v1.13.12
|
v1.13.13
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 5c6a11c952530318f42e07a8b5b1d01915f5c055
|
%global commit db60bd92c5abb64b441c0f4c0112c9bcc00b034a
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: libsingularity
|
Name: libsingularity
|
||||||
@@ -19,6 +19,7 @@ BuildRequires: pkgconfig(gee-0.8)
|
|||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libpeas-2)
|
BuildRequires: pkgconfig(libpeas-2)
|
||||||
BuildRequires: pkgconfig(libsoup-3.0)
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
|
BuildRequires: pkgconfig(gtksourceview-5)
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|
||||||
@@ -49,6 +50,7 @@ A GTK4 application and widget framework for the Singularity Desktop Environment.
|
|||||||
%{_libdir}/libsingularity.so.0.1.0
|
%{_libdir}/libsingularity.so.0.1.0
|
||||||
%{_datadir}/vala/vapi/singularity-1.0.vapi
|
%{_datadir}/vala/vapi/singularity-1.0.vapi
|
||||||
%{_datadir}/vala/vapi/libsingularity-1.0.vapi
|
%{_datadir}/vala/vapi/libsingularity-1.0.vapi
|
||||||
|
%{_datadir}/vala/vapi/singularity-1.0.deps
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|||||||
@@ -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.*$
|
%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
|
Name: android-studio-canary
|
||||||
Version: 2026.1.2.4
|
Version: 2026.1.2.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Official IDE for Android development (Canary build)
|
Summary: Official IDE for Android development (Canary build)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
|||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
URL: https://developer.android.com/studio/preview
|
URL: https://developer.android.com/studio/preview
|
||||||
|
|
||||||
%define suffixS quail2-canary4
|
%define suffixS quail2-canary5
|
||||||
|
|
||||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 6246c288ae1087c8d67f75432a59da004b30bf25
|
%global commit bfe633a9487892ff3d27ed727db540267f22ef90
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global fulldate 2026-06-02
|
%global fulldate 2026-06-03
|
||||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||||
%global ver 1.3.2
|
%global ver 1.3.2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global commit 7a8f13902982b087e6e27e4d105e9595b26b9429
|
%global commit 96165ec62647cb5db0a5cf1c57214f2970c6eda4
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global ver 1.6.0
|
%global ver 1.7.0
|
||||||
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
%bcond_with debug_no_build
|
%bcond_with debug_no_build
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||||
|
|
||||||
%global commit bf8d1ca1f8c3e82835965e1cad7d2d6de8840924
|
%global commit dd5261f7ad8cc7f0cb179464639e95d100603a09
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global commit_date 20260602
|
%global commit_date 20260604
|
||||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||||
|
|
||||||
# Change this variables if you want to use custom keys
|
# Change this variables if you want to use custom keys
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
# 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_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 build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global commit 3fa1241ac09264eb010c72c44910067dd31f8e15
|
%global commit 9a2243bfcbecc7e94d55c856ea26e383c948f681
|
||||||
%global ver 0.0.40-19430
|
%global ver 0.0.41-19433
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# https://github.com/jesseduffield/lazygit
|
# https://github.com/jesseduffield/lazygit
|
||||||
%global goipath github.com/jesseduffield/lazygit
|
%global goipath github.com/jesseduffield/lazygit
|
||||||
Version: 0.62.1
|
Version: 0.62.2
|
||||||
|
|
||||||
%gometa -f
|
%gometa -f
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||||
%global commit 73986c03a10c1bc5db1edb5750f6841c206b89bf
|
%global commit c8e805a2fae2291c306943cbe3eb2fa7a0410c7c
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver 2.3.1
|
%global ver 2.3.1
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global debug_package %nil
|
%global debug_package %nil
|
||||||
|
|
||||||
Name: nim-nightly
|
Name: nim-nightly
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit da65515fd167da571636aedd519fb1a843f7c6bf
|
%global commit 5767e1e747159160fbf872c5e70e126127b12278
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global pypi_name types-colorama
|
%global pypi_name types-colorama
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||||
|
|
||||||
%global crate zoi-rs
|
%global crate zoi-rs
|
||||||
%global crate_version 1.15.0
|
%global crate_version 1.16.1
|
||||||
|
|
||||||
Name: rust-zoi-rs
|
Name: rust-zoi-rs
|
||||||
Version: %(echo %crate_version | sed 's/-/~/g')
|
Version: %(echo %crate_version | sed 's/-/~/g')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
version=0.17.0-dev.667+0569f1f6a
|
version=0.17.0-dev.690+c5a61e899
|
||||||
|
|
||||||
mirrors=()
|
mirrors=()
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%define llvm_compat 22
|
%define llvm_compat 22
|
||||||
%endif
|
%endif
|
||||||
%global llvm_version 22.0.0
|
%global llvm_version 22.0.0
|
||||||
%global ver 0.17.0-dev.667+0569f1f6a
|
%global ver 0.17.0-dev.690+c5a61e899
|
||||||
%bcond bootstrap 1
|
%bcond bootstrap 1
|
||||||
%bcond docs %{without bootstrap}
|
%bcond docs %{without bootstrap}
|
||||||
%bcond test 1
|
%bcond test 1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
||||||
|
|
||||||
Name: quickjs-ng
|
Name: quickjs-ng
|
||||||
Version: 0.15.0
|
Version: 0.15.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: A mighty JavaScript engine
|
Summary: A mighty JavaScript engine
|
||||||
@@ -33,7 +33,7 @@ Requires: %{name}-libs%{_isa} = %evr
|
|||||||
%pkg_devel_files
|
%pkg_devel_files
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/cmake/quickjs/*.cmake
|
%{_libdir}/cmake/qjs/*.cmake
|
||||||
|
|
||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global commit 25cae6dddc6d15163c19be808d1ce44fb7355b8f
|
%global commit ce795c92b3d708df445fbae09e5c7fab7ec2eb6a
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver 20260602145358
|
%global ver 20260603121550
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
|
|
||||||
Name: v2ray-domain-list-community
|
Name: v2ray-domain-list-community
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit a89600aeba3bc48863d05fdd957eb218f30cafe5
|
%global commit d83ffd7d7d7f81451f58e3ad8c054bb628f43265
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: cloud-hypervisor-nightly
|
Name: cloud-hypervisor-nightly
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit d9d1c16d0e5642f58e1c30ad60dba521642c2a70
|
%global commit 6aa6d3a505ebd39d37d16ee4583d4870c178538c
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260531
|
%global commit_date 20260604
|
||||||
%global ver 0.6.7
|
%global ver 0.6.7
|
||||||
|
|
||||||
# We aren't using Mono but RPM expected Mono
|
# We aren't using Mono but RPM expected Mono
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 351b667359bd5b0a87846ad66e9ab9f17ec54d5b
|
%global commit 8ea58d26839f3b110867a83f0cf09c3d17d53778
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20260603
|
%global commitdate 20260604
|
||||||
%global ver 1.1.1
|
%global ver 1.1.1
|
||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "delphitools-cli.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
Name: delphitools-cli
|
|
||||||
Version: 0.2.0
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: indie toolkit for designers — colour, image, PDF, type, calc, all in one offline CLI
|
|
||||||
URL: https://delphi.tools/
|
|
||||||
Source0: https://github.com/1612elphi/delphitools-cli/archive/refs/tags/v%{version}.tar.gz
|
|
||||||
SourceLicense: 0BSD
|
|
||||||
License: %{sourcelicense} AND ((MIT OR Apache-2.0) AND NCSA) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND BSD-2-Clause AND Zlib AND MIT AND ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (CC0-1.0 OR Apache-2.0) AND (BSD-3-Clause OR Apache-2.0) AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND BSD-3-Clause AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
|
|
||||||
|
|
||||||
BuildRequires: rust
|
|
||||||
BuildRequires: anda-srpm-macros
|
|
||||||
BuildRequires: cargo-rpm-macros
|
|
||||||
BuildRequires: pkgconfig(openssl)
|
|
||||||
BuildRequires: libstdc++-devel
|
|
||||||
|
|
||||||
Packager: Its-J <jonah@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{name}-%{version}
|
|
||||||
%cargo_prep_online
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cargo_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -Dm 755 target/release/delphi %{buildroot}%{_bindir}/delphi
|
|
||||||
install -Dm 755 target/release/delphitools %{buildroot}%{_bindir}/delphitools
|
|
||||||
install -Dm 755 target/release/dt %{buildroot}%{_bindir}/dt
|
|
||||||
install -Dm 644 man/*.1 -t %{buildroot}%{_mandir}/man1/
|
|
||||||
%{cargo_license_online} > LICENSE.dependencies
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_bindir}/delphi
|
|
||||||
%{_bindir}/delphitools
|
|
||||||
%{_bindir}/dt
|
|
||||||
%{_mandir}/man1/delphi*.1.*
|
|
||||||
%license LICENSE
|
|
||||||
%license LICENSE.dependencies
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Jun 03 2026 Its-J <jonah@fyralabs.com>
|
|
||||||
- Package delphitools-cli
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("1612elphi/delphitools-cli"));
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit bbd4b2714bf22b96a3a01dc40ec49b5137dc4b8a
|
%global commit 3d2a021561aeb15b3f45705f6580b962e8763fe7
|
||||||
%global commit_date 20260603
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global pypi_name glasgow
|
%global pypi_name glasgow
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
%global __brp_mangle_shebangs %{nil}
|
%global __brp_mangle_shebangs %{nil}
|
||||||
|
|
||||||
Name: jujutsu
|
Name: jujutsu
|
||||||
Version: 0.41.0
|
Version: 0.42.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Git-compatible DVCS that is both simple and powerful
|
Summary: Git-compatible DVCS that is both simple and powerful
|
||||||
License: Apache-2.0 AND CC-BY-4.0
|
License: Apache-2.0 AND CC-BY-4.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
Name: kittyCAD-cli
|
Name: kittyCAD-cli
|
||||||
Version: 0.2.173
|
Version: 0.2.174
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Zoo command line tool for KittyCAD
|
Summary: The Zoo command line tool for KittyCAD
|
||||||
URL: https://github.com/KittyCAD/cli
|
URL: https://github.com/KittyCAD/cli
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: nvm
|
Name: nvm
|
||||||
Version: 0.40.4
|
Version: 0.40.5
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: Node Version Manager
|
Summary: Node Version Manager
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/nvm-sh/nvm
|
URL: https://github.com/nvm-sh/nvm
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit fa8730d16e7acfb70744be677ac9b7aa3e3eaf3c
|
%global commit 509820e9467b4420d7392bb472392fed97f5602f
|
||||||
%global commit_date 20260523
|
%global commit_date 20260604
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: spotx-bash
|
Name: spotx-bash
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: typos
|
Name: typos
|
||||||
Version: 1.47.1
|
Version: 1.47.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Source Code Spelling Correction
|
Summary: Source Code Spelling Correction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user