mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-14 23:50:38 +00:00
Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4173dca70a | |||
| e87d208bc4 | |||
| c4fdc7af27 | |||
| 8b3c7f7ee6 | |||
| 017fdc961a | |||
| 7af70ae448 | |||
| 6609bfb604 | |||
| 1b93a56ba7 | |||
| 64b91fb190 | |||
| 0692e15383 | |||
| b04efc8693 | |||
| 189d95b364 | |||
| 6fe96bbc81 | |||
| 4babcd6664 | |||
| 83ec90fc81 | |||
| 7663ea88cc | |||
| a9c65d959c | |||
| 0d6a56ec2e | |||
| c9b3bc1eec | |||
| c708de4a69 | |||
| bd921a64fd | |||
| 493596c39c | |||
| 7d9d23431e | |||
| a1e6de6d73 | |||
| 7e769fc92a | |||
| b8eaf70288 | |||
| 742cfa5c3d | |||
| ba85c69223 | |||
| 8c03d265f9 | |||
| 4f51ae6373 | |||
| da0e3e7053 | |||
| 1598c0b219 | |||
| 9d21e504d2 | |||
| ab05722f64 | |||
| a8ecf678f1 | |||
| 472c3bb040 | |||
| 82c6f60d3e | |||
| 2948fd0236 |
@@ -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.1251
|
Version: 1.0.1260
|
||||||
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.1251
|
Version: 1.0.1260
|
||||||
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 da87233d87da578c314f66c0ccc51ef3ae7141c3
|
%global commit 373646a12620a82e9684d79c1066f9b48bf3eed1
|
||||||
%global commit_date 20260606
|
%global commit_date 20260613
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: envision-nightly
|
Name: envision-nightly
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||||
|
|
||||||
%global ver 13.3.0
|
%global ver 13.3.0
|
||||||
%global commit e408812d77ff1835957f85796c4cf737466bd69d
|
%global commit e79773b9895539980c0434182ca9154180c1e8f0
|
||||||
%global shortcommit %{sub %{commit} 1 7}
|
%global shortcommit %{sub %{commit} 1 7}
|
||||||
%global commit_date 20260611
|
%global commit_date 20260613
|
||||||
%global devel_name QtColorWidgets
|
%global devel_name QtColorWidgets
|
||||||
%global _distro_extra_cflags -fuse-ld=mold
|
%global _distro_extra_cflags -fuse-ld=mold
|
||||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ project pkg {
|
|||||||
}
|
}
|
||||||
labels {
|
labels {
|
||||||
nightly = 1
|
nightly = 1
|
||||||
mock = 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,16 @@
|
|||||||
%global commit 9347d4c7f8a58e619ab357adf14843371377b12e
|
%global commit 7d933c652919899e46a6dfa0ac08dac36c492d95
|
||||||
%global commit_date 20260605
|
%global commit_date 20260614
|
||||||
%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
|
# terrible evil no good very bad hack
|
||||||
%global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
|
# fix one day
|
||||||
%ifnarch aarch64
|
%global __requires_exclude_from (.*)lib(.*)so(.*)
|
||||||
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\aarch64*\\.so.*))$
|
|
||||||
%elifarch aarch64
|
|
||||||
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\x86_64*\\.so.*)|(.*\\x86-64*\\.so.*))$
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: legcord-nightly
|
Name: legcord-nightly
|
||||||
|
%electronmeta -D
|
||||||
Version: %commit_date.%shortcommit
|
Version: %commit_date.%shortcommit
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: OSL-3.0
|
License: OSL-3.0 AND %{electron_license}
|
||||||
Summary: Custom lightweight Discord client designed to enhance your experience
|
Summary: Custom lightweight Discord client designed to enhance your experience
|
||||||
URL: https://github.com/Legcord/Legcord
|
URL: https://github.com/Legcord/Legcord
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@@ -31,38 +28,21 @@ while keeping everything lightweight.
|
|||||||
%git_clone %{url}.git %{commit}
|
%git_clone %{url}.git %{commit}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pnpm install
|
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||||
pnpm run build
|
%pnpm_build -r build
|
||||||
pnpm run package --linux AppImage tar.gz
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/legcord
|
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
|
||||||
%ifarch aarch64
|
|
||||||
mv dist/linux-arm64-unpacked/* %{buildroot}%{_datadir}/legcord
|
|
||||||
%else
|
|
||||||
mv dist/linux-unpacked/* -t %{buildroot}%{_datadir}/legcord
|
|
||||||
%endif
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
|
||||||
ln -sf %{_datadir}/legcord/legcord %{buildroot}%{_bindir}/legcord
|
|
||||||
install -Dm644 dist/.icon-set/icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_512.png %{buildroot}%{_iconsdir}/hicolor/512x512/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_1024.png %{buildroot}%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
|
||||||
|
|
||||||
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
||||||
desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U" squashfs-root/legcord.desktop
|
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license license.txt
|
%license license.txt
|
||||||
%{_bindir}/legcord
|
%{_bindir}/legcord-nightly
|
||||||
%{_datadir}/applications/legcord.desktop
|
%{_datadir}/applications/Legcord.desktop
|
||||||
%{_datadir}/legcord/
|
%{_libdir}/legcord-nightly/
|
||||||
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
||||||
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
||||||
%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
||||||
@@ -73,6 +53,9 @@ desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U"
|
|||||||
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2026 june-fish <june@fyralabs.com> - 1.2.4-1
|
||||||
|
- Use electron macros
|
||||||
|
|
||||||
* Fri Nov 22 2024 owen <owen@fyralabs.com> - 1.0.2-2
|
* Fri Nov 22 2024 owen <owen@fyralabs.com> - 1.0.2-2
|
||||||
- Add nightly package.
|
- Add nightly package.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,4 @@ project pkg {
|
|||||||
rpm {
|
rpm {
|
||||||
spec = "legcord.spec"
|
spec = "legcord.spec"
|
||||||
}
|
}
|
||||||
labels {
|
|
||||||
mock =1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,14 @@
|
|||||||
%define debug_package %nil
|
%global debug_package %nil
|
||||||
|
|
||||||
# Exclude private libraries
|
# terrible evil no good very bad hack
|
||||||
%global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
|
# fix one day
|
||||||
%ifnarch aarch64
|
%global __requires_exclude_from (.*)lib(.*)so(.*)
|
||||||
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\aarch64*\\.so.*))$
|
|
||||||
%elifarch aarch64
|
|
||||||
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\x86_64*\\.so.*)|(.*\\x86-64*\\.so.*))$
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: legcord
|
Name: legcord
|
||||||
|
%electronmeta -D
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: OSL-3.0
|
License: OSL-3.0 AND %{electron_license}
|
||||||
Summary: Custom lightweight Discord client designed to enhance your experience
|
Summary: Custom lightweight Discord client designed to enhance your experience
|
||||||
URL: https://github.com/Legcord/Legcord
|
URL: https://github.com/Legcord/Legcord
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@@ -30,38 +27,21 @@ while keeping everything lightweight.
|
|||||||
%git_clone %url v%version
|
%git_clone %url v%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pnpm install
|
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||||
pnpm run build
|
%pnpm_build -r build
|
||||||
pnpm run package --linux AppImage tar.gz
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/legcord
|
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
|
||||||
%ifarch aarch64
|
|
||||||
mv dist/linux-arm64-unpacked/* %{buildroot}%{_datadir}/legcord
|
|
||||||
%else
|
|
||||||
mv dist/linux-unpacked/* -t %{buildroot}%{_datadir}/legcord
|
|
||||||
%endif
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
|
||||||
ln -sf %{_datadir}/legcord/legcord %{buildroot}%{_bindir}/legcord
|
|
||||||
install -Dm644 dist/.icon-set/icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_512.png %{buildroot}%{_iconsdir}/hicolor/512x512/apps/legcord.png
|
|
||||||
install -Dm644 dist/.icon-set/icon_1024.png %{buildroot}%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
|
||||||
|
|
||||||
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
||||||
desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U" squashfs-root/legcord.desktop
|
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license license.txt
|
%license license.txt
|
||||||
%{_bindir}/legcord
|
%{_bindir}/legcord
|
||||||
%{_datadir}/applications/legcord.desktop
|
%{_datadir}/applications/Legcord.desktop
|
||||||
%{_datadir}/legcord/
|
%{_libdir}/legcord/
|
||||||
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
||||||
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
||||||
%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
%{_iconsdir}/hicolor/48x48/apps/legcord.png
|
||||||
@@ -72,6 +52,9 @@ desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U"
|
|||||||
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2026 june-fish <june@fyralabs.com> - 1.2.4-1
|
||||||
|
- Use electron macros
|
||||||
|
|
||||||
* Mon Oct 21 2024 madonuko <mado@fyralabs.com> - 1.0.2-2
|
* Mon Oct 21 2024 madonuko <mado@fyralabs.com> - 1.0.2-2
|
||||||
- Rename to LegCord.
|
- Rename to LegCord.
|
||||||
|
|
||||||
|
|||||||
@@ -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 304426c390901436fb1d4a63efbd582ae80c88f4
|
%global commit 7d245fd100fc0d87edcc559b0676a326dc8c5801
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260610
|
%global commit_date 20260613
|
||||||
%global ver 0.41.0
|
%global ver 0.41.0
|
||||||
|
|
||||||
Name: mpv-nightly
|
Name: mpv-nightly
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%global ver 2026-06-12
|
%global ver 2026-06-14
|
||||||
%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
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ popd
|
|||||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
mv ./packages/mute-state-change/LICENSE ./packages/mute-state-change/LICENSE.mute-state-change
|
||||||
%electron_install -i signal -l -I build/icons/png
|
%electron_install -i signal -l -I build/icons/png
|
||||||
|
|
||||||
%desktop_file_install %{SOURCE1}
|
%desktop_file_install %{SOURCE1}
|
||||||
@@ -83,13 +84,15 @@ install -Dm644 $OUTDIR/resources/$policy %{buildroot}%{_datadir}/polkit-1/rules.
|
|||||||
rm $OUTDIR/resources/$policy
|
rm $OUTDIR/resources/$policy
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mv LICENSE LICENSE.signal-desktop
|
||||||
|
|
||||||
%terra_appstream -o %{SOURCE2}
|
%terra_appstream -o %{SOURCE2}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%desktop_file_validate %{buildroot}%{_appsdir}/signal.desktop
|
%desktop_file_validate %{buildroot}%{_appsdir}/signal.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE.signal-desktop
|
||||||
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
|
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
|
||||||
%license bundled_licenses/*
|
%license bundled_licenses/*
|
||||||
%{_bindir}/signal-desktop
|
%{_bindir}/signal-desktop
|
||||||
@@ -101,6 +104,9 @@ done
|
|||||||
%{_metainfodir}/org.signal.Signal.metainfo.xml
|
%{_metainfodir}/org.signal.Signal.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 14 2026 june-fish <git@june.fish>
|
||||||
|
- Fix license name conflicts
|
||||||
|
|
||||||
* Mon Dec 22 2025 Owen Zimmerman <owen@fyralabs.com>
|
* Mon Dec 22 2025 Owen Zimmerman <owen@fyralabs.com>
|
||||||
- Use more electron macros, correct build failures
|
- Use more electron macros, correct build failures
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%global crate anda
|
%global crate anda
|
||||||
|
|
||||||
Name: anda
|
Name: anda
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Andaman Build toolchain
|
Summary: Andaman Build toolchain
|
||||||
SourceLicense: MIT
|
SourceLicense: MIT
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%global crate mise
|
%global crate mise
|
||||||
|
|
||||||
Name: rust-mise
|
Name: rust-mise
|
||||||
Version: 2026.6.3
|
Version: 2026.6.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Front-end to your dev env
|
Summary: Front-end to your dev env
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%global tag 3.2.0
|
%global tag 3.2.1
|
||||||
%global forgeurl https://github.com/project-repo/cagebreak
|
%global forgeurl https://github.com/project-repo/cagebreak
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: driftwm
|
Name: driftwm
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A trackpad-first infinite canvas Wayland compositor
|
Summary: A trackpad-first infinite canvas Wayland compositor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: plasma6-applet-appgrid
|
Name: plasma6-applet-appgrid
|
||||||
Version: 1.8.5
|
Version: 1.9.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
Summary: A modern fullscreen application launcher for KDE Plasma
|
||||||
# Main code: GPL-2.0-or-later
|
# Main code: GPL-2.0-or-later
|
||||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||||
%global commit ef2c0c3c06fd54597cf1b9626c30182048f10415
|
%global commit e6b254aec0b827849bccab1337c3ca030168f892
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
Name: lomiri-system-settings
|
Name: lomiri-system-settings
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name: ayatana-indicator-session
|
Name: ayatana-indicator-session
|
||||||
Summary: Ayatana Indicator Session Applet
|
Summary: Ayatana Indicator Session Applet
|
||||||
Version: 24.5.1
|
Version: 26.6.1
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
URL: https://github.com/AyatanaIndicators/ayatana-indicator-session
|
URL: https://github.com/AyatanaIndicators/ayatana-indicator-session
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name: ayatana-indicator-sound
|
Name: ayatana-indicator-sound
|
||||||
Summary: Ayatana Indicator Sound Applet
|
Summary: Ayatana Indicator Sound Applet
|
||||||
Version: 24.5.2
|
Version: 24.5.3
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/AyatanaIndicators/ayatana-indicator-sound
|
URL: https://github.com/AyatanaIndicators/ayatana-indicator-sound
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: iio-niri
|
Name: iio-niri
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Autorotation daemon for niri
|
Summary: Autorotation daemon for niri
|
||||||
URL: https://github.com/Zhaith-Izaliel/iio-niri
|
URL: https://github.com/Zhaith-Izaliel/iio-niri
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: nirius
|
Name: nirius
|
||||||
Version: 0.7.1
|
Version: 0.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utility commands for niri
|
Summary: Utility commands for niri
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(sourcehut("~tsdh/nirius"));
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
%global ver 5.0.0
|
%global ver 5.0.0
|
||||||
|
|
||||||
%global commit 885b5f12594ae92a97f861897f90549a820ca4e6
|
%global commit 65e127f88a528a953ca87ba9011665303ee35d24
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20260608
|
%global commitdate 20260608
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 38ea9d0581872af8b07d44d067796de985959b85
|
%global commit ee69ac8e462224798c9c619b57a0699112fe7d7a
|
||||||
%global commit_date 20260612
|
%global commit_date 20260613
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: libsingularity
|
Name: libsingularity
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
%bcond test 0
|
%bcond test 0
|
||||||
|
|
||||||
Name: nodejs-%{npm_name}
|
Name: nodejs-%{npm_name}
|
||||||
Version: 12.0.0
|
Version: 12.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Backport GitHub commits
|
Summary: Backport GitHub commits
|
||||||
SourceLicense: Apache-2.0
|
SourceLicense: Apache-2.0
|
||||||
License: MIT AND ISC AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
|
License: MIT AND ISC AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit fef979dec45c8ee83231aeb1d782ccb536093f65
|
%global commit df9c9f055e55c891e627ffe17cce51ac9e20c648
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260612
|
%global commit_date 20260614
|
||||||
%global ver 1.8.0
|
%global ver 1.8.0
|
||||||
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global ver 1.7.1-pre
|
%global ver 1.7.2-pre
|
||||||
# Exclude input files from mangling
|
# Exclude input files from mangling
|
||||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
%global fontdescription %{expand:
|
%global fontdescription %{expand:
|
||||||
Versatile typeface for code, from code.}
|
Versatile typeface for code, from code.}
|
||||||
|
|
||||||
Version: 34.6.1
|
Version: 34.6.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||||
Summary: Versatile typeface for code, from code.
|
Summary: Versatile typeface for code, from code.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global __brp_mangle_shebangs %{nil}
|
%global __brp_mangle_shebangs %{nil}
|
||||||
|
|
||||||
Name: inputplumber
|
Name: inputplumber
|
||||||
Version: 0.77.4
|
Version: 0.77.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open source input router and remapper daemon for Linux
|
Summary: Open source input router and remapper daemon for Linux
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -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 1492d647f411b04d6a78d4aed9d32f5c55b1f455
|
%global commit 41a7cd29f8fb3f7c5e95f0aac7c8d89ac175c403
|
||||||
%global ver 0.0.41-19455
|
%global ver 0.0.41-19470
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||||
%global commit b44d373b7df1611b19594357b90002b1ac90df37
|
%global commit 9d7c0cc68369a5040dc969a6ca6f69f005ee6cf0
|
||||||
%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 20260612
|
%global commit_date 20260614
|
||||||
%global debug_package %nil
|
%global debug_package %nil
|
||||||
|
|
||||||
Name: nim-nightly
|
Name: nim-nightly
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global _desc Send usage data from your Python code to PostHog.
|
%global _desc Send usage data from your Python code to PostHog.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 7.18.1
|
Version: 7.18.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Send usage data from your Python code to PostHog
|
Summary: Send usage data from your Python code to PostHog
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 5.11.0
|
Version: 5.12.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The model-definition framework for state-of-the-art machine learning models
|
Summary: The model-definition framework for state-of-the-art machine learning models
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 7e1dfd9d2db07c7c846b1cb7235cda67f30878d2
|
%global commit feeb9aa8dde3ae9269b13f3bae435b82d8538b76
|
||||||
%global commit_date 20260612
|
%global commit_date 20260614
|
||||||
%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
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
%global crate gping
|
%global crate gping
|
||||||
|
|
||||||
Name: rust-gping
|
Name: rust-gping
|
||||||
Version: 1.20.1
|
Version: 1.20.2
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: Ping, but with a graph
|
Summary: Ping, but with a graph
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
%global rustflags_debuginfo 1
|
%global rustflags_debuginfo 1
|
||||||
|
|
||||||
Name: lan-mouse
|
Name: lan-mouse
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: %autorelease
|
Release: 1%{?dist}
|
||||||
Summary: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
|
Summary: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
|
||||||
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%global crate television
|
%global crate television
|
||||||
|
|
||||||
Name: rust-television
|
Name: rust-television
|
||||||
Version: 0.15.8
|
Version: 0.15.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Very fast, portable and hackable fuzzy finder for the terminal
|
Summary: Very fast, portable and hackable fuzzy finder for the terminal
|
||||||
|
|
||||||
|
|||||||
@@ -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.18.3
|
%global crate_version 1.18.5
|
||||||
|
|
||||||
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.813+2153f8143
|
version=0.17.0-dev.857+2b2b85c5f
|
||||||
|
|
||||||
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.813+2153f8143
|
%global ver 0.17.0-dev.857+2b2b85c5f
|
||||||
%bcond bootstrap 1
|
%bcond bootstrap 1
|
||||||
%bcond docs %{without bootstrap}
|
%bcond docs %{without bootstrap}
|
||||||
%bcond test 1
|
%bcond test 1
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
%global zig_cache_dir %{builddir}/zig-cache
|
%global zig_cache_dir %{builddir}/zig-cache
|
||||||
|
|
||||||
Name: zig-master
|
Name: zig-master
|
||||||
Version: 0.17.0~dev.813+2153f8143
|
Version: 0.17.0~dev.857+2b2b85c5f
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Master builds of the Zig language
|
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
|
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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 271851bbc07748100382ae7caf6ef71c70c01bfc
|
%global commit 948805f6e8cf7f8c08eba06ab1db1eef0e75e3a0
|
||||||
%global shortcommit 271851b
|
%global shortcommit 948805f
|
||||||
%global commit_date 20260602
|
%global commit_date 20260613
|
||||||
|
|
||||||
Name: astal
|
Name: astal
|
||||||
Version: 0^%commit_date.%commit
|
Version: 0^%commit_date.%commit
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
%global commit 271851bbc07748100382ae7caf6ef71c70c01bfc
|
%global commit 948805f6e8cf7f8c08eba06ab1db1eef0e75e3a0
|
||||||
%global shortcommit %{sub %commit 1 7}
|
%global shortcommit %{sub %commit 1 7}
|
||||||
%global commit_date 20260602
|
%global commit_date 20260613
|
||||||
|
|
||||||
Name: astal
|
Name: astal
|
||||||
Version: 0^%commit_date.%shortcommit
|
Version: 0^%commit_date.%shortcommit
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
print(sourcehut("~alextee/libaudec"));
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: libayatana-appindicator-glib
|
Name: libayatana-appindicator-glib
|
||||||
Summary: Ayatana Application Indicators Shared Library
|
Summary: Ayatana Application Indicators Shared Library
|
||||||
Version: 2.0.1
|
Version: 2.0.3
|
||||||
Release: 3%?dist
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Packager: veuxit <erroor234@gmail.com>
|
Packager: veuxit <erroor234@gmail.com>
|
||||||
URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib
|
URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name: libayatana-common
|
Name: libayatana-common
|
||||||
Summary: Common functions for Ayatana System Indicators
|
Summary: Common functions for Ayatana System Indicators
|
||||||
Version: 0.9.11
|
Version: 0.9.12
|
||||||
Release: 3%?dist
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/AyatanaIndicators/libayatana-common
|
URL: https://github.com/AyatanaIndicators/libayatana-common
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit d6debbb2aae29a39e280f86e25ec0e54960dc838
|
%global commit a17f87c4cff7b90b278d12b91ba0614383aaee82
|
||||||
%global ver 1.8.65
|
%global ver 1.8.65
|
||||||
%global commit_date 20260612
|
%global commit_date 20260614
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: tdlib-nightly
|
Name: tdlib-nightly
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global appid org.sr.ht.delthas.senpai
|
%global appid org.sr.ht.delthas.senpai
|
||||||
|
|
||||||
Name: senpai
|
Name: senpai
|
||||||
Version: 0.5.0
|
Version: 0.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Your everyday IRC student
|
Summary: Your everyday IRC student
|
||||||
License: ISC
|
License: ISC
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
rpm.version(gh_tag("delthas/senpai"));
|
rpm.version(sourcehut("~delthas/senpai"));
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global commit 17d25ab58ef25ef490efe169cdfeb8a7f3b9e436
|
%global commit 5e1035c6f2458efa45ac825a798960ed0c310110
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver 20260611150933
|
%global ver 20260613160425
|
||||||
%global commit_date 20260612
|
%global commit_date 20260614
|
||||||
|
|
||||||
Name: v2ray-domain-list-community
|
Name: v2ray-domain-list-community
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: gstreamer1-plugin-libav
|
Name: gstreamer1-plugin-libav
|
||||||
Version: 1.28.3
|
Version: 1.28.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: GStreamer Libav plugin
|
Summary: GStreamer Libav plugin
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%global majorminor 1.0
|
%global majorminor 1.0
|
||||||
|
|
||||||
Name: gstreamer1-plugins-bad
|
Name: gstreamer1-plugins-bad
|
||||||
Version: 1.28.3
|
Version: 1.28.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%global majorminor 1.0
|
%global majorminor 1.0
|
||||||
|
|
||||||
Name: gstreamer1-plugins-ugly
|
Name: gstreamer1-plugins-ugly
|
||||||
Version: 1.28.3
|
Version: 1.28.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: GStreamer streaming media framework "ugly" plugins
|
Summary: GStreamer streaming media framework "ugly" plugins
|
||||||
License: LGPL-2.0-or-later and LGPL-2.0-only
|
License: LGPL-2.0-or-later and LGPL-2.0-only
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit c01f584b97c5f4567f49022872ba967ebf03917d
|
%global commit 74db1fd4cb6f7c98b7e3fb5290d695d276ce8f9a
|
||||||
%global shortcommit %{sub %{commit} 1 7}
|
%global shortcommit %{sub %{commit} 1 7}
|
||||||
%global commit_date 20260607
|
%global commit_date 20260614
|
||||||
|
|
||||||
Name: vgmstream
|
Name: vgmstream
|
||||||
Version: 0~%{commit_date}git.%shortcommit
|
Version: 0~%{commit_date}git.%shortcommit
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: cardwire
|
Name: cardwire
|
||||||
Version: 0.10.1
|
Version: 0.10.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
|
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
|
||||||
URL: https://opengamingcollective.github.io/cardwire/
|
URL: https://opengamingcollective.github.io/cardwire/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit bf4b856dd2ad8da117c5ec5f1a12801a3b06ca24
|
%global commit 50f2fd369f3f340a643082c8a75ac3eadcdeddae
|
||||||
%global commit_date 20260612
|
%global commit_date 20260614
|
||||||
%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 7b30e23a57ee425732e87ea9699a9d3df3a0eb2a
|
%global commit 0f3df692e2bd733b0ea54add470ba4288b9bd3b2
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20260612
|
%global commitdate 20260614
|
||||||
%global ver 1.1.1
|
%global ver 1.1.1
|
||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
%global _prefix /usr/share/wine-dev
|
%global _prefix /usr/share/wine-dev
|
||||||
%global srcmajor 11.x
|
%global srcmajor 11.x
|
||||||
# Make this as a variable instead in case of WINE RCs
|
# Make this as a variable instead in case of WINE RCs
|
||||||
%global ver wine-11.10
|
%global ver wine-11.11
|
||||||
%global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g')
|
%global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g')
|
||||||
|
|
||||||
# This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE
|
# This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: wine-staging
|
Name: wine-staging
|
||||||
Version: 11.10
|
Version: 11.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||||
|
|
||||||
%global commit 4d57d17af8b49d436b01822a23a3871aa7646f11
|
%global commit da4477e4a9f09b4df8de8c7e0864166b8683327c
|
||||||
%global commitdate 20251121
|
%global commitdate 20251121
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit ef74eb2e3e7f900f0a510dc1bf6f1a01e241cc19
|
%global commit f83547caeb4117783dc97ab3283e82f9a251e424
|
||||||
%global commit_date 20260608
|
%global commit_date 20260614
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
Name: kittyCAD-cli
|
Name: kittyCAD-cli
|
||||||
Version: 0.2.176
|
Version: 0.2.177
|
||||||
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,8 +1,8 @@
|
|||||||
%global pkg_name kmonad
|
%global pkg_name kmonad
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: 0.4.4
|
Version: 0.4.5
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: An advanced keyboard manager
|
Summary: An advanced keyboard manager
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
print(hackage("kmonad"));
|
rpm.version(hackage("kmonad"));
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
project pkg {
|
||||||
|
rpm {
|
||||||
|
spec = "lazyssh.spec"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global goipath github.com/Adembc/lazyssh
|
||||||
|
Version: 0.3.0
|
||||||
|
|
||||||
|
%gometa -f
|
||||||
|
|
||||||
|
Name: lazyssh
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: A terminal-based SSH manager inspired by lazydocker and k9s - Written in go
|
||||||
|
|
||||||
|
License: Apache-2.0
|
||||||
|
URL: https://github.com/Adembc/lazyssh
|
||||||
|
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
|
||||||
|
|
||||||
|
%build
|
||||||
|
%define gomodulesmode GO111MODULE=on
|
||||||
|
%gobuild -o %{gobuilddir}/lazyssh %{goipath}/cmd
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -Dm 0755 %{gobuilddir}/lazyssh %{buildroot}%{_bindir}/lazyssh
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
%{_bindir}/lazyssh
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jun 14 2026 Owen-sz <owen@fyralabs.com> - 0.3.0-1
|
||||||
|
- Initial commit
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(gh("Adembc/lazyssh"));
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 8903f297141461854ad421bdf90846ad030bdcc7
|
%global commit b8cfbdc5b6ea2f4f22faf46141255c4adfe34229
|
||||||
%global commit_date 20260605
|
%global commit_date 20260613
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: rpi-utils
|
Name: rpi-utils
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global oldpkgname yt-dlp-nightly
|
%global oldpkgname yt-dlp-nightly
|
||||||
|
|
||||||
Name: yt-dlp-git
|
Name: yt-dlp-git
|
||||||
Version: 2026.06.11.144344
|
Version: 2026.06.13.230640
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A command-line program to download videos from online video platforms
|
Summary: A command-line program to download videos from online video platforms
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user