File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11Name: keynav
2- Version: 0.20200906.2
2+ Version: 0.20200906.3
33Release: 1%{dist }
44Summary: A powerful MUD client with a built-in Perl interpreter
55License: FIXME
66Group: Productivity
77URL: https://www.semicomplete.com/projects/keynav
88
99Source0: https://github.com/dhalucario/%{name }/archive/%{version }.tar.gz
10-
10+ BuildRoot: %(mktemp -ud %{ _tmppath }/%{ name }-%{ version }-%{ release }-XXXXXX)
1111BuildRequires: make
1212BuildRequires: gcc
1313BuildRequires: libX11 -devel
@@ -22,15 +22,10 @@ BuildRequires: libxdo-devel
2222
2323%prep
2424%setup -q
25-
26- %build
27- %configure
2825make %{?_smp_mflags }
2926
30- %install
3127rm -rf $RPM_BUILD_ROOT
32- make install
28+ make DESTDIR = $RPM_BUILD_ROOT install
3329
3430%files
35- %license LICENSE
3631%doc
You can’t perform that action at this time.
0 commit comments