parent
02841af455
commit
53a5b7b499
@ -1,28 +0,0 @@
|
||||
From 7d0cf8a5842e61ac099339aa6899a5e3a7d4cb13 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Wed, 28 Apr 2021 15:31:22 +1000
|
||||
Subject: [PATCH libwacom] meson.build: exclude the layouts/README.md and
|
||||
pycache files from install
|
||||
|
||||
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
---
|
||||
meson.build | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 38fc89f..c44043e 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -124,7 +124,8 @@ install_subdir('data',
|
||||
'Makefile.in',
|
||||
'layouts/Makefile.am',
|
||||
'layouts/Makefile.in',
|
||||
- 'layouts/README'])
|
||||
+ 'layouts/README.md'],
|
||||
+ exclude_directories: ['__pycache__'])
|
||||
|
||||
test('files-in-git',
|
||||
find_program('data/check-files-in-git.sh'),
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libwacom
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Tablet Information Client Library
|
||||
Requires: %{name}-data
|
||||
@ -8,7 +8,6 @@ License: MIT
|
||||
URL: https://github.com/linuxwacom/libwacom
|
||||
|
||||
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
Patch01: 0001-meson.build-exclude-the-layouts-README.md-and-pycach.patch
|
||||
|
||||
BuildRequires: meson gcc
|
||||
BuildRequires: glib2-devel libgudev1-devel
|
||||
@ -84,6 +83,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
|
||||
%{_datadir}/libwacom/layouts/*.svg
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.11-1
|
||||
- libwacom 1.11 (#1983561)
|
||||
|
||||
* Wed Apr 28 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.10-1
|
||||
- libwacom 1.10 (#1954399)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwacom-1.10.tar.bz2) = 8c3e795a180503fb6ad3d5f514f24aa3ba202f63a89fd637ed4e50d494a29d86ad62f529180d0c384d387af7456c77904dfcd361a70807feeaf0e7a88dac2bfe
|
||||
SHA512 (libwacom-1.11.tar.bz2) = 24e8183502dd2b928d53b3d26d8479210e855c94c225649d63ac33062a30615654ff0ab8666a25503fb3253125539cd845ca467fb228a01c608dc3adbbec73b5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user