Compare commits

..

2 Commits

Author SHA1 Message Date
Owen Zimmerman baf47995ec chore (qtmir): use proper license identifier and don’t use %autorelease 2026-06-21 18:30:58 +02:00
Raboneko 5e480af498 bump: rpcs3 2026-06-21 16:12:38 +00:00
5 changed files with 65 additions and 4 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
Name: qtmir
Version: 0.8.0
Release: %autorelease
Release: 2%{?dist}
Summary: Mir backed compositor using Qt
License: LGPLv3+ AND GPLv3+
License: LGPL-3.0-or-later AND GPL-3.0-or-later
URL: https://gitlab.com/ubports/development/core/qtmir
Source0: %{url}/-/archive/%commit/qtmir-%commit.tar.gz
Patch0: https://sources.debian.org/data/main/q/qtmir/0.8.0~git20230223.bd21224-3/debian/patches/1003_require-miroil-in-pkgconfig-file.patch
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit e32d19ffac500c6194f93b0338a4a64c51399b38
%global ver 0.0.41-19499
%global commit efc9a1a6686368e35578715969ce69b3bee5286c
%global ver 0.0.41-19501
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "qdl.spec"
}
}
+55
View File
@@ -0,0 +1,55 @@
Name: qdl
Version: 2.7
Release: 1%{?dist}
Summary: This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images
URL: https://github.com/linux-msm/qdl
Source0: %url/archive/refs/tags/v%version.tar.gz
License: BSD-3-Clause
BuildRequires: meson
BuildRequires: gcc
BuildRequires: help2man
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libzip)
BuildRequires: pkgconfig(cmocka)
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%{summary}.
%prep
%autosetup -n qdl-%{version}
%conf
%meson
%build
%meson_build
%install
%meson_install
%files
%{_bindir}/qdl
%{_bindir}/qdl-ramdump
%{_bindir}/qdl-ks
%{_mandir}/man1/qdl.1.*
%{_mandir}/man1/qdl-ramdump.1.*
%{_mandir}/man1/qdl-ks.1.*
%license LICENSE
%doc README.md
%changelog
* Mon Jun 08 2026 Owen Zimmerman <owen@fyralabs.com> - 2.7-1
- Update spec for 2.7
* Mon Feb 02 2026 Owen Zimmerman <owen@fyralabs.com>
- Switch to tagged versions
* Wed Nov 26 2025 metcya <metcya@gmail.com>
- Package manpages
* Sun Nov 23 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(gh_tag("linux-msm/qdl"));