From e44edc27df48aa052eaec750e08ed3d4c85edc4f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 7 Mar 2018 18:45:24 +0000 Subject: [PATCH] add gcc BR --- libfakekey.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libfakekey.spec b/libfakekey.spec index eae199a..62a5277 100644 --- a/libfakekey.spec +++ b/libfakekey.spec @@ -1,12 +1,12 @@ Name: libfakekey Version: 0.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Library for converting characters to X key-presses - -Group: System Environment/Libraries License: LGPLv2+ URL: http://projects.o-hand.com/matchbox/ + Source0: http://matchbox-project.org/sources/libfakekey/0.1/%{name}-%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: libXtst-devel BuildRequires: libXi-devel @@ -16,7 +16,6 @@ libfakekey is a simple library for converting UTF-8 characters into %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: libXtst-devel @@ -48,18 +47,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la %files -%defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_libdir}/libfakekey.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/fakekey/ %{_libdir}/libfakekey.so %{_libdir}/pkgconfig/libfakekey.pc %changelog +* Wed Mar 7 2018 Peter Robinson 0.1-20 +- Add gcc BR, spec cleanups + * Wed Feb 07 2018 Fedora Release Engineering - 0.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild