Compare commits

..

4 Commits

Author SHA1 Message Date
Owen Zimmerman 8d287755e2 tireddd
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:46:03 -05:00
Owen Zimmerman 3a720dead2 weh
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:44:12 -05:00
Owen Zimmerman 6ccfb049c4 bdep
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:34:22 -05:00
Owen-sz d02303c5cf add: nemo-toolkit
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-24 23:48:42 -05:00
17 changed files with 73 additions and 70 deletions
@@ -1,5 +1,5 @@
Name: plasma6-applet-appgrid
Version: 1.8.0
Version: 1.7.10
Release: 1%{?dist}
Summary: A modern fullscreen application launcher for KDE Plasma
# Main code: GPL-2.0-or-later
@@ -28,8 +28,6 @@ BuildRequires: cmake(Plasma)
BuildRequires: cmake(PlasmaQuick)
BuildRequires: cmake(LayerShellQt)
BuildRequires: cmake(KF6IconThemes)
BuildRequires: cmake(PlasmaActivities)
BuildRequires: cmake(LibKWorkspace)
Requires: plasma-workspace
Requires: plasma-desktop
@@ -60,12 +58,8 @@ macOS Launchpad, COSMIC, and Pantheon.
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/
%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml
%{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg
%changelog
* Mon May 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.0-1
- fix: add cmake(PlasmaActivities) BuildRequires, add icon to files
* Tue May 19 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.10-1
- Sync with upstream: add icon to files, update Requires, update URL
+1 -1
View File
@@ -26,7 +26,7 @@ BuildRequires: mesa-libGLU-devel
BuildRequires: glew-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libXinerama-devel
BuildRequires: pcre2-devel
BuildRequires: pcre-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: pciutils-devel
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scroll
Version: 1.12.14
Version: 1.12.13
Release: 1%{?dist}
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
License: MIT
+1 -1
View File
@@ -1,4 +1,4 @@
%global swayVersion 1.12
%global swayVersion 1.11
Name: swayfx
Version: 0.5.2
+1 -1
View File
@@ -3,7 +3,7 @@
Name: crystal
Version: 1.20.2
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A general-purpose, object-oriented programming language
License: Apache-2.0
Packager: Carl Hörberg <carl@84codes.com>
+2
View File
@@ -3,4 +3,6 @@ project pkg {
rpm {
spec = "consolekit.spec"
}
labels {
}
}
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "wget.spec"
spec = "nemo-toolkit.spec"
}
}
@@ -0,0 +1,57 @@
%global pypi_name nemo_toolkit
%global real_name nemo-toolkit
%global _desc A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech).
Name: python-%{real_name}
Version: 2.7.3
Release: 1%{?dist}
Summary: Scalable generative AI framework built for researchers and developers
License: Apache-2.0
URL: https://docs.nvidia.com/nemo/speech/nightly/index.html
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{real_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{real_name}}
%description -n python3-%{real_name}
%_desc
%prep
%autosetup -n %{pypi_name}-%{version}
%pyproject_patch_dependency protobuf:drop_constraints
%pyproject_patch_dependency fsspec:drop_constraints
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files nemo
%pyproject_save_files scripts
%pyproject_save_files tests
%files -n python3-%{real_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{python3_sitelib}/nemo/
%{python3_sitelib}/scripts/
%{python3_sitelib}/examples/
%changelog
* Sun May 24 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(pypi("PyQt6-Qt6"));
+1 -1
View File
@@ -2,7 +2,7 @@
%global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name}
Version: 7.15.4
Version: 7.15.3
Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
@@ -2,8 +2,8 @@
%global _desc Python bindings for FluidSynth.
Name: python-%{pypi_name}
Version: 1.3.6
Release: 1%{?dist}
Version: 1.3.4
Release: 3%?dist
Summary: Python bindings for FluidSynth
License: LGPL-2.1
URL: https://github.com/nwhitehead/pyfluidsynth
-1
View File
@@ -1 +0,0 @@
rpm.version(pypi("wget"));
-50
View File
@@ -1,50 +0,0 @@
%global pypi_name wget
%global _desc Pure Python download utility.
%global commit fdd3a0f8404ccab90f939f9952af139e6c55142a
%global commit_date 20141004
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: python-%{pypi_name}
Version: 3.2
Release: 1%{?dist}
Summary: Pure Python download utility
License: LicenseRef-Fedora-Public-Domain
URL: https://pypi.org/project/wget/
Source0: https://github.com/steveej/python-wget/archive/%commit/python-wget-%commit.zip
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-importlib-metadata
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
Packager: Its-J <jonah@fyralabs.com>
%description
%_desc
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
%_desc
%prep
%autosetup -n %{name}-%{commit}
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files wget
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.txt
%changelog
* Sun May 24 2026 Its-J <jonah@fyralabs.com>
- Initial commit
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.17.0-dev.340+c02d39a21
version=0.17.0-dev.338+0d4f3cc67
mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22
%endif
%global llvm_version 22.0.0
%global ver 0.17.0-dev.340+c02d39a21
%global ver 0.17.0-dev.338+0d4f3cc67
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
+1 -1
View File
@@ -18,7 +18,7 @@
%global zig_cache_dir %{builddir}/zig-cache
Name: zig-master
Version: 0.17.0~dev.340+c02d39a21
Version: 0.17.0~dev.338+0d4f3cc67
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
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: cloudflare-speed-cli
Version: 1.0.0
Version: 0.6.14
Release: 1%{?dist}
Summary: CLI for internet speed test via cloudflare