public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vkroots] rawhide: Small cleanup
@ 2026-07-01 6:29 Simone Caronni
0 siblings, 0 replies; only message in thread
From: Simone Caronni @ 2026-07-01 6:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vkroots
Branch : rawhide
Commit : 8353545e2fb1cf256b17386e06850f7501dc0315
Author : Simone Caronni <negativo17@gmail.com>
Date : 2026-07-01T08:28:55+02:00
Stats : +2/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/vkroots/c/8353545e2fb1cf256b17386e06850f7501dc0315?branch=rawhide
Log:
Small cleanup
---
diff --git a/12.patch b/12.patch
deleted file mode 100644
index b14f3f0..0000000
--- a/12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From e3df1afc8d2181815056a305bb596e64b388894c Mon Sep 17 00:00:00 2001
-From: pchome <pchome@users.noreply.github.com>
-Date: Sun, 13 Apr 2025 17:36:02 +0300
-Subject: [PATCH] Fix pkgconfig install dir
-
----
- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 06d7117..4a1f9d2 100644
---- a/meson.build
-+++ b/meson.build
-@@ -18,5 +18,6 @@ pkgconfig.generate(
- filebase: meson.project_name(),
- name: meson.project_name(),
- description: 'Vulkan layers library',
-- subdirs: '.'
-+ subdirs: '.',
-+ install_dir: 'share/pkgconfig'
- )
diff --git a/changelog b/changelog
deleted file mode 100644
index 22ceca5..0000000
--- a/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-* Tue Jul 25 2023 Frantisek Zatloukal <fzatlouk@redhat.com> - 0^20230313gite554d4c-1
-- Rebase to a later snapshot
-
-* Fri Mar 03 2023 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0^20230103git2675710-1
-- Initial package vkroots
diff --git a/vkroots.spec b/vkroots.spec
index 861a097..f8843d8 100644
--- a/vkroots.spec
+++ b/vkroots.spec
@@ -12,8 +12,7 @@ URL: https://github.com/Joshua-Ashton/vkroots
BuildArch: noarch
Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
-Patch0: https://patch-diff.githubusercontent.com/raw/misyltoad/vkroots/pull/12.patch
-Patch1: vkroots-fix-funcpointer-xml-format.patch
+Patch0: vkroots-fix-funcpointer-xml-format.patch
BuildRequires: meson >= 0.58.0
BuildRequires: gcc
@@ -54,7 +53,7 @@ cd gen
%license LICENSE
%doc README.md
%{_includedir}/%{name}.h
-%{_datadir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}.pc
%changelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 6:29 [rpms/vkroots] rawhide: Small cleanup Simone Caronni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox