diff --git a/keynav.spec b/keynav.spec index 3a87f53..f577029 100644 --- a/keynav.spec +++ b/keynav.spec @@ -1,5 +1,5 @@ Name: keynav -Version: 0.20200906.2 +Version: 0.20200906.3 Release: 1%{dist} Summary: A powerful MUD client with a built-in Perl interpreter License: FIXME @@ -7,7 +7,7 @@ Group: Productivity URL: https://www.semicomplete.com/projects/keynav Source0: https://github.com/dhalucario/%{name}/archive/%{version}.tar.gz - +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: make BuildRequires: gcc BuildRequires: libX11-devel @@ -22,15 +22,10 @@ BuildRequires: libxdo-devel %prep %setup -q - -%build -%configure make %{?_smp_mflags} -%install rm -rf $RPM_BUILD_ROOT -make install +make DESTDIR=$RPM_BUILD_ROOT install %files -%license LICENSE %doc