|
|
|
@ -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 <pbrobinson@fedoraproject.org> 0.1-20
|
|
|
|
|
- Add gcc BR, spec cleanups
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|