From 01b41c45279abe3b812e2667ac23d59e39875c3a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 6 Oct 2021 14:19:27 -0400 Subject: [PATCH] Reduce spec file macro indirection --- libfakekey.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libfakekey.spec b/libfakekey.spec index 9ca981d..e19812a 100644 --- a/libfakekey.spec +++ b/libfakekey.spec @@ -25,19 +25,19 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xtst) %description -libfakekey is a simple library for converting UTF-8 characters into -'fake' X key-presses. +libfakekey is a simple library for converting UTF-8 characters into 'fake' X +key-presses. %package devel -Summary: Development files for %{name} +Summary: Development files for libfakekey -Requires: %{name} = %{version}-%{release} +Requires: libfakekey = %{version}-%{release} Requires: pkgconfig(x11) Requires: pkgconfig(xtst) %description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. +The libfakekey-devel package contains libraries and header files for developing +applications that use libfakekey. %prep @@ -78,6 +78,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la - Add a build conditional for autoreconf - Use pkgconfig(…) dependencies where appropriate - Upgrade source hash from MD5 to SHA-512 +- Reduce spec file macro indirection * Thu Jul 22 2021 Fedora Release Engineering - 0.1-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild