switch from autotools to meson build system Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
37 lines
683 B
RPMSpec
37 lines
683 B
RPMSpec
Name: xrefresh
|
|
Version: 1.1.1
|
|
Release: %autorelease
|
|
Summary: Refresh all or part of an X screen
|
|
License: MIT
|
|
URL: https://www.x.org
|
|
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz
|
|
BuildRequires: gcc
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
|
|
%description
|
|
xrefresh is a simple X program that causes all or part of your screen to be
|
|
repainted.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc ChangeLog README.md
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
%changelog
|
|
%autochangelog
|