mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-13 23:20:39 +00:00
Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7796a6f87 | |||
| 34443e0a35 | |||
| e0a35a274b | |||
| 07e3950633 | |||
| ee2b791656 | |||
| 2cf9ba6edc | |||
| 493f124e72 | |||
| 2d71a652c3 | |||
| 68d7f2d9d9 | |||
| c70761b849 | |||
| d22327518b | |||
| a3c480291e | |||
| 87793cfbc3 | |||
| fb3bb7406a | |||
| e178109c5c | |||
| 1b642f61f1 | |||
| 2e69951613 | |||
| 7254ff0ff6 | |||
| 0891c86981 | |||
| 68bf6e11b8 | |||
| 7cbd7b6ff3 | |||
| 19122091d1 | |||
| f2dc77175c | |||
| c7962c361f | |||
| 132111a172 | |||
| 699fa30338 | |||
| 4f4918d037 | |||
| f4ebfb544d | |||
| 84db19f433 | |||
| 6b2ac1e5a7 |
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: chrultrabook-tools
|
||||
Version: 3.1.3
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: User-friendly configuration utility for Chromebooks running an alternate OS
|
||||
URL: https://github.com/death7654/Chrultrabook-Tools
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
@@ -51,10 +51,11 @@ Packager: Owen Zimmerman owen@fyralabs.com
|
||||
%install
|
||||
%tauri_install
|
||||
install -Dm755 src-tauri/linux/chrultrabook-tools-root %{buildroot}%{_bindir}/chrultrabook-tools-root
|
||||
install -Dm644 src-tauri/linux/chrultrabook-tools.desktop %{buildroot}%{_appsdir}/chrultrabook-tools.desktop
|
||||
install -Dm644 src-tauri/icons/128x128.png %{buildroot}%{_hicolordir}/128x128@/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/icons/128x128@2x.png %{buildroot}%{_hicolordir}/128x128@2x/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/icons/32x32.png %{buildroot}%{_hicolordir}/32x32/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/linux/chrultrabook-tools.desktop %{buildroot}%{_appsdir}/chrultrabook-tools.desktop
|
||||
install -Dm644 src-tauri/icons/128x128.png %{buildroot}%{_hicolordir}/128x128/apps/chrultrabook-tools.png
|
||||
# Not matching, but upstream does it this way. Working with upstream to correct this issue.
|
||||
install -Dm644 src-tauri/icons/128x128@2x.png %{buildroot}%{_hicolordir}/256x256@2/apps/chrultrabook-tools.png
|
||||
install -Dm644 src-tauri/icons/32x32.png %{buildroot}%{_hicolordir}/32x32/apps/chrultrabook-tools.png
|
||||
install -Dm644 src-tauri/linux/com.chrultrabook.tools.policy %{buildroot}%{_datadir}/polkit-1/actions/com.chrultrabook.tools.policy
|
||||
%{tauri_cargo_license} > LICENSE.dependencies
|
||||
|
||||
@@ -65,7 +66,7 @@ install -Dm644 src-tauri/linux/com.chrultrabook.tools.policy %{buildroot}%{_d
|
||||
%{_bindir}/chrultrabook-tools
|
||||
%{_bindir}/chrultrabook-tools-root
|
||||
%{_appsdir}/chrultrabook-tools.desktop
|
||||
%{_hicolordir}/*x*/apps/Chrultrabook-Tools.png
|
||||
%{_hicolordir}/*x*/apps/chrultrabook-tools.png
|
||||
%{_datadir}/polkit-1/actions/com.chrultrabook.tools.policy
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.854
|
||||
Version: 0.0.855
|
||||
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.854
|
||||
Version: 0.0.855
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: juce
|
||||
Version: 8.0.12
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: AGPL-3.0
|
||||
Summary: framework for audio application and plug-in development
|
||||
URL: https://juce.com
|
||||
@@ -68,10 +68,7 @@ popd
|
||||
%license LICENSE.md
|
||||
%{_bindir}/juceaide
|
||||
%{_bindir}/juce_lv2_helper
|
||||
%dir %{_libdir}/cmake/%{name}
|
||||
%{_libdir}/cmake/%{name}/*
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/modules
|
||||
%{_datadir}/%{name}/modules/*
|
||||
|
||||
%files doc
|
||||
@@ -84,4 +81,3 @@ popd
|
||||
|
||||
* Fri Dec 19 2025 metcya <metcya@gmail.com> - 8.0.12
|
||||
- Package juce
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "kopia.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/app/package.json b/app/package.json
|
||||
index bd3a699a..df05befa 100644
|
||||
--- a/app/package.json
|
||||
+++ b/app/package.json
|
||||
@@ -45,7 +45,7 @@
|
||||
],
|
||||
"directories": {
|
||||
"buildResources": "assets",
|
||||
- "output": "../dist/kopia-ui"
|
||||
+ "output": "./dist"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=KopiaUI
|
||||
Comment=Fast and secure open-source backup/restore tool
|
||||
Exec=kopia-ui
|
||||
Icon=kopia
|
||||
@@ -0,0 +1,13 @@
|
||||
<component>
|
||||
<name>KopiaUI</name>
|
||||
<summary>
|
||||
A backup/restore tool that allows you to create encrypted snapshots
|
||||
</summary>
|
||||
<categories>
|
||||
<category>System</category>
|
||||
<category>Network</category>
|
||||
</categories>
|
||||
<provides>
|
||||
<binary>kopia-ui</binary>
|
||||
</provides>
|
||||
</component>
|
||||
@@ -0,0 +1,84 @@
|
||||
%global appid io.kopia.ui
|
||||
%global appstream_component desktop-application
|
||||
|
||||
Name: kopia
|
||||
%electronmeta -D
|
||||
Version: 0.22.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A backup/restore tool that allows you to create encrypted snapshots
|
||||
|
||||
License: Apache-2.0 AND CC0-1.0 AND %{electron_license}
|
||||
URL: https://kopia.io/
|
||||
Source0: https://github.com/kopia/kopia/archive/v%{version}.tar.gz
|
||||
Source1: io.kopia.ui.desktop
|
||||
Source2: io.kopia.ui.metainfo.xml
|
||||
Patch0: fix-electron-output-dir.patch
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: go-rpm-macros
|
||||
BuildRequires: terra-appstream-helper
|
||||
|
||||
%global gui_name %{name}-ui
|
||||
|
||||
%package -n %{gui_name}
|
||||
Summary: GUI for %{name}
|
||||
Requires: %{name} = %{evr}
|
||||
ExclusiveArch: %{electron_arches}
|
||||
|
||||
%description
|
||||
Kopia is a fast and secure open-source backup/restore tool that allows you to
|
||||
create encrypted snapshots of your data and save the snapshots to remote or
|
||||
cloud storage of your choice, to network-attached storage or server, or locally
|
||||
on your machine. Kopia does not 'image' your whole machine. Rather, Kopia
|
||||
allows you to backup/restore any and all files/directories that you deem are
|
||||
important or critical.
|
||||
|
||||
%description -n %{gui_name}
|
||||
A graphical user interface for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
%gobuild -o %{name} .
|
||||
|
||||
pushd app
|
||||
%npm_build -B
|
||||
popd
|
||||
|
||||
%install
|
||||
install -Dm 755 %{name} -t %{buildroot}%{_bindir}
|
||||
|
||||
pushd app
|
||||
%electron_install -b %{gui_name} -d %{gui_name} -s %{gui_name} -I ../icons
|
||||
popd
|
||||
|
||||
# the offical package for kopia-ui includes a bundled copy of the kopia binary
|
||||
# but we'll just symlink it
|
||||
mkdir -p %{buildroot}%{_libdir}/%{gui_name}/resources/server
|
||||
%{__ln_s} %{_bindir}/%{name} %{buildroot}%{_libdir}/%{gui_name}/resources/server/%{name}
|
||||
|
||||
%desktop_file_install %{S:1}
|
||||
|
||||
%terra_appstream -o %{S:2}
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_appsdir}/%{appid}.desktop
|
||||
|
||||
%files
|
||||
%license README.md
|
||||
%doc LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files -n %{gui_name}
|
||||
%{_bindir}/%{gui_name}
|
||||
%{_libdir}/%{gui_name}/
|
||||
%{_appsdir}/%{appid}.desktop
|
||||
%{_metainfodir}/%{appid}.metainfo.xml
|
||||
%{_hicolordir}/*/apps/kopia.png
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2026 metcya <metcya@gmail.com> - 0.22.3-1
|
||||
- Initial package
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("kopia/kopia"));
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 6e54aa328dbee3ff1f5c9bfee6fe4a8f0a4598dc
|
||||
%global commit 731450f883f24bfa0e3441c205477f1c8d85f1ee
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260124
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5f1b58243a608f997b5de51198e5afc3da4faa23
|
||||
%global commit_date 20260122
|
||||
%global commit 353e04bf0bc1866cba1f599cd76050890d33ba23
|
||||
%global commit_date 20260123
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: rpcc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-01-22
|
||||
%global ver 2026-01-24
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 7.86.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?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
|
||||
@@ -87,7 +87,6 @@ done
|
||||
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
|
||||
%license bundled_licenses/*
|
||||
%{_bindir}/signal-desktop
|
||||
%dir %{_libdir}/signal-desktop
|
||||
%{_libdir}/signal-desktop/
|
||||
%{_datadir}/polkit-1/rules.d/org.signalapp.view-aep.policy
|
||||
%{_datadir}/polkit-1/rules.d/org.signalapp.enable-backups.policy
|
||||
|
||||
@@ -9,7 +9,7 @@ URL: https://github.com/craftablescience/VPKEdit
|
||||
Requires: qt6-qtbase hicolor-icon-theme
|
||||
Suggests: qt6-qtwayland
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildRequires: cmake git-core gcc gcc-c++ binutils
|
||||
BuildRequires: cmake desktop-file-utils git-core gcc gcc-c++ binutils
|
||||
BuildRequires: cmake(Qt6)
|
||||
BuildRequires: cmake(Qt6Svg)
|
||||
BuildRequires: cmake(Qt6Linguist)
|
||||
@@ -34,7 +34,6 @@ new VPKs.
|
||||
# -DVPKEDIT_BUILD_LIBC=ON
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
pushd %buildroot%_libdir/%name
|
||||
@@ -43,8 +42,10 @@ popd
|
||||
mkdir -p %buildroot%_bindir
|
||||
ln -sf %_libdir/vpkedit/vpkedit %buildroot%_bindir/vpkedit
|
||||
ln -sf %_libdir/vpkedit/vpkeditcli %buildroot%_bindir/vpkeditcli
|
||||
sed -i 's@Exec=/opt/vpkedit/@Exec=@g' %buildroot%_datadir/applications/vpkedit.desktop
|
||||
%desktop_file_edit -k Exec -v %{_libdir}/vpkedit/vpkedit %buildroot%_datadir/applications/vpkedit.desktop
|
||||
|
||||
%check
|
||||
%desktop_file_validate %buildroot%_datadir/applications/vpkedit.desktop
|
||||
|
||||
%files
|
||||
%doc README.md CODE_OF_CONDUCT.md INSTALL.md CREDITS.md
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu1
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu2
|
||||
%global _hardened_build 0
|
||||
|
||||
Name: compiz9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 88709e6ee84ddf7266457f8246c476bee3212ba3
|
||||
%global commit e7378bd297144d4d55cf6de2e53fe34c3043b7ca
|
||||
|
||||
Name: lightdm-kde-greeter
|
||||
Version: 6.1.2
|
||||
Version: 6.1.3
|
||||
Release: 1%?dist
|
||||
Summary: Login screen using the LightDM framework
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%define archive unity_7.7.0+23.04.20230222.2-0ubuntu8.tar.xz
|
||||
%define archive unity_7.7.0+23.04.20230222.2-0ubuntu9.tar.xz
|
||||
|
||||
Name: unity-shell
|
||||
Version: 7.7.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.1.1
|
||||
Version: 4.2.1
|
||||
Release: 1%?dist
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global commit 06e23ef36330cb79b8c40efff66baa044f1f9ea6
|
||||
%global commit ef19290456c4a2368f7e24527cb617e6581adb79
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-01-22
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name: tracy
|
||||
Version: 0.13.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/wolfpld/tracy
|
||||
Source0: https://github.com/wolfpld/tracy/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: pkgconfig(egl) pkgconfig(glfw3) pkgconfig(freetype2) pkgconfig(dbus-1) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb) pkgconfig(wayland-client) pkgconfig(wayland-protocols) pkgconfig(xkbcommon) pkgconfig(capstone)
|
||||
BuildRequires: pkgconfig(egl) pkgconfig(glfw3) pkgconfig(freetype2) pkgconfig(dbus-1) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb) pkgconfig(wayland-client) pkgconfig(wayland-protocols) pkgconfig(xkbcommon) pkgconfig(capstone) pkgconfig(openssl) pkgconfig(pugixml) pkgconfig(libcurl) pkgconfig(libxslt) pkgconfig(libnghttp2) pkgconfig(libidn2) pkgconfig(libssh2) tbb expat libxml2 openssl-libs
|
||||
BuildRequires: cmake gcc gcc-c++ meson
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
@@ -69,7 +69,6 @@ install -Dm644 icon/application-tracy.svg %buildroot%_iconsdir/hicolor/scalable/
|
||||
|
||||
%files devel
|
||||
%_libdir/pkgconfig/tracy.pc
|
||||
%dir %_includedir/tracy
|
||||
%_includedir/tracy/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 9ac94ce3e64b25441e66d7c610b3ea59853c1872
|
||||
%global commit 3d4582d4dc9145270650e12f9ce5a534b888f4a2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260124
|
||||
%global ver 0.222.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 0.220.3
|
||||
%global ver 0.221.2-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
%global fontdescription %{expand:
|
||||
Versatile typeface for code, from code.}
|
||||
|
||||
Version: 34.0.0
|
||||
Version: 34.1.0
|
||||
Release: 1%?dist
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
Summary: Versatile typeface for code, from code.
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit b276ede6e5451062ace7452e975f32e351e450be
|
||||
%global commit 60a3745e504ebbb83a534863d3631b1174818c0d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260123
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 9a23ff36bd3f9d3d4c15540f65d21fa9ed709bdd
|
||||
%global commit f44700e638c6fbe4e673168cf0f23d4e21625fb3
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260117
|
||||
%global commit_date 20260124
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with doc
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 1%?dist
|
||||
Summary: Python library for working with HEIF images and plugin for Pillow
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc 🔉 Play and Record Sound with Python 🐍.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 1%?dist
|
||||
Summary: 🔉 Play and Record Sound with Python 🐍
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit a3568ac8d9be04e7a10a6453068f4970e42074d5
|
||||
%global commit_date 20260121
|
||||
%global commit 507b51f833850c4cac9e618c968f6b6ff56c26d2
|
||||
%global commit_date 20260124
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
%global crate kondo
|
||||
|
||||
Name: rust-kondo
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Version: 0.9
|
||||
Release: 1%?dist
|
||||
Summary: Filesystem cleaning tool for projects
|
||||
|
||||
License: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.16.0-dev.2290+200fb7c2a
|
||||
version=0.16.0-dev.2296+fd3657bf8
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.2290+200fb7c2a
|
||||
%global ver 0.16.0-dev.2296+fd3657bf8
|
||||
%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.2290+200fb7c2a
|
||||
Version: 0.16.0~dev.2296+fd3657bf8
|
||||
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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global cuda_version 12
|
||||
|
||||
Name: cuda-cudnn
|
||||
Version: 9.18.0.77
|
||||
Version: 9.18.1.3
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: NVIDIA CUDA Deep Neural Network library (cuDNN)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global _major 1
|
||||
|
||||
Name: libnvidia-container
|
||||
Version: 1.18.1
|
||||
Release: 2%?dist
|
||||
Version: 1.18.2
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA container runtime library
|
||||
License: BSD-3-Clause AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND GPL-2.0-only
|
||||
Vendor: NVIDIA Corporation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: click
|
||||
Version: 0.5.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: An app building method
|
||||
License: LGPL-3.0
|
||||
URL: https://gitlab.com/ubports/development/core/click
|
||||
@@ -84,26 +84,19 @@ mv README %{buildroot}%_pkgdocdir
|
||||
%license LICENSE
|
||||
%config %{_sysconfdir}/dbus-1/system.d/com.lomiri.click.conf
|
||||
%{_libdir}/libclick-0.4.so.*
|
||||
%dir %{_libdir}/click
|
||||
%{_libdir}/click/libclickpreload.so
|
||||
%dir %{_libexecdir}/click
|
||||
%{_libexecdir}/click/click-service
|
||||
%{_datadir}/dbus-1/system-services/com.lomiri.click.service
|
||||
%{_libdir}/girepository-1.0/Click-0.4.typelib
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/click-0.4
|
||||
%{_includedir}/click-0.4/click.h
|
||||
%{_libdir}/libclick-0.4.so
|
||||
%{_libdir}/pkgconfig/click-0.4.pc
|
||||
%{_datarootdir}/gir-1.0/Click-0.4.gir
|
||||
|
||||
%files -n python3-lomiri-click
|
||||
%dir %{_sysconfdir}/click
|
||||
%dir %{_sysconfdir}/click/databases
|
||||
%config %{_sysconfdir}/click/databases/*.conf
|
||||
%dir %{_sysconfdir}/schroot
|
||||
%dir %{_sysconfdir}/schroot/click
|
||||
%{_sysconfdir}/schroot/click/fstab
|
||||
%{_bindir}/dh_click
|
||||
%{_bindir}/click
|
||||
@@ -112,38 +105,25 @@ mv README %{buildroot}%_pkgdocdir
|
||||
%{_datarootdir}/perl5/*
|
||||
%{_unitdir}/click-system-hooks.service
|
||||
%{_userunitdir}/click-user-hooks.service
|
||||
%dir %{python3_sitelib}/click_package
|
||||
%{python3_sitelib}/click_package/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests
|
||||
%{python3_sitelib}/click_package/tests/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests/integration
|
||||
%{python3_sitelib}/click_package/tests/integration/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests/integration/__pycache__
|
||||
%{python3_sitelib}/click_package/tests/integration/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/tests/__pycache__
|
||||
%{python3_sitelib}/click_package/tests/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/commands
|
||||
%{python3_sitelib}/click_package/commands/*.py
|
||||
%dir %{python3_sitelib}/click_package/commands/__pycache__
|
||||
%{python3_sitelib}/click_package/commands/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/__pycache__
|
||||
%{python3_sitelib}/click_package/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info
|
||||
%{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info/*.txt
|
||||
%{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info/PKG-INFO
|
||||
|
||||
%files doc
|
||||
%{_mandir}/man1/click.1.gz
|
||||
%dir %_pkgdocdir
|
||||
%_pkgdocdir/README
|
||||
%dir %_pkgdocdir/html
|
||||
%_pkgdocdir/html/*.html
|
||||
%_pkgdocdir/html/.buildinfo
|
||||
%_pkgdocdir/html/*inv
|
||||
%_pkgdocdir/html/*.js
|
||||
%dir %_pkgdocdir/html/_sources
|
||||
%_pkgdocdir/html/_sources/*.txt
|
||||
%dir %_pkgdocdir/html/_static
|
||||
%_pkgdocdir/html/_static/*.png
|
||||
%_pkgdocdir/html/_static/*.css
|
||||
%_pkgdocdir/html/_static/*.js
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 02ace12526613ee42a6bed9de39cf8a3dedd50b8
|
||||
%global commit_date 20260117
|
||||
%global commit 5430cb83e19f0cbc766bf99947c8f89f5c32edfd
|
||||
%global commit_date 20260123
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
%global commit 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
%global modulename intel-ipu6
|
||||
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
|
||||
%global ver 1.0.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
%global commit 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
%global modulename intel-ipu6
|
||||
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
|
||||
%global ver 1.0.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
%global commit 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
|
||||
# Use this if they ever stop doing that I guess
|
||||
%global ver 1.0.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: nvidia-container-toolkit
|
||||
Version: 1.18.1
|
||||
Release: 2%?dist
|
||||
Version: 1.18.2
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA Container Toolkit
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 6931d6b362d6c4c50819fa573c4a9fae2a54f24c
|
||||
%global commit db76dafad8fdfe97cb7f423787250d31a1cd7427
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260122
|
||||
%global commitdate 20260123
|
||||
%global ver 1.0.19
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
%global compat_package terra-wine-dev
|
||||
# Cannot use the _datadir macro here or it will cause mass macro recursion
|
||||
%global _prefix /usr/share/wine-dev
|
||||
%global srcmajor 11.0
|
||||
%global srcmajor 11.x
|
||||
# Make this as a variable instead in case of WINE RCs
|
||||
%global ver wine-11.0
|
||||
%global ver wine-11.1
|
||||
%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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 6fe0cec4f8baeae5e6441489df02c395e39c6ae2
|
||||
%global commit b7ecf68181dd4ff85f3b86d735145c76744db988
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name copyparty
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 1.20.3
|
||||
Version: 1.20.4
|
||||
Release: 1%?dist
|
||||
Summary: Portable, featureful, and fast file server
|
||||
URL: https://github.com/9001/copyparty
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: picotool
|
||||
Version: %sanitized_ver
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Tool to inspect RP2040 binaries
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/raspberrypi/picotool
|
||||
@@ -33,9 +33,7 @@ mv %buildroot{%_prefix/lib,%_libdir}
|
||||
%doc README.md
|
||||
%license LICENSE.TXT
|
||||
%_bindir/picotool
|
||||
%dir %_libdir/cmake/picotool
|
||||
%_libdir/cmake/picotool/*
|
||||
%dir %_datadir/picotool
|
||||
%_datadir/picotool/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5fa6a0d12448c929f01fa765b6bafcea70486b50
|
||||
%global commit_date 20260117
|
||||
%global commit 22a43e2d013bd6b951bf5920b63b10191a0d3ba4
|
||||
%global commit_date 20260124
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: qdl
|
||||
|
||||
Reference in New Issue
Block a user